Shades of Baby Blue #59EEF5
Tints of Baby Blue #59EEF5
RGB
CMYK
RGB Variations
Color information
#59EEF5 (or 0x59EEF5) is known color: Baby Blue. HEX triplet: 59, EE and F5. RGB value is (89,238,245). Sum of RGB (Red+Green+Blue) = 89+238+245=572 (75% of max value = 765). Red value is 89 (35.16% from 255 or 15.56% from 572); Green value is 238 (93.36% from 255 or 41.61% from 572); Blue value is 245 (96.09% from 255 or 42.83% from 572); Max value from RGB is 245 - color contains mainly: blue. Hex color #59EEF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59EEF5 is #A6110A. Grayscale: #C2C2C2. Windows color (decimal): -10883339 or 16117337. OLE color: 16117337.
HSL color Cylindrical-coordinate representation of color #59EEF5: hue angle of 182.69º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59EEF5 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 89 | 238 | 245 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.04 |
| HSL | 182.69º | 0.89% | 0.65% | - |
| HSV(B) | 182.69º | 0.64% | 0.96% | - |
| XYZ | 51.18 | 69.87 | 97.17 | - |
| YUV | 194.25 | 156.64 | 52.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 238 | 245 | 0.64 | 0.03 | 0 | 0.04 | 182.69 | 0.89 | 0.65 |
| Hex | 59 | EE | F5 | 40 | 3 | 0 | 4 | B7 | 59 | 41 |
| Octal | 131 | 356 | 365 | 100 | 3 | 0 | 4 | 267 | 131 | 101 |
| Binary | 1011001 | 11101110 | 11110101 | 1000000 | 11 | 0 | 100 | 10110111 | 1011001 | 1000001 |
Color Harmonies of #59EEF5
Complementary color
Monochromatic Colors of #59EEF5
Black with #59EEF5
Text Example
Text Example
White with #59EEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EEF5; }
p { color: rgb(89,238,245); }
H1.HeaderClassName
{
color: #59EEF5;
}
.AnyTagClassName
{
color: #59EEF5;
}
</style>
background-color css
<style>
a { background-color: #59EEF5; }
a { background-color: rgb(89,238,245); }
div.DivClassName
{
background-color: #59EEF5;
}
.BgClassName
{
background-color: #59EEF5;
}
</style>
border-color css
<style>
span { border-color: #59EEF5; }
span { border-color: rgb(89,238,245); }
td.TdClassName
{
border-color: #59EEF5;
}
.TagClassName
{
border-color: #59EEF5;
}
</style>