Shades of Baby Blue #55EEF8
Tints of Baby Blue #55EEF8
RGB
CMYK
RGB Variations
Color information
#55EEF8 (or 0x55EEF8) is known color: Baby Blue. HEX triplet: 55, EE and F8. RGB value is (85,238,248). Sum of RGB (Red+Green+Blue) = 85+238+248=571 (75% of max value = 765). Red value is 85 (33.59% from 255 or 14.89% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 248 (97.27% from 255 or 43.43% from 571); Max value from RGB is 248 - color contains mainly: blue. Hex color #55EEF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55EEF8 is #AA1107. Grayscale: #C1C1C1. Windows color (decimal): -11145480 or 16313941. OLE color: 16313941.
HSL color Cylindrical-coordinate representation of color #55EEF8: hue angle of 183.68º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55EEF8 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 238 | 248 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.03 |
| HSL | 183.68º | 0.92% | 0.65% | - |
| HSV(B) | 183.68º | 0.66% | 0.97% | - |
| XYZ | 51.26 | 69.86 | 99.59 | - |
| YUV | 193.39 | 158.81 | 50.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 238 | 248 | 0.66 | 0.04 | 0 | 0.03 | 183.68 | 0.92 | 0.65 |
| Hex | 55 | EE | F8 | 42 | 4 | 0 | 3 | B8 | 5C | 41 |
| Octal | 125 | 356 | 370 | 102 | 4 | 0 | 3 | 270 | 134 | 101 |
| Binary | 1010101 | 11101110 | 11111000 | 1000010 | 100 | 0 | 11 | 10111000 | 1011100 | 1000001 |
Color Harmonies of #55EEF8
Complementary color
Monochromatic Colors of #55EEF8
Black with #55EEF8
Text Example
Text Example
White with #55EEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EEF8; }
p { color: rgb(85,238,248); }
H1.HeaderClassName
{
color: #55EEF8;
}
.AnyTagClassName
{
color: #55EEF8;
}
</style>
background-color css
<style>
a { background-color: #55EEF8; }
a { background-color: rgb(85,238,248); }
div.DivClassName
{
background-color: #55EEF8;
}
.BgClassName
{
background-color: #55EEF8;
}
</style>
border-color css
<style>
span { border-color: #55EEF8; }
span { border-color: rgb(85,238,248); }
td.TdClassName
{
border-color: #55EEF8;
}
.TagClassName
{
border-color: #55EEF8;
}
</style>