Shades of Baby Blue #59FFEB
Tints of Baby Blue #59FFEB
RGB
CMYK
RGB Variations
Color information
#59FFEB (or 0x59FFEB) is known color: Baby Blue. HEX triplet: 59, FF and EB. RGB value is (89,255,235). Sum of RGB (Red+Green+Blue) = 89+255+235=579 (76% of max value = 765). Red value is 89 (35.16% from 255 or 15.37% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #59FFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59FFEB is #A60014. Grayscale: #CACACA. Windows color (decimal): -10878997 or 15466329. OLE color: 15466329.
HSL color Cylindrical-coordinate representation of color #59FFEB: hue angle of 172.77º 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 #59FFEB is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 255 | 235 | - |
| CMYK | 0.65 | 0 | 0.08 | 0 |
| HSL | 172.77º | 1% | 0.67% | - |
| HSV(B) | 172.77º | 0.65% | 1% | - |
| XYZ | 54.88 | 79.64 | 91.08 | - |
| YUV | 203.09 | 146 | 46.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 255 | 235 | 0.65 | 0 | 0.08 | 0 | 172.77 | 1 | 0.67 |
| Hex | 59 | FF | EB | 41 | 0 | 8 | 0 | AD | 64 | 43 |
| Octal | 131 | 377 | 353 | 101 | 0 | 10 | 0 | 255 | 144 | 103 |
| Binary | 1011001 | 11111111 | 11101011 | 1000001 | 0 | 1000 | 0 | 10101101 | 1100100 | 1000011 |
Color Harmonies of #59FFEB
Complementary color
Monochromatic Colors of #59FFEB
Black with #59FFEB
Text Example
Text Example
White with #59FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FFEB; }
p { color: rgb(89,255,235); }
H1.HeaderClassName
{
color: #59FFEB;
}
.AnyTagClassName
{
color: #59FFEB;
}
</style>
background-color css
<style>
a { background-color: #59FFEB; }
a { background-color: rgb(89,255,235); }
div.DivClassName
{
background-color: #59FFEB;
}
.BgClassName
{
background-color: #59FFEB;
}
</style>
border-color css
<style>
span { border-color: #59FFEB; }
span { border-color: rgb(89,255,235); }
td.TdClassName
{
border-color: #59FFEB;
}
.TagClassName
{
border-color: #59FFEB;
}
</style>