Shades of Baby Blue #59FFEC
Tints of Baby Blue #59FFEC
RGB
CMYK
RGB Variations
Color information
#59FFEC (or 0x59FFEC) is known color: Baby Blue. HEX triplet: 59, FF and EC. RGB value is (89,255,236). Sum of RGB (Red+Green+Blue) = 89+255+236=580 (76% of max value = 765). Red value is 89 (35.16% from 255 or 15.34% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #59FFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59FFEC is #A60013. Grayscale: #CBCBCB. Windows color (decimal): -10878996 or 15531865. OLE color: 15531865.
HSL color Cylindrical-coordinate representation of color #59FFEC: hue angle of 173.13º 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 #59FFEC is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 255 | 236 | - |
| CMYK | 0.65 | 0 | 0.07 | 0 |
| HSL | 173.13º | 1% | 0.67% | - |
| HSV(B) | 173.13º | 0.65% | 1% | - |
| XYZ | 55.02 | 79.7 | 91.84 | - |
| YUV | 203.2 | 146.5 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 255 | 236 | 0.65 | 0 | 0.07 | 0 | 173.13 | 1 | 0.67 |
| Hex | 59 | FF | EC | 41 | 0 | 7 | 0 | AD | 64 | 43 |
| Octal | 131 | 377 | 354 | 101 | 0 | 7 | 0 | 255 | 144 | 103 |
| Binary | 1011001 | 11111111 | 11101100 | 1000001 | 0 | 111 | 0 | 10101101 | 1100100 | 1000011 |
Color Harmonies of #59FFEC
Complementary color
Monochromatic Colors of #59FFEC
Black with #59FFEC
Text Example
Text Example
White with #59FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FFEC; }
p { color: rgb(89,255,236); }
H1.HeaderClassName
{
color: #59FFEC;
}
.AnyTagClassName
{
color: #59FFEC;
}
</style>
background-color css
<style>
a { background-color: #59FFEC; }
a { background-color: rgb(89,255,236); }
div.DivClassName
{
background-color: #59FFEC;
}
.BgClassName
{
background-color: #59FFEC;
}
</style>
border-color css
<style>
span { border-color: #59FFEC; }
span { border-color: rgb(89,255,236); }
td.TdClassName
{
border-color: #59FFEC;
}
.TagClassName
{
border-color: #59FFEC;
}
</style>