Shades of Baby Blue #59ECFF
Tints of Baby Blue #59ECFF
RGB
CMYK
RGB Variations
Color information
#59ECFF (or 0x59ECFF) is known color: Baby Blue. HEX triplet: 59, EC and FF. RGB value is (89,236,255). Sum of RGB (Red+Green+Blue) = 89+236+255=580 (76% of max value = 765). Red value is 89 (35.16% from 255 or 15.34% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #59ECFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59ECFF is #A61300. Grayscale: #C1C1C1. Windows color (decimal): -10883841 or 16772185. OLE color: 16772185.
HSL color Cylindrical-coordinate representation of color #59ECFF: hue angle of 186.87º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59ECFF is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 236 | 255 | - |
| CMYK | 0.65 | 0.07 | 0 | 0 |
| HSL | 186.87º | 1% | 0.67% | - |
| HSV(B) | 186.87º | 0.65% | 1% | - |
| XYZ | 52.17 | 69.33 | 105.24 | - |
| YUV | 194.21 | 162.3 | 52.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 236 | 255 | 0.65 | 0.07 | 0 | 0 | 186.87 | 1 | 0.67 |
| Hex | 59 | EC | FF | 41 | 7 | 0 | 0 | BB | 64 | 43 |
| Octal | 131 | 354 | 377 | 101 | 7 | 0 | 0 | 273 | 144 | 103 |
| Binary | 1011001 | 11101100 | 11111111 | 1000001 | 111 | 0 | 0 | 10111011 | 1100100 | 1000011 |
Color Harmonies of #59ECFF
Complementary color
Monochromatic Colors of #59ECFF
Black with #59ECFF
Text Example
Text Example
White with #59ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ECFF; }
p { color: rgb(89,236,255); }
H1.HeaderClassName
{
color: #59ECFF;
}
.AnyTagClassName
{
color: #59ECFF;
}
</style>
background-color css
<style>
a { background-color: #59ECFF; }
a { background-color: rgb(89,236,255); }
div.DivClassName
{
background-color: #59ECFF;
}
.BgClassName
{
background-color: #59ECFF;
}
</style>
border-color css
<style>
span { border-color: #59ECFF; }
span { border-color: rgb(89,236,255); }
td.TdClassName
{
border-color: #59ECFF;
}
.TagClassName
{
border-color: #59ECFF;
}
</style>