Shades of Baby Blue #59FAEC
Tints of Baby Blue #59FAEC
RGB
CMYK
RGB Variations
Color information
#59FAEC (or 0x59FAEC) is known color: Baby Blue. HEX triplet: 59, FA and EC. RGB value is (89,250,236). Sum of RGB (Red+Green+Blue) = 89+250+236=575 (76% of max value = 765). Red value is 89 (35.16% from 255 or 15.48% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #59FAEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59FAEC is #A60513. Grayscale: #C8C8C8. Windows color (decimal): -10880276 or 15530585. OLE color: 15530585.
HSL color Cylindrical-coordinate representation of color #59FAEC: hue angle of 174.78º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59FAEC is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 250 | 236 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.02 |
| HSL | 174.78º | 0.94% | 0.66% | - |
| HSV(B) | 174.78º | 0.64% | 0.98% | - |
| XYZ | 53.45 | 76.55 | 91.32 | - |
| YUV | 200.27 | 148.16 | 48.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 250 | 236 | 0.64 | 0 | 0.06 | 0.02 | 174.78 | 0.94 | 0.66 |
| Hex | 59 | FA | EC | 40 | 0 | 6 | 2 | AF | 5E | 42 |
| Octal | 131 | 372 | 354 | 100 | 0 | 6 | 2 | 257 | 136 | 102 |
| Binary | 1011001 | 11111010 | 11101100 | 1000000 | 0 | 110 | 10 | 10101111 | 1011110 | 1000010 |
Color Harmonies of #59FAEC
Complementary color
Monochromatic Colors of #59FAEC
Black with #59FAEC
Text Example
Text Example
White with #59FAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FAEC; }
p { color: rgb(89,250,236); }
H1.HeaderClassName
{
color: #59FAEC;
}
.AnyTagClassName
{
color: #59FAEC;
}
</style>
background-color css
<style>
a { background-color: #59FAEC; }
a { background-color: rgb(89,250,236); }
div.DivClassName
{
background-color: #59FAEC;
}
.BgClassName
{
background-color: #59FAEC;
}
</style>
border-color css
<style>
span { border-color: #59FAEC; }
span { border-color: rgb(89,250,236); }
td.TdClassName
{
border-color: #59FAEC;
}
.TagClassName
{
border-color: #59FAEC;
}
</style>