Shades of Baby Blue #59FEE1
Tints of Baby Blue #59FEE1
RGB
CMYK
RGB Variations
Color information
#59FEE1 (or 0x59FEE1) is known color: Baby Blue. HEX triplet: 59, FE and E1. RGB value is (89,254,225). Sum of RGB (Red+Green+Blue) = 89+254+225=568 (75% of max value = 765). Red value is 89 (35.16% from 255 or 15.67% from 568); Green value is 254 (99.61% from 255 or 44.72% from 568); Blue value is 225 (88.28% from 255 or 39.61% from 568); Max value from RGB is 254 - color contains mainly: green. Hex color #59FEE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FEE1 is #A6011E. Grayscale: #C9C9C9. Windows color (decimal): -10879263 or 14810713. OLE color: 14810713.
HSL color Cylindrical-coordinate representation of color #59FEE1: hue angle of 169.45º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59FEE1 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 254 | 225 | - |
| CMYK | 0.65 | 0 | 0.11 | 0.00 |
| HSL | 169.45º | 0.99% | 0.67% | - |
| HSV(B) | 169.45º | 0.65% | 1% | - |
| XYZ | 53.15 | 78.44 | 83.57 | - |
| YUV | 201.36 | 141.34 | 47.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 254 | 225 | 0.65 | 0 | 0.11 | 0.00 | 169.45 | 0.99 | 0.67 |
| Hex | 59 | FE | E1 | 41 | 0 | B | 0 | A9 | 63 | 43 |
| Octal | 131 | 376 | 341 | 101 | 0 | 13 | 0 | 251 | 143 | 103 |
| Binary | 1011001 | 11111110 | 11100001 | 1000001 | 0 | 1011 | 0 | 10101001 | 1100011 | 1000011 |
Color Harmonies of #59FEE1
Complementary color
Monochromatic Colors of #59FEE1
Black with #59FEE1
Text Example
Text Example
White with #59FEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FEE1; }
p { color: rgb(89,254,225); }
H1.HeaderClassName
{
color: #59FEE1;
}
.AnyTagClassName
{
color: #59FEE1;
}
</style>
background-color css
<style>
a { background-color: #59FEE1; }
a { background-color: rgb(89,254,225); }
div.DivClassName
{
background-color: #59FEE1;
}
.BgClassName
{
background-color: #59FEE1;
}
</style>
border-color css
<style>
span { border-color: #59FEE1; }
span { border-color: rgb(89,254,225); }
td.TdClassName
{
border-color: #59FEE1;
}
.TagClassName
{
border-color: #59FEE1;
}
</style>