Shades of Maya Blue #59C2FE
Tints of Maya Blue #59C2FE
RGB
CMYK
RGB Variations
Color information
#59C2FE (or 0x59C2FE) is known color: Maya Blue. HEX triplet: 59, C2 and FE. RGB value is (89,194,254). Sum of RGB (Red+Green+Blue) = 89+194+254=537 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.57% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #59C2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59C2FE is #A63D01. Grayscale: #A9A9A9. Windows color (decimal): -10894594 or 16695897. OLE color: 16695897.
HSL color Cylindrical-coordinate representation of color #59C2FE: hue angle of 201.82º 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 #59C2FE is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 194 | 254 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.00 |
| HSL | 201.82º | 0.99% | 0.67% | - |
| HSV(B) | 201.82º | 0.65% | 1% | - |
| XYZ | 41.3 | 47.86 | 100.83 | - |
| YUV | 169.45 | 175.71 | 70.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 194 | 254 | 0.65 | 0.24 | 0 | 0.00 | 201.82 | 0.99 | 0.67 |
| Hex | 59 | C2 | FE | 41 | 18 | 0 | 0 | CA | 63 | 43 |
| Octal | 131 | 302 | 376 | 101 | 30 | 0 | 0 | 312 | 143 | 103 |
| Binary | 1011001 | 11000010 | 11111110 | 1000001 | 11000 | 0 | 0 | 11001010 | 1100011 | 1000011 |
Color Harmonies of #59C2FE
Complementary color
Monochromatic Colors of #59C2FE
Black with #59C2FE
Text Example
Text Example
White with #59C2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C2FE; }
p { color: rgb(89,194,254); }
H1.HeaderClassName
{
color: #59C2FE;
}
.AnyTagClassName
{
color: #59C2FE;
}
</style>
background-color css
<style>
a { background-color: #59C2FE; }
a { background-color: rgb(89,194,254); }
div.DivClassName
{
background-color: #59C2FE;
}
.BgClassName
{
background-color: #59C2FE;
}
</style>
border-color css
<style>
span { border-color: #59C2FE; }
span { border-color: rgb(89,194,254); }
td.TdClassName
{
border-color: #59C2FE;
}
.TagClassName
{
border-color: #59C2FE;
}
</style>