Shades of Baby Blue #55FBED
Tints of Baby Blue #55FBED
RGB
CMYK
RGB Variations
Color information
#55FBED (or 0x55FBED) is known color: Baby Blue. HEX triplet: 55, FB and ED. RGB value is (85,251,237). Sum of RGB (Red+Green+Blue) = 85+251+237=573 (75% of max value = 765). Red value is 85 (33.59% from 255 or 14.83% from 573); Green value is 251 (98.44% from 255 or 43.80% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 251 - color contains mainly: green. Hex color #55FBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FBED is #AA0412. Grayscale: #C7C7C7. Windows color (decimal): -11142163 or 15596373. OLE color: 15596373.
HSL color Cylindrical-coordinate representation of color #55FBED: hue angle of 174.94º degrees, saturation: 0.95, 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 #55FBED is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 251 | 237 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.02 |
| HSL | 174.94º | 0.95% | 0.66% | - |
| HSV(B) | 174.94º | 0.66% | 0.98% | - |
| XYZ | 53.53 | 77.04 | 92.17 | - |
| YUV | 199.77 | 149 | 46.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 251 | 237 | 0.66 | 0 | 0.06 | 0.02 | 174.94 | 0.95 | 0.66 |
| Hex | 55 | FB | ED | 42 | 0 | 6 | 2 | AF | 5F | 42 |
| Octal | 125 | 373 | 355 | 102 | 0 | 6 | 2 | 257 | 137 | 102 |
| Binary | 1010101 | 11111011 | 11101101 | 1000010 | 0 | 110 | 10 | 10101111 | 1011111 | 1000010 |
Color Harmonies of #55FBED
Complementary color
Monochromatic Colors of #55FBED
Black with #55FBED
Text Example
Text Example
White with #55FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FBED; }
p { color: rgb(85,251,237); }
H1.HeaderClassName
{
color: #55FBED;
}
.AnyTagClassName
{
color: #55FBED;
}
</style>
background-color css
<style>
a { background-color: #55FBED; }
a { background-color: rgb(85,251,237); }
div.DivClassName
{
background-color: #55FBED;
}
.BgClassName
{
background-color: #55FBED;
}
</style>
border-color css
<style>
span { border-color: #55FBED; }
span { border-color: rgb(85,251,237); }
td.TdClassName
{
border-color: #55FBED;
}
.TagClassName
{
border-color: #55FBED;
}
</style>