#59C0F9

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

Shades of Maya Blue #59C0F9

Tints of Maya Blue #59C0F9

Color information

#59C0F9 (or 0x59C0F9) is unknown color: approx Maya Blue. HEX triplet: 59, C0 and F9. RGB value is (89,192,249). Sum of RGB (Red+Green+Blue) = 89+192+249=530 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.79% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 249 - color contains mainly: blue. Hex color #59C0F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59C0F9 is #A63F06. Grayscale: #A7A7A7. Windows color (decimal): -10895111 or 16367705. OLE color: 16367705.

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

Color convert

RGB89192249-
CMYK0.640.2300.02
HSL201.38º93.02%66.27%-
HSV(B)201.38º64.26%97.65%-
XYZ40.0746.6696.52-
YUV167.7173.8871.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.79%
GREEN value IS 192 (75.39% from 255) = 36.23%
BLUE value IS 249 (97.66% from 255) = 46.98%
R=16.79%
G=36.23%
B=46.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal891922490.640.2300.02201.3893.0266.27
Hex59C0F9401702c95d42
Octal1313003711002702311135102
Binary101100111000000111110011000000101110101100100110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59C0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59C0F9; }

 p { color: rgb(89,192,249); }

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

<style>
 a { background-color: #59C0F9; }

 a { background-color: rgb(89,192,249); }

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

<style>
 span { border-color: #59C0F9; }

 span { border-color: rgb(89,192,249); }

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