Shades of Baby Blue #59FDEB
Tints of Baby Blue #59FDEB
RGB
CMYK
RGB Variations
Color information
#59FDEB (or 0x59FDEB) is known color: Baby Blue. HEX triplet: 59, FD and EB. RGB value is (89,253,235). Sum of RGB (Red+Green+Blue) = 89+253+235=577 (76% of max value = 765). Red value is 89 (35.16% from 255 or 15.42% from 577); Green value is 253 (99.22% from 255 or 43.85% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 253 - color contains mainly: green. Hex color #59FDEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59FDEB is #A60214. Grayscale: #C9C9C9. Windows color (decimal): -10879509 or 15465817. OLE color: 15465817.
HSL color Cylindrical-coordinate representation of color #59FDEB: hue angle of 173.41º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59FDEB is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 253 | 235 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.01 |
| HSL | 173.41º | 0.98% | 0.67% | - |
| HSV(B) | 173.41º | 0.65% | 0.99% | - |
| XYZ | 54.24 | 78.37 | 90.87 | - |
| YUV | 201.91 | 146.67 | 47.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 253 | 235 | 0.65 | 0 | 0.07 | 0.01 | 173.41 | 0.98 | 0.67 |
| Hex | 59 | FD | EB | 41 | 0 | 7 | 1 | AD | 62 | 43 |
| Octal | 131 | 375 | 353 | 101 | 0 | 7 | 1 | 255 | 142 | 103 |
| Binary | 1011001 | 11111101 | 11101011 | 1000001 | 0 | 111 | 1 | 10101101 | 1100010 | 1000011 |
Color Harmonies of #59FDEB
Complementary color
Monochromatic Colors of #59FDEB
Black with #59FDEB
Text Example
Text Example
White with #59FDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FDEB; }
p { color: rgb(89,253,235); }
H1.HeaderClassName
{
color: #59FDEB;
}
.AnyTagClassName
{
color: #59FDEB;
}
</style>
background-color css
<style>
a { background-color: #59FDEB; }
a { background-color: rgb(89,253,235); }
div.DivClassName
{
background-color: #59FDEB;
}
.BgClassName
{
background-color: #59FDEB;
}
</style>
border-color css
<style>
span { border-color: #59FDEB; }
span { border-color: rgb(89,253,235); }
td.TdClassName
{
border-color: #59FDEB;
}
.TagClassName
{
border-color: #59FDEB;
}
</style>