Shades of Maya Blue #59D0FB
Tints of Maya Blue #59D0FB
RGB
CMYK
RGB Variations
Color information
#59D0FB (or 0x59D0FB) is known color: Maya Blue. HEX triplet: 59, D0 and FB. RGB value is (89,208,251). Sum of RGB (Red+Green+Blue) = 89+208+251=548 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.24% from 548); Green value is 208 (81.64% from 255 or 37.96% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #59D0FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59D0FB is #A62F04. Grayscale: #B1B1B1. Windows color (decimal): -10891013 or 16502873. OLE color: 16502873.
HSL color Cylindrical-coordinate representation of color #59D0FB: hue angle of 195.93º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59D0FB is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 208 | 251 | - |
| CMYK | 0.65 | 0.17 | 0 | 0.02 |
| HSL | 195.93º | 0.95% | 0.67% | - |
| HSV(B) | 195.93º | 0.65% | 0.98% | - |
| XYZ | 44.09 | 54.2 | 99.4 | - |
| YUV | 177.32 | 169.58 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 208 | 251 | 0.65 | 0.17 | 0 | 0.02 | 195.93 | 0.95 | 0.67 |
| Hex | 59 | D0 | FB | 41 | 11 | 0 | 2 | C4 | 5F | 43 |
| Octal | 131 | 320 | 373 | 101 | 21 | 0 | 2 | 304 | 137 | 103 |
| Binary | 1011001 | 11010000 | 11111011 | 1000001 | 10001 | 0 | 10 | 11000100 | 1011111 | 1000011 |
Color Harmonies of #59D0FB
Complementary color
Monochromatic Colors of #59D0FB
Black with #59D0FB
Text Example
Text Example
White with #59D0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D0FB; }
p { color: rgb(89,208,251); }
H1.HeaderClassName
{
color: #59D0FB;
}
.AnyTagClassName
{
color: #59D0FB;
}
</style>
background-color css
<style>
a { background-color: #59D0FB; }
a { background-color: rgb(89,208,251); }
div.DivClassName
{
background-color: #59D0FB;
}
.BgClassName
{
background-color: #59D0FB;
}
</style>
border-color css
<style>
span { border-color: #59D0FB; }
span { border-color: rgb(89,208,251); }
td.TdClassName
{
border-color: #59D0FB;
}
.TagClassName
{
border-color: #59D0FB;
}
</style>