Shades of Baby Blue #55EDFA
Tints of Baby Blue #55EDFA
RGB
CMYK
RGB Variations
Color information
#55EDFA (or 0x55EDFA) is known color: Baby Blue. HEX triplet: 55, ED and FA. RGB value is (85,237,250). Sum of RGB (Red+Green+Blue) = 85+237+250=572 (75% of max value = 765). Red value is 85 (33.59% from 255 or 14.86% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #55EDFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55EDFA is #AA1205. Grayscale: #C0C0C0. Windows color (decimal): -11145734 or 16444757. OLE color: 16444757.
HSL color Cylindrical-coordinate representation of color #55EDFA: hue angle of 184.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 #55EDFA is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 237 | 250 | - |
| CMYK | 0.66 | 0.05 | 0 | 0.02 |
| HSL | 184.73º | 0.94% | 0.66% | - |
| HSV(B) | 184.73º | 0.66% | 0.98% | - |
| XYZ | 51.29 | 69.4 | 101.14 | - |
| YUV | 193.03 | 160.14 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 237 | 250 | 0.66 | 0.05 | 0 | 0.02 | 184.73 | 0.94 | 0.66 |
| Hex | 55 | ED | FA | 42 | 5 | 0 | 2 | B9 | 5E | 42 |
| Octal | 125 | 355 | 372 | 102 | 5 | 0 | 2 | 271 | 136 | 102 |
| Binary | 1010101 | 11101101 | 11111010 | 1000010 | 101 | 0 | 10 | 10111001 | 1011110 | 1000010 |
Color Harmonies of #55EDFA
Complementary color
Monochromatic Colors of #55EDFA
Black with #55EDFA
Text Example
Text Example
White with #55EDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EDFA; }
p { color: rgb(85,237,250); }
H1.HeaderClassName
{
color: #55EDFA;
}
.AnyTagClassName
{
color: #55EDFA;
}
</style>
background-color css
<style>
a { background-color: #55EDFA; }
a { background-color: rgb(85,237,250); }
div.DivClassName
{
background-color: #55EDFA;
}
.BgClassName
{
background-color: #55EDFA;
}
</style>
border-color css
<style>
span { border-color: #55EDFA; }
span { border-color: rgb(85,237,250); }
td.TdClassName
{
border-color: #55EDFA;
}
.TagClassName
{
border-color: #55EDFA;
}
</style>