Shades of Baby Blue #55FEEE
Tints of Baby Blue #55FEEE
RGB
CMYK
RGB Variations
Color information
#55FEEE (or 0x55FEEE) is known color: Baby Blue. HEX triplet: 55, FE and EE. RGB value is (85,254,238). Sum of RGB (Red+Green+Blue) = 85+254+238=577 (76% of max value = 765). Red value is 85 (33.59% from 255 or 14.73% from 577); Green value is 254 (99.61% from 255 or 44.02% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 254 - color contains mainly: green. Hex color #55FEEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FEEE is #AA0111. Grayscale: #C9C9C9. Windows color (decimal): -11141394 or 15662677. OLE color: 15662677.
HSL color Cylindrical-coordinate representation of color #55FEEE: hue angle of 174.32º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55FEEE is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 254 | 238 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.00 |
| HSL | 174.32º | 0.99% | 0.66% | - |
| HSV(B) | 174.32º | 0.67% | 1% | - |
| XYZ | 54.62 | 78.99 | 93.26 | - |
| YUV | 201.65 | 148.51 | 44.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 254 | 238 | 0.67 | 0 | 0.06 | 0.00 | 174.32 | 0.99 | 0.66 |
| Hex | 55 | FE | EE | 43 | 0 | 6 | 0 | AE | 63 | 42 |
| Octal | 125 | 376 | 356 | 103 | 0 | 6 | 0 | 256 | 143 | 102 |
| Binary | 1010101 | 11111110 | 11101110 | 1000011 | 0 | 110 | 0 | 10101110 | 1100011 | 1000010 |
Color Harmonies of #55FEEE
Complementary color
Monochromatic Colors of #55FEEE
Black with #55FEEE
Text Example
Text Example
White with #55FEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FEEE; }
p { color: rgb(85,254,238); }
H1.HeaderClassName
{
color: #55FEEE;
}
.AnyTagClassName
{
color: #55FEEE;
}
</style>
background-color css
<style>
a { background-color: #55FEEE; }
a { background-color: rgb(85,254,238); }
div.DivClassName
{
background-color: #55FEEE;
}
.BgClassName
{
background-color: #55FEEE;
}
</style>
border-color css
<style>
span { border-color: #55FEEE; }
span { border-color: rgb(85,254,238); }
td.TdClassName
{
border-color: #55FEEE;
}
.TagClassName
{
border-color: #55FEEE;
}
</style>