Shades of Baby Blue #59F8EE
Tints of Baby Blue #59F8EE
RGB
CMYK
RGB Variations
Color information
#59F8EE (or 0x59F8EE) is known color: Baby Blue. HEX triplet: 59, F8 and EE. RGB value is (89,248,238). Sum of RGB (Red+Green+Blue) = 89+248+238=575 (76% of max value = 765). Red value is 89 (35.16% from 255 or 15.48% from 575); Green value is 248 (97.27% from 255 or 43.13% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 248 - color contains mainly: green. Hex color #59F8EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59F8EE is #A60711. Grayscale: #C7C7C7. Windows color (decimal): -10880786 or 15661145. OLE color: 15661145.
HSL color Cylindrical-coordinate representation of color #59F8EE: hue angle of 176.23º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59F8EE is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 89 | 248 | 238 | - |
| CMYK | 0.64 | 0 | 0.04 | 0.03 |
| HSL | 176.23º | 0.92% | 0.66% | - |
| HSV(B) | 176.23º | 0.64% | 0.97% | - |
| XYZ | 53.12 | 75.43 | 92.65 | - |
| YUV | 199.32 | 149.82 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 248 | 238 | 0.64 | 0 | 0.04 | 0.03 | 176.23 | 0.92 | 0.66 |
| Hex | 59 | F8 | EE | 40 | 0 | 4 | 3 | B0 | 5C | 42 |
| Octal | 131 | 370 | 356 | 100 | 0 | 4 | 3 | 260 | 134 | 102 |
| Binary | 1011001 | 11111000 | 11101110 | 1000000 | 0 | 100 | 11 | 10110000 | 1011100 | 1000010 |
Color Harmonies of #59F8EE
Complementary color
Monochromatic Colors of #59F8EE
Black with #59F8EE
Text Example
Text Example
White with #59F8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59F8EE; }
p { color: rgb(89,248,238); }
H1.HeaderClassName
{
color: #59F8EE;
}
.AnyTagClassName
{
color: #59F8EE;
}
</style>
background-color css
<style>
a { background-color: #59F8EE; }
a { background-color: rgb(89,248,238); }
div.DivClassName
{
background-color: #59F8EE;
}
.BgClassName
{
background-color: #59F8EE;
}
</style>
border-color css
<style>
span { border-color: #59F8EE; }
span { border-color: rgb(89,248,238); }
td.TdClassName
{
border-color: #59F8EE;
}
.TagClassName
{
border-color: #59F8EE;
}
</style>