Shades of Baby Blue #55FDEF
Tints of Baby Blue #55FDEF
RGB
CMYK
RGB Variations
Color information
#55FDEF (or 0x55FDEF) is known color: Baby Blue. HEX triplet: 55, FD and EF. RGB value is (85,253,239). Sum of RGB (Red+Green+Blue) = 85+253+239=577 (76% of max value = 765). Red value is 85 (33.59% from 255 or 14.73% from 577); Green value is 253 (99.22% from 255 or 43.85% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 253 - color contains mainly: green. Hex color #55FDEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FDEF is #AA0210. Grayscale: #C9C9C9. Windows color (decimal): -11141649 or 15727957. OLE color: 15727957.
HSL color Cylindrical-coordinate representation of color #55FDEF: hue angle of 175º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FDEF is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 253 | 239 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.01 |
| HSL | 175º | 0.98% | 0.66% | - |
| HSV(B) | 175º | 0.66% | 0.99% | - |
| XYZ | 54.45 | 78.41 | 93.93 | - |
| YUV | 201.17 | 149.34 | 45.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 253 | 239 | 0.66 | 0 | 0.06 | 0.01 | 175 | 0.98 | 0.66 |
| Hex | 55 | FD | EF | 42 | 0 | 6 | 1 | AF | 62 | 42 |
| Octal | 125 | 375 | 357 | 102 | 0 | 6 | 1 | 257 | 142 | 102 |
| Binary | 1010101 | 11111101 | 11101111 | 1000010 | 0 | 110 | 1 | 10101111 | 1100010 | 1000010 |
Color Harmonies of #55FDEF
Complementary color
Monochromatic Colors of #55FDEF
Black with #55FDEF
Text Example
Text Example
White with #55FDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FDEF; }
p { color: rgb(85,253,239); }
H1.HeaderClassName
{
color: #55FDEF;
}
.AnyTagClassName
{
color: #55FDEF;
}
</style>
background-color css
<style>
a { background-color: #55FDEF; }
a { background-color: rgb(85,253,239); }
div.DivClassName
{
background-color: #55FDEF;
}
.BgClassName
{
background-color: #55FDEF;
}
</style>
border-color css
<style>
span { border-color: #55FDEF; }
span { border-color: rgb(85,253,239); }
td.TdClassName
{
border-color: #55FDEF;
}
.TagClassName
{
border-color: #55FDEF;
}
</style>