Shades of Maya Blue #59CEFD
Tints of Maya Blue #59CEFD
RGB
CMYK
RGB Variations
Color information
#59CEFD (or 0x59CEFD) is known color: Maya Blue. HEX triplet: 59, CE and FD. RGB value is (89,206,253). Sum of RGB (Red+Green+Blue) = 89+206+253=548 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.24% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #59CEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59CEFD is #A63102. Grayscale: #B0B0B0. Windows color (decimal): -10891523 or 16633433. OLE color: 16633433.
HSL color Cylindrical-coordinate representation of color #59CEFD: hue angle of 197.2º degrees, saturation: 0.98, 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 #59CEFD is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 206 | 253 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.01 |
| HSL | 197.2º | 0.98% | 0.67% | - |
| HSV(B) | 197.2º | 0.65% | 0.99% | - |
| XYZ | 43.92 | 53.36 | 100.91 | - |
| YUV | 176.38 | 171.24 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 206 | 253 | 0.65 | 0.19 | 0 | 0.01 | 197.2 | 0.98 | 0.67 |
| Hex | 59 | CE | FD | 41 | 13 | 0 | 1 | C5 | 62 | 43 |
| Octal | 131 | 316 | 375 | 101 | 23 | 0 | 1 | 305 | 142 | 103 |
| Binary | 1011001 | 11001110 | 11111101 | 1000001 | 10011 | 0 | 1 | 11000101 | 1100010 | 1000011 |
Color Harmonies of #59CEFD
Complementary color
Monochromatic Colors of #59CEFD
Black with #59CEFD
Text Example
Text Example
White with #59CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CEFD; }
p { color: rgb(89,206,253); }
H1.HeaderClassName
{
color: #59CEFD;
}
.AnyTagClassName
{
color: #59CEFD;
}
</style>
background-color css
<style>
a { background-color: #59CEFD; }
a { background-color: rgb(89,206,253); }
div.DivClassName
{
background-color: #59CEFD;
}
.BgClassName
{
background-color: #59CEFD;
}
</style>
border-color css
<style>
span { border-color: #59CEFD; }
span { border-color: rgb(89,206,253); }
td.TdClassName
{
border-color: #59CEFD;
}
.TagClassName
{
border-color: #59CEFD;
}
</style>