#58CEF9

Color #58CEF9 Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #58CEF9

Tints of Maya Blue #58CEF9

Color information

#58CEF9 (or 0x58CEF9) is unknown color: approx Maya Blue. HEX triplet: 58, CE and F9. RGB value is (88,206,249). Sum of RGB (Red+Green+Blue) = 88+206+249=543 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.21% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 249 (97.66% from 255 or 45.86% from 543); Max value from RGB is 249 - color contains mainly: blue. Hex color #58CEF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CEF9 is #A73106. Grayscale: #AFAFAF. Windows color (decimal): -10957063 or 16371288. OLE color: 16371288.

HSL color Cylindrical-coordinate representation of color #58CEF9: hue angle of 196.02º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58CEF9 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB88206249-
CMYK0.650.1700.02
HSL196.02º93.06%66.08%-
HSV(B)196.02º64.66%97.65%-
XYZ43.1953.0697.59-
YUV175.62169.4165.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 16.21%
GREEN value IS 206 (80.86% from 255) = 37.94%
BLUE value IS 249 (97.66% from 255) = 45.86%
R=16.21%
G=37.94%
B=45.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal882062490.650.1700.02196.0293.0666.08
Hex58CEF9411102c45d42
Octal1303163711012102304135102
Binary101100011001110111110011000001100010101100010010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58CEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58CEF9; }

 p { color: rgb(88,206,249); }

 H1.HeaderClassName
 {
   color: #58CEF9;
 }
 .AnyTagClassName
 {
   color: #58CEF9;
 }
</style>
background-color css

<style>
 a { background-color: #58CEF9; }

 a { background-color: rgb(88,206,249); }

 div.DivClassName
 {
   background-color: #58CEF9;
 }
 .BgClassName
 {
   background-color: #58CEF9;
 }
</style>
border-color css

<style>
 span { border-color: #58CEF9; }

 span { border-color: rgb(88,206,249); }

 td.TdClassName
 {
   border-color: #58CEF9;
 }
 .TagClassName
 {
   border-color: #58CEF9;
 }
</style>