Shades of Maya Blue #59BCFC
Tints of Maya Blue #59BCFC
RGB
CMYK
RGB Variations
Color information
#59BCFC (or 0x59BCFC) is known color: Maya Blue. HEX triplet: 59, BC and FC. RGB value is (89,188,252). Sum of RGB (Red+Green+Blue) = 89+188+252=529 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.82% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #59BCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59BCFC is #A64303. Grayscale: #A5A5A5. Windows color (decimal): -10896132 or 16563289. OLE color: 16563289.
HSL color Cylindrical-coordinate representation of color #59BCFC: hue angle of 203.56º 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 #59BCFC is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 188 | 252 | - |
| CMYK | 0.65 | 0.25 | 0 | 0.01 |
| HSL | 203.56º | 0.96% | 0.67% | - |
| HSV(B) | 203.56º | 0.65% | 0.99% | - |
| XYZ | 39.67 | 45.12 | 98.71 | - |
| YUV | 165.7 | 176.7 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 188 | 252 | 0.65 | 0.25 | 0 | 0.01 | 203.56 | 0.96 | 0.67 |
| Hex | 59 | BC | FC | 41 | 19 | 0 | 1 | CC | 60 | 43 |
| Octal | 131 | 274 | 374 | 101 | 31 | 0 | 1 | 314 | 140 | 103 |
| Binary | 1011001 | 10111100 | 11111100 | 1000001 | 11001 | 0 | 1 | 11001100 | 1100000 | 1000011 |
Color Harmonies of #59BCFC
Complementary color
Monochromatic Colors of #59BCFC
Black with #59BCFC
Text Example
Text Example
White with #59BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BCFC; }
p { color: rgb(89,188,252); }
H1.HeaderClassName
{
color: #59BCFC;
}
.AnyTagClassName
{
color: #59BCFC;
}
</style>
background-color css
<style>
a { background-color: #59BCFC; }
a { background-color: rgb(89,188,252); }
div.DivClassName
{
background-color: #59BCFC;
}
.BgClassName
{
background-color: #59BCFC;
}
</style>
border-color css
<style>
span { border-color: #59BCFC; }
span { border-color: rgb(89,188,252); }
td.TdClassName
{
border-color: #59BCFC;
}
.TagClassName
{
border-color: #59BCFC;
}
</style>