Shades of Baby Blue #55FCE6
Tints of Baby Blue #55FCE6
RGB
CMYK
RGB Variations
Color information
#55FCE6 (or 0x55FCE6) is known color: Baby Blue. HEX triplet: 55, FC and E6. RGB value is (85,252,230). Sum of RGB (Red+Green+Blue) = 85+252+230=567 (75% of max value = 765). Red value is 85 (33.59% from 255 or 14.99% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 230 (90.23% from 255 or 40.56% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #55FCE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FCE6 is #AA0319. Grayscale: #C7C7C7. Windows color (decimal): -11141914 or 15137877. OLE color: 15137877.
HSL color Cylindrical-coordinate representation of color #55FCE6: hue angle of 172.1º 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 #55FCE6 is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 252 | 230 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.01 |
| HSL | 172.1º | 0.97% | 0.66% | - |
| HSV(B) | 172.1º | 0.66% | 0.99% | - |
| XYZ | 52.84 | 77.27 | 86.99 | - |
| YUV | 199.56 | 145.17 | 46.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 252 | 230 | 0.66 | 0 | 0.09 | 0.01 | 172.1 | 0.97 | 0.66 |
| Hex | 55 | FC | E6 | 42 | 0 | 9 | 1 | AC | 61 | 42 |
| Octal | 125 | 374 | 346 | 102 | 0 | 11 | 1 | 254 | 141 | 102 |
| Binary | 1010101 | 11111100 | 11100110 | 1000010 | 0 | 1001 | 1 | 10101100 | 1100001 | 1000010 |
Color Harmonies of #55FCE6
Complementary color
Monochromatic Colors of #55FCE6
Black with #55FCE6
Text Example
Text Example
White with #55FCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FCE6; }
p { color: rgb(85,252,230); }
H1.HeaderClassName
{
color: #55FCE6;
}
.AnyTagClassName
{
color: #55FCE6;
}
</style>
background-color css
<style>
a { background-color: #55FCE6; }
a { background-color: rgb(85,252,230); }
div.DivClassName
{
background-color: #55FCE6;
}
.BgClassName
{
background-color: #55FCE6;
}
</style>
border-color css
<style>
span { border-color: #55FCE6; }
span { border-color: rgb(85,252,230); }
td.TdClassName
{
border-color: #55FCE6;
}
.TagClassName
{
border-color: #55FCE6;
}
</style>