Shades of Baby Blue #55F7ED
Tints of Baby Blue #55F7ED
RGB
CMYK
RGB Variations
Color information
#55F7ED (or 0x55F7ED) is known color: Baby Blue. HEX triplet: 55, F7 and ED. RGB value is (85,247,237). Sum of RGB (Red+Green+Blue) = 85+247+237=569 (75% of max value = 765). Red value is 85 (33.59% from 255 or 14.94% from 569); Green value is 247 (96.88% from 255 or 43.41% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 247 - color contains mainly: green. Hex color #55F7ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55F7ED is #AA0812. Grayscale: #C5C5C5. Windows color (decimal): -11143187 or 15595349. OLE color: 15595349.
HSL color Cylindrical-coordinate representation of color #55F7ED: hue angle of 176.3º degrees, saturation: 0.91, 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 #55F7ED is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 247 | 237 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.03 |
| HSL | 176.3º | 0.91% | 0.65% | - |
| HSV(B) | 176.3º | 0.66% | 0.97% | - |
| XYZ | 52.29 | 74.57 | 91.76 | - |
| YUV | 197.42 | 150.33 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 247 | 237 | 0.66 | 0 | 0.04 | 0.03 | 176.3 | 0.91 | 0.65 |
| Hex | 55 | F7 | ED | 42 | 0 | 4 | 3 | B0 | 5B | 41 |
| Octal | 125 | 367 | 355 | 102 | 0 | 4 | 3 | 260 | 133 | 101 |
| Binary | 1010101 | 11110111 | 11101101 | 1000010 | 0 | 100 | 11 | 10110000 | 1011011 | 1000001 |
Color Harmonies of #55F7ED
Complementary color
Monochromatic Colors of #55F7ED
Black with #55F7ED
Text Example
Text Example
White with #55F7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F7ED; }
p { color: rgb(85,247,237); }
H1.HeaderClassName
{
color: #55F7ED;
}
.AnyTagClassName
{
color: #55F7ED;
}
</style>
background-color css
<style>
a { background-color: #55F7ED; }
a { background-color: rgb(85,247,237); }
div.DivClassName
{
background-color: #55F7ED;
}
.BgClassName
{
background-color: #55F7ED;
}
</style>
border-color css
<style>
span { border-color: #55F7ED; }
span { border-color: rgb(85,247,237); }
td.TdClassName
{
border-color: #55F7ED;
}
.TagClassName
{
border-color: #55F7ED;
}
</style>