Shades of Baby Blue #59EEFF
Tints of Baby Blue #59EEFF
RGB
CMYK
RGB Variations
Color information
#59EEFF (or 0x59EEFF) is known color: Baby Blue. HEX triplet: 59, EE and FF. RGB value is (89,238,255). Sum of RGB (Red+Green+Blue) = 89+238+255=582 (77% of max value = 765). Red value is 89 (35.16% from 255 or 15.29% from 582); Green value is 238 (93.36% from 255 or 40.89% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #59EEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59EEFF is #A61100. Grayscale: #C3C3C3. Windows color (decimal): -10883329 or 16772697. OLE color: 16772697.
HSL color Cylindrical-coordinate representation of color #59EEFF: hue angle of 186.14º 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 #59EEFF is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 238 | 255 | - |
| CMYK | 0.65 | 0.07 | 0 | 0 |
| HSL | 186.14º | 1% | 0.67% | - |
| HSV(B) | 186.14º | 0.65% | 1% | - |
| XYZ | 52.74 | 70.49 | 105.43 | - |
| YUV | 195.39 | 161.64 | 52.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 238 | 255 | 0.65 | 0.07 | 0 | 0 | 186.14 | 1 | 0.67 |
| Hex | 59 | EE | FF | 41 | 7 | 0 | 0 | BA | 64 | 43 |
| Octal | 131 | 356 | 377 | 101 | 7 | 0 | 0 | 272 | 144 | 103 |
| Binary | 1011001 | 11101110 | 11111111 | 1000001 | 111 | 0 | 0 | 10111010 | 1100100 | 1000011 |
Color Harmonies of #59EEFF
Complementary color
Monochromatic Colors of #59EEFF
Black with #59EEFF
Text Example
Text Example
White with #59EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EEFF; }
p { color: rgb(89,238,255); }
H1.HeaderClassName
{
color: #59EEFF;
}
.AnyTagClassName
{
color: #59EEFF;
}
</style>
background-color css
<style>
a { background-color: #59EEFF; }
a { background-color: rgb(89,238,255); }
div.DivClassName
{
background-color: #59EEFF;
}
.BgClassName
{
background-color: #59EEFF;
}
</style>
border-color css
<style>
span { border-color: #59EEFF; }
span { border-color: rgb(89,238,255); }
td.TdClassName
{
border-color: #59EEFF;
}
.TagClassName
{
border-color: #59EEFF;
}
</style>