Shades of Baby Blue #55FAE6
Tints of Baby Blue #55FAE6
RGB
CMYK
RGB Variations
Color information
#55FAE6 (or 0x55FAE6) is known color: Baby Blue. HEX triplet: 55, FA and E6. RGB value is (85,250,230). Sum of RGB (Red+Green+Blue) = 85+250+230=565 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.04% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #55FAE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FAE6 is #AA0519. Grayscale: #C6C6C6. Windows color (decimal): -11142426 or 15137365. OLE color: 15137365.
HSL color Cylindrical-coordinate representation of color #55FAE6: hue angle of 172.73º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FAE6 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 230 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.02 |
| HSL | 172.73º | 0.94% | 0.66% | - |
| HSV(B) | 172.73º | 0.66% | 0.98% | - |
| XYZ | 52.21 | 76.02 | 86.78 | - |
| YUV | 198.39 | 145.84 | 47.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 230 | 0.66 | 0 | 0.08 | 0.02 | 172.73 | 0.94 | 0.66 |
| Hex | 55 | FA | E6 | 42 | 0 | 8 | 2 | AD | 5E | 42 |
| Octal | 125 | 372 | 346 | 102 | 0 | 10 | 2 | 255 | 136 | 102 |
| Binary | 1010101 | 11111010 | 11100110 | 1000010 | 0 | 1000 | 10 | 10101101 | 1011110 | 1000010 |
Color Harmonies of #55FAE6
Complementary color
Monochromatic Colors of #55FAE6
Black with #55FAE6
Text Example
Text Example
White with #55FAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FAE6; }
p { color: rgb(85,250,230); }
H1.HeaderClassName
{
color: #55FAE6;
}
.AnyTagClassName
{
color: #55FAE6;
}
</style>
background-color css
<style>
a { background-color: #55FAE6; }
a { background-color: rgb(85,250,230); }
div.DivClassName
{
background-color: #55FAE6;
}
.BgClassName
{
background-color: #55FAE6;
}
</style>
border-color css
<style>
span { border-color: #55FAE6; }
span { border-color: rgb(85,250,230); }
td.TdClassName
{
border-color: #55FAE6;
}
.TagClassName
{
border-color: #55FAE6;
}
</style>