Shades of Maya Blue #59C0FE
Tints of Maya Blue #59C0FE
RGB
CMYK
RGB Variations
Color information
#59C0FE (or 0x59C0FE) is known color: Maya Blue. HEX triplet: 59, C0 and FE. RGB value is (89,192,254). Sum of RGB (Red+Green+Blue) = 89+192+254=535 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.64% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #59C0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59C0FE is #A63F01. Grayscale: #A7A7A7. Windows color (decimal): -10895106 or 16695385. OLE color: 16695385.
HSL color Cylindrical-coordinate representation of color #59C0FE: hue angle of 202.55º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59C0FE is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 192 | 254 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.00 |
| HSL | 202.55º | 0.99% | 0.67% | - |
| HSV(B) | 202.55º | 0.65% | 1% | - |
| XYZ | 40.86 | 46.98 | 100.68 | - |
| YUV | 168.27 | 176.38 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 192 | 254 | 0.65 | 0.24 | 0 | 0.00 | 202.55 | 0.99 | 0.67 |
| Hex | 59 | C0 | FE | 41 | 18 | 0 | 0 | CB | 63 | 43 |
| Octal | 131 | 300 | 376 | 101 | 30 | 0 | 0 | 313 | 143 | 103 |
| Binary | 1011001 | 11000000 | 11111110 | 1000001 | 11000 | 0 | 0 | 11001011 | 1100011 | 1000011 |
Color Harmonies of #59C0FE
Complementary color
Monochromatic Colors of #59C0FE
Black with #59C0FE
Text Example
Text Example
White with #59C0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C0FE; }
p { color: rgb(89,192,254); }
H1.HeaderClassName
{
color: #59C0FE;
}
.AnyTagClassName
{
color: #59C0FE;
}
</style>
background-color css
<style>
a { background-color: #59C0FE; }
a { background-color: rgb(89,192,254); }
div.DivClassName
{
background-color: #59C0FE;
}
.BgClassName
{
background-color: #59C0FE;
}
</style>
border-color css
<style>
span { border-color: #59C0FE; }
span { border-color: rgb(89,192,254); }
td.TdClassName
{
border-color: #59C0FE;
}
.TagClassName
{
border-color: #59C0FE;
}
</style>