Shades of Maya Blue #59C8FC
Tints of Maya Blue #59C8FC
RGB
CMYK
RGB Variations
Color information
#59C8FC (or 0x59C8FC) is known color: Maya Blue. HEX triplet: 59, C8 and FC. RGB value is (89,200,252). Sum of RGB (Red+Green+Blue) = 89+200+252=541 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.45% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #59C8FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59C8FC is #A63703. Grayscale: #ACACAC. Windows color (decimal): -10893060 or 16566361. OLE color: 16566361.
HSL color Cylindrical-coordinate representation of color #59C8FC: hue angle of 199.14º degrees, saturation: 0.96, 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 #59C8FC is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 200 | 252 | - |
| CMYK | 0.65 | 0.21 | 0 | 0.01 |
| HSL | 199.14º | 0.96% | 0.67% | - |
| HSV(B) | 199.14º | 0.65% | 0.99% | - |
| XYZ | 42.34 | 50.46 | 99.6 | - |
| YUV | 172.74 | 172.73 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 200 | 252 | 0.65 | 0.21 | 0 | 0.01 | 199.14 | 0.96 | 0.67 |
| Hex | 59 | C8 | FC | 41 | 15 | 0 | 1 | C7 | 60 | 43 |
| Octal | 131 | 310 | 374 | 101 | 25 | 0 | 1 | 307 | 140 | 103 |
| Binary | 1011001 | 11001000 | 11111100 | 1000001 | 10101 | 0 | 1 | 11000111 | 1100000 | 1000011 |
Color Harmonies of #59C8FC
Complementary color
Monochromatic Colors of #59C8FC
Black with #59C8FC
Text Example
Text Example
White with #59C8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C8FC; }
p { color: rgb(89,200,252); }
H1.HeaderClassName
{
color: #59C8FC;
}
.AnyTagClassName
{
color: #59C8FC;
}
</style>
background-color css
<style>
a { background-color: #59C8FC; }
a { background-color: rgb(89,200,252); }
div.DivClassName
{
background-color: #59C8FC;
}
.BgClassName
{
background-color: #59C8FC;
}
</style>
border-color css
<style>
span { border-color: #59C8FC; }
span { border-color: rgb(89,200,252); }
td.TdClassName
{
border-color: #59C8FC;
}
.TagClassName
{
border-color: #59C8FC;
}
</style>