Shades of Maya Blue #59CDF8
Tints of Maya Blue #59CDF8
RGB
CMYK
RGB Variations
Color information
#59CDF8 (or 0x59CDF8) is known color: Maya Blue. HEX triplet: 59, CD and F8. RGB value is (89,205,248). Sum of RGB (Red+Green+Blue) = 89+205+248=542 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.42% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 248 (97.27% from 255 or 45.76% from 542); Max value from RGB is 248 - color contains mainly: blue. Hex color #59CDF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59CDF8 is #A63207. Grayscale: #AEAEAE. Windows color (decimal): -10891784 or 16305497. OLE color: 16305497.
HSL color Cylindrical-coordinate representation of color #59CDF8: hue angle of 196.23º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59CDF8 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 89 | 205 | 248 | - |
| CMYK | 0.64 | 0.17 | 0 | 0.03 |
| HSL | 196.23º | 0.92% | 0.66% | - |
| HSV(B) | 196.23º | 0.64% | 0.97% | - |
| XYZ | 42.89 | 52.56 | 96.69 | - |
| YUV | 175.22 | 169.07 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 205 | 248 | 0.64 | 0.17 | 0 | 0.03 | 196.23 | 0.92 | 0.66 |
| Hex | 59 | CD | F8 | 40 | 11 | 0 | 3 | C4 | 5C | 42 |
| Octal | 131 | 315 | 370 | 100 | 21 | 0 | 3 | 304 | 134 | 102 |
| Binary | 1011001 | 11001101 | 11111000 | 1000000 | 10001 | 0 | 11 | 11000100 | 1011100 | 1000010 |
Color Harmonies of #59CDF8
Complementary color
Monochromatic Colors of #59CDF8
Black with #59CDF8
Text Example
Text Example
White with #59CDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CDF8; }
p { color: rgb(89,205,248); }
H1.HeaderClassName
{
color: #59CDF8;
}
.AnyTagClassName
{
color: #59CDF8;
}
</style>
background-color css
<style>
a { background-color: #59CDF8; }
a { background-color: rgb(89,205,248); }
div.DivClassName
{
background-color: #59CDF8;
}
.BgClassName
{
background-color: #59CDF8;
}
</style>
border-color css
<style>
span { border-color: #59CDF8; }
span { border-color: rgb(89,205,248); }
td.TdClassName
{
border-color: #59CDF8;
}
.TagClassName
{
border-color: #59CDF8;
}
</style>