Shades of Maya Blue #59C9F6
Tints of Maya Blue #59C9F6
RGB
CMYK
RGB Variations
Color information
#59C9F6 (or 0x59C9F6) is known color: Maya Blue. HEX triplet: 59, C9 and F6. RGB value is (89,201,246). Sum of RGB (Red+Green+Blue) = 89+201+246=536 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.60% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 246 (96.48% from 255 or 45.90% from 536); Max value from RGB is 246 - color contains mainly: blue. Hex color #59C9F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59C9F6 is #A63609. Grayscale: #ACACAC. Windows color (decimal): -10892810 or 16173401. OLE color: 16173401.
HSL color Cylindrical-coordinate representation of color #59C9F6: hue angle of 197.2º 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 #59C9F6 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 89 | 201 | 246 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.04 |
| HSL | 197.2º | 0.9% | 0.66% | - |
| HSV(B) | 197.2º | 0.64% | 0.96% | - |
| XYZ | 41.64 | 50.55 | 94.75 | - |
| YUV | 172.64 | 169.39 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 201 | 246 | 0.64 | 0.18 | 0 | 0.04 | 197.2 | 0.9 | 0.66 |
| Hex | 59 | C9 | F6 | 40 | 12 | 0 | 4 | C5 | 5A | 42 |
| Octal | 131 | 311 | 366 | 100 | 22 | 0 | 4 | 305 | 132 | 102 |
| Binary | 1011001 | 11001001 | 11110110 | 1000000 | 10010 | 0 | 100 | 11000101 | 1011010 | 1000010 |
Color Harmonies of #59C9F6
Complementary color
Monochromatic Colors of #59C9F6
Black with #59C9F6
Text Example
Text Example
White with #59C9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C9F6; }
p { color: rgb(89,201,246); }
H1.HeaderClassName
{
color: #59C9F6;
}
.AnyTagClassName
{
color: #59C9F6;
}
</style>
background-color css
<style>
a { background-color: #59C9F6; }
a { background-color: rgb(89,201,246); }
div.DivClassName
{
background-color: #59C9F6;
}
.BgClassName
{
background-color: #59C9F6;
}
</style>
border-color css
<style>
span { border-color: #59C9F6; }
span { border-color: rgb(89,201,246); }
td.TdClassName
{
border-color: #59C9F6;
}
.TagClassName
{
border-color: #59C9F6;
}
</style>