Shades of Maya Blue #59C7FF
Tints of Maya Blue #59C7FF
RGB
CMYK
RGB Variations
Color information
#59C7FF (or 0x59C7FF) is known color: Maya Blue. HEX triplet: 59, C7 and FF. RGB value is (89,199,255). Sum of RGB (Red+Green+Blue) = 89+199+255=543 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.39% from 543); Green value is 199 (78.12% from 255 or 36.65% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #59C7FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59C7FF is #A63800. Grayscale: #ACACAC. Windows color (decimal): -10893313 or 16762713. OLE color: 16762713.
HSL color Cylindrical-coordinate representation of color #59C7FF: hue angle of 200.24º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59C7FF is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 199 | 255 | - |
| CMYK | 0.65 | 0.22 | 0 | 0 |
| HSL | 200.24º | 1% | 0.67% | - |
| HSV(B) | 200.24º | 0.65% | 1% | - |
| XYZ | 42.59 | 50.19 | 102.05 | - |
| YUV | 172.49 | 174.56 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 199 | 255 | 0.65 | 0.22 | 0 | 0 | 200.24 | 1 | 0.67 |
| Hex | 59 | C7 | FF | 41 | 16 | 0 | 0 | C8 | 64 | 43 |
| Octal | 131 | 307 | 377 | 101 | 26 | 0 | 0 | 310 | 144 | 103 |
| Binary | 1011001 | 11000111 | 11111111 | 1000001 | 10110 | 0 | 0 | 11001000 | 1100100 | 1000011 |
Color Harmonies of #59C7FF
Complementary color
Monochromatic Colors of #59C7FF
Black with #59C7FF
Text Example
Text Example
White with #59C7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C7FF; }
p { color: rgb(89,199,255); }
H1.HeaderClassName
{
color: #59C7FF;
}
.AnyTagClassName
{
color: #59C7FF;
}
</style>
background-color css
<style>
a { background-color: #59C7FF; }
a { background-color: rgb(89,199,255); }
div.DivClassName
{
background-color: #59C7FF;
}
.BgClassName
{
background-color: #59C7FF;
}
</style>
border-color css
<style>
span { border-color: #59C7FF; }
span { border-color: rgb(89,199,255); }
td.TdClassName
{
border-color: #59C7FF;
}
.TagClassName
{
border-color: #59C7FF;
}
</style>