Shades of Maya Blue #59D1FE
Tints of Maya Blue #59D1FE
RGB
CMYK
RGB Variations
Color information
#59D1FE (or 0x59D1FE) is known color: Maya Blue. HEX triplet: 59, D1 and FE. RGB value is (89,209,254). Sum of RGB (Red+Green+Blue) = 89+209+254=552 (73% of max value = 765). Red value is 89 (35.16% from 255 or 16.12% from 552); Green value is 209 (82.03% from 255 or 37.86% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #59D1FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59D1FE is #A62E01. Grayscale: #B1B1B1. Windows color (decimal): -10890754 or 16699737. OLE color: 16699737.
HSL color Cylindrical-coordinate representation of color #59D1FE: hue angle of 196.36º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59D1FE is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 209 | 254 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.00 |
| HSL | 196.36º | 0.99% | 0.67% | - |
| HSV(B) | 196.36º | 0.65% | 1% | - |
| XYZ | 44.81 | 54.88 | 102 | - |
| YUV | 178.25 | 170.74 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 209 | 254 | 0.65 | 0.18 | 0 | 0.00 | 196.36 | 0.99 | 0.67 |
| Hex | 59 | D1 | FE | 41 | 12 | 0 | 0 | C4 | 63 | 43 |
| Octal | 131 | 321 | 376 | 101 | 22 | 0 | 0 | 304 | 143 | 103 |
| Binary | 1011001 | 11010001 | 11111110 | 1000001 | 10010 | 0 | 0 | 11000100 | 1100011 | 1000011 |
Color Harmonies of #59D1FE
Complementary color
Monochromatic Colors of #59D1FE
Black with #59D1FE
Text Example
Text Example
White with #59D1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D1FE; }
p { color: rgb(89,209,254); }
H1.HeaderClassName
{
color: #59D1FE;
}
.AnyTagClassName
{
color: #59D1FE;
}
</style>
background-color css
<style>
a { background-color: #59D1FE; }
a { background-color: rgb(89,209,254); }
div.DivClassName
{
background-color: #59D1FE;
}
.BgClassName
{
background-color: #59D1FE;
}
</style>
border-color css
<style>
span { border-color: #59D1FE; }
span { border-color: rgb(89,209,254); }
td.TdClassName
{
border-color: #59D1FE;
}
.TagClassName
{
border-color: #59D1FE;
}
</style>