#58C2F9

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

Shades of Maya Blue #58C2F9

Tints of Maya Blue #58C2F9

Color information

#58C2F9 (or 0x58C2F9) is unknown color: approx Maya Blue. HEX triplet: 58, C2 and F9. RGB value is (88,194,249). Sum of RGB (Red+Green+Blue) = 88+194+249=531 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.57% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 249 (97.66% from 255 or 46.89% from 531); Max value from RGB is 249 - color contains mainly: blue. Hex color #58C2F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58C2F9 is #A73D06. Grayscale: #A8A8A8. Windows color (decimal): -10960135 or 16368216. OLE color: 16368216.

HSL color Cylindrical-coordinate representation of color #58C2F9: hue angle of 200.5º 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 #58C2F9 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB88194249-
CMYK0.650.2200.02
HSL200.5º93.06%66.08%-
HSV(B)200.5º64.66%97.65%-
XYZ40.4247.596.66-
YUV168.58173.3870.53-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.57%
GREEN value IS 194 (76.17% from 255) = 36.53%
BLUE value IS 249 (97.66% from 255) = 46.89%
R=16.57%
G=36.53%
B=46.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal881942490.650.2200.02200.593.0666.08
Hex58C2F9411602c85d42
Octal1303023711012602310135102
Binary101100011000010111110011000001101100101100100010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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