Shades of Maya Blue #59CEFE
Tints of Maya Blue #59CEFE
RGB
CMYK
RGB Variations
Color information
#59CEFE (or 0x59CEFE) is known color: Maya Blue. HEX triplet: 59, CE and FE. RGB value is (89,206,254). Sum of RGB (Red+Green+Blue) = 89+206+254=549 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.21% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #59CEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59CEFE is #A63101. Grayscale: #B0B0B0. Windows color (decimal): -10891522 or 16698969. OLE color: 16698969.
HSL color Cylindrical-coordinate representation of color #59CEFE: hue angle of 197.45º 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 #59CEFE is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 206 | 254 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.00 |
| HSL | 197.45º | 0.99% | 0.67% | - |
| HSV(B) | 197.45º | 0.65% | 1% | - |
| XYZ | 44.08 | 53.42 | 101.75 | - |
| YUV | 176.49 | 171.74 | 65.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 206 | 254 | 0.65 | 0.19 | 0 | 0.00 | 197.45 | 0.99 | 0.67 |
| Hex | 59 | CE | FE | 41 | 13 | 0 | 0 | C5 | 63 | 43 |
| Octal | 131 | 316 | 376 | 101 | 23 | 0 | 0 | 305 | 143 | 103 |
| Binary | 1011001 | 11001110 | 11111110 | 1000001 | 10011 | 0 | 0 | 11000101 | 1100011 | 1000011 |
Color Harmonies of #59CEFE
Complementary color
Monochromatic Colors of #59CEFE
Black with #59CEFE
Text Example
Text Example
White with #59CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CEFE; }
p { color: rgb(89,206,254); }
H1.HeaderClassName
{
color: #59CEFE;
}
.AnyTagClassName
{
color: #59CEFE;
}
</style>
background-color css
<style>
a { background-color: #59CEFE; }
a { background-color: rgb(89,206,254); }
div.DivClassName
{
background-color: #59CEFE;
}
.BgClassName
{
background-color: #59CEFE;
}
</style>
border-color css
<style>
span { border-color: #59CEFE; }
span { border-color: rgb(89,206,254); }
td.TdClassName
{
border-color: #59CEFE;
}
.TagClassName
{
border-color: #59CEFE;
}
</style>