Shades of Baby Blue #55FCE5
Tints of Baby Blue #55FCE5
RGB
CMYK
RGB Variations
Color information
#55FCE5 (or 0x55FCE5) is known color: Baby Blue. HEX triplet: 55, FC and E5. RGB value is (85,252,229). Sum of RGB (Red+Green+Blue) = 85+252+229=566 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.02% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #55FCE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FCE5 is #AA031A. Grayscale: #C7C7C7. Windows color (decimal): -11141915 or 15072341. OLE color: 15072341.
HSL color Cylindrical-coordinate representation of color #55FCE5: hue angle of 171.74º 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 #55FCE5 is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 252 | 229 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.01 |
| HSL | 171.74º | 0.97% | 0.66% | - |
| HSV(B) | 171.74º | 0.66% | 0.99% | - |
| XYZ | 52.7 | 77.21 | 86.25 | - |
| YUV | 199.45 | 144.67 | 46.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 252 | 229 | 0.66 | 0 | 0.09 | 0.01 | 171.74 | 0.97 | 0.66 |
| Hex | 55 | FC | E5 | 42 | 0 | 9 | 1 | AC | 61 | 42 |
| Octal | 125 | 374 | 345 | 102 | 0 | 11 | 1 | 254 | 141 | 102 |
| Binary | 1010101 | 11111100 | 11100101 | 1000010 | 0 | 1001 | 1 | 10101100 | 1100001 | 1000010 |
Color Harmonies of #55FCE5
Complementary color
Monochromatic Colors of #55FCE5
Black with #55FCE5
Text Example
Text Example
White with #55FCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FCE5; }
p { color: rgb(85,252,229); }
H1.HeaderClassName
{
color: #55FCE5;
}
.AnyTagClassName
{
color: #55FCE5;
}
</style>
background-color css
<style>
a { background-color: #55FCE5; }
a { background-color: rgb(85,252,229); }
div.DivClassName
{
background-color: #55FCE5;
}
.BgClassName
{
background-color: #55FCE5;
}
</style>
border-color css
<style>
span { border-color: #55FCE5; }
span { border-color: rgb(85,252,229); }
td.TdClassName
{
border-color: #55FCE5;
}
.TagClassName
{
border-color: #55FCE5;
}
</style>