Shades of Maya Blue #59CFFC
Tints of Maya Blue #59CFFC
RGB
CMYK
RGB Variations
Color information
#59CFFC (or 0x59CFFC) is known color: Maya Blue. HEX triplet: 59, CF and FC. RGB value is (89,207,252). Sum of RGB (Red+Green+Blue) = 89+207+252=548 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.24% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #59CFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59CFFC is #A63003. Grayscale: #B0B0B0. Windows color (decimal): -10891268 or 16568153. OLE color: 16568153.
HSL color Cylindrical-coordinate representation of color #59CFFC: hue angle of 196.56º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59CFFC is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 207 | 252 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.01 |
| HSL | 196.56º | 0.96% | 0.67% | - |
| HSV(B) | 196.56º | 0.65% | 0.99% | - |
| XYZ | 44 | 53.78 | 100.16 | - |
| YUV | 176.85 | 170.41 | 65.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 207 | 252 | 0.65 | 0.18 | 0 | 0.01 | 196.56 | 0.96 | 0.67 |
| Hex | 59 | CF | FC | 41 | 12 | 0 | 1 | C5 | 60 | 43 |
| Octal | 131 | 317 | 374 | 101 | 22 | 0 | 1 | 305 | 140 | 103 |
| Binary | 1011001 | 11001111 | 11111100 | 1000001 | 10010 | 0 | 1 | 11000101 | 1100000 | 1000011 |
Color Harmonies of #59CFFC
Complementary color
Monochromatic Colors of #59CFFC
Black with #59CFFC
Text Example
Text Example
White with #59CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CFFC; }
p { color: rgb(89,207,252); }
H1.HeaderClassName
{
color: #59CFFC;
}
.AnyTagClassName
{
color: #59CFFC;
}
</style>
background-color css
<style>
a { background-color: #59CFFC; }
a { background-color: rgb(89,207,252); }
div.DivClassName
{
background-color: #59CFFC;
}
.BgClassName
{
background-color: #59CFFC;
}
</style>
border-color css
<style>
span { border-color: #59CFFC; }
span { border-color: rgb(89,207,252); }
td.TdClassName
{
border-color: #59CFFC;
}
.TagClassName
{
border-color: #59CFFC;
}
</style>