Shades of Maya Blue #59C8F6
Tints of Maya Blue #59C8F6
RGB
CMYK
RGB Variations
Color information
#59C8F6 (or 0x59C8F6) is known color: Maya Blue. HEX triplet: 59, C8 and F6. RGB value is (89,200,246). Sum of RGB (Red+Green+Blue) = 89+200+246=535 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.64% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 246 (96.48% from 255 or 45.98% from 535); Max value from RGB is 246 - color contains mainly: blue. Hex color #59C8F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59C8F6 is #A63709. Grayscale: #ABABAB. Windows color (decimal): -10893066 or 16173145. OLE color: 16173145.
HSL color Cylindrical-coordinate representation of color #59C8F6: hue angle of 197.58º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59C8F6 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 89 | 200 | 246 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.04 |
| HSL | 197.58º | 0.9% | 0.66% | - |
| HSV(B) | 197.58º | 0.64% | 0.96% | - |
| XYZ | 41.41 | 50.09 | 94.67 | - |
| YUV | 172.06 | 169.73 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 200 | 246 | 0.64 | 0.19 | 0 | 0.04 | 197.58 | 0.9 | 0.66 |
| Hex | 59 | C8 | F6 | 40 | 13 | 0 | 4 | C6 | 5A | 42 |
| Octal | 131 | 310 | 366 | 100 | 23 | 0 | 4 | 306 | 132 | 102 |
| Binary | 1011001 | 11001000 | 11110110 | 1000000 | 10011 | 0 | 100 | 11000110 | 1011010 | 1000010 |
Color Harmonies of #59C8F6
Complementary color
Monochromatic Colors of #59C8F6
Black with #59C8F6
Text Example
Text Example
White with #59C8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C8F6; }
p { color: rgb(89,200,246); }
H1.HeaderClassName
{
color: #59C8F6;
}
.AnyTagClassName
{
color: #59C8F6;
}
</style>
background-color css
<style>
a { background-color: #59C8F6; }
a { background-color: rgb(89,200,246); }
div.DivClassName
{
background-color: #59C8F6;
}
.BgClassName
{
background-color: #59C8F6;
}
</style>
border-color css
<style>
span { border-color: #59C8F6; }
span { border-color: rgb(89,200,246); }
td.TdClassName
{
border-color: #59C8F6;
}
.TagClassName
{
border-color: #59C8F6;
}
</style>