Shades of Baby Blue #55F4EA
Tints of Baby Blue #55F4EA
RGB
CMYK
RGB Variations
Color information
#55F4EA (or 0x55F4EA) is known color: Baby Blue. HEX triplet: 55, F4 and EA. RGB value is (85,244,234). Sum of RGB (Red+Green+Blue) = 85+244+234=563 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.10% from 563); Green value is 244 (95.70% from 255 or 43.34% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 244 - color contains mainly: green. Hex color #55F4EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55F4EA is #AA0B15. Grayscale: #C3C3C3. Windows color (decimal): -11143958 or 15397973. OLE color: 15397973.
HSL color Cylindrical-coordinate representation of color #55F4EA: hue angle of 176.23º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F4EA is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 244 | 234 | - |
| CMYK | 0.65 | 0 | 0.04 | 0.04 |
| HSL | 176.23º | 0.88% | 0.65% | - |
| HSV(B) | 176.23º | 0.65% | 0.96% | - |
| XYZ | 50.95 | 72.57 | 89.16 | - |
| YUV | 195.32 | 149.82 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 244 | 234 | 0.65 | 0 | 0.04 | 0.04 | 176.23 | 0.88 | 0.65 |
| Hex | 55 | F4 | EA | 41 | 0 | 4 | 4 | B0 | 58 | 41 |
| Octal | 125 | 364 | 352 | 101 | 0 | 4 | 4 | 260 | 130 | 101 |
| Binary | 1010101 | 11110100 | 11101010 | 1000001 | 0 | 100 | 100 | 10110000 | 1011000 | 1000001 |
Color Harmonies of #55F4EA
Complementary color
Monochromatic Colors of #55F4EA
Black with #55F4EA
Text Example
Text Example
White with #55F4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F4EA; }
p { color: rgb(85,244,234); }
H1.HeaderClassName
{
color: #55F4EA;
}
.AnyTagClassName
{
color: #55F4EA;
}
</style>
background-color css
<style>
a { background-color: #55F4EA; }
a { background-color: rgb(85,244,234); }
div.DivClassName
{
background-color: #55F4EA;
}
.BgClassName
{
background-color: #55F4EA;
}
</style>
border-color css
<style>
span { border-color: #55F4EA; }
span { border-color: rgb(85,244,234); }
td.TdClassName
{
border-color: #55F4EA;
}
.TagClassName
{
border-color: #55F4EA;
}
</style>