Shades of Baby Blue #55EFFC
Tints of Baby Blue #55EFFC
RGB
CMYK
RGB Variations
Color information
#55EFFC (or 0x55EFFC) is known color: Baby Blue. HEX triplet: 55, EF and FC. RGB value is (85,239,252). Sum of RGB (Red+Green+Blue) = 85+239+252=576 (76% of max value = 765). Red value is 85 (33.59% from 255 or 14.76% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #55EFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55EFFC is #AA1003. Grayscale: #C2C2C2. Windows color (decimal): -11145220 or 16576341. OLE color: 16576341.
HSL color Cylindrical-coordinate representation of color #55EFFC: hue angle of 184.67º degrees, saturation: 0.97, 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 #55EFFC is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 239 | 252 | - |
| CMYK | 0.66 | 0.05 | 0 | 0.01 |
| HSL | 184.67º | 0.97% | 0.66% | - |
| HSV(B) | 184.67º | 0.66% | 0.99% | - |
| XYZ | 52.18 | 70.69 | 102.99 | - |
| YUV | 194.44 | 160.48 | 49.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 239 | 252 | 0.66 | 0.05 | 0 | 0.01 | 184.67 | 0.97 | 0.66 |
| Hex | 55 | EF | FC | 42 | 5 | 0 | 1 | B9 | 61 | 42 |
| Octal | 125 | 357 | 374 | 102 | 5 | 0 | 1 | 271 | 141 | 102 |
| Binary | 1010101 | 11101111 | 11111100 | 1000010 | 101 | 0 | 1 | 10111001 | 1100001 | 1000010 |
Color Harmonies of #55EFFC
Complementary color
Monochromatic Colors of #55EFFC
Black with #55EFFC
Text Example
Text Example
White with #55EFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EFFC; }
p { color: rgb(85,239,252); }
H1.HeaderClassName
{
color: #55EFFC;
}
.AnyTagClassName
{
color: #55EFFC;
}
</style>
background-color css
<style>
a { background-color: #55EFFC; }
a { background-color: rgb(85,239,252); }
div.DivClassName
{
background-color: #55EFFC;
}
.BgClassName
{
background-color: #55EFFC;
}
</style>
border-color css
<style>
span { border-color: #55EFFC; }
span { border-color: rgb(85,239,252); }
td.TdClassName
{
border-color: #55EFFC;
}
.TagClassName
{
border-color: #55EFFC;
}
</style>