Shades of Baby Blue #55FDE3
Tints of Baby Blue #55FDE3
RGB
CMYK
RGB Variations
Color information
#55FDE3 (or 0x55FDE3) is known color: Baby Blue. HEX triplet: 55, FD and E3. RGB value is (85,253,227). Sum of RGB (Red+Green+Blue) = 85+253+227=565 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.04% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 227 (89.06% from 255 or 40.18% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #55FDE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FDE3 is #AA021C. Grayscale: #C7C7C7. Windows color (decimal): -11141661 or 14941525. OLE color: 14941525.
HSL color Cylindrical-coordinate representation of color #55FDE3: hue angle of 170.71º degrees, saturation: 0.98, 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 #55FDE3 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 253 | 227 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.01 |
| HSL | 170.71º | 0.98% | 0.66% | - |
| HSV(B) | 170.71º | 0.66% | 0.99% | - |
| XYZ | 52.74 | 77.73 | 84.9 | - |
| YUV | 199.8 | 143.34 | 46.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 253 | 227 | 0.66 | 0 | 0.10 | 0.01 | 170.71 | 0.98 | 0.66 |
| Hex | 55 | FD | E3 | 42 | 0 | A | 1 | AB | 62 | 42 |
| Octal | 125 | 375 | 343 | 102 | 0 | 12 | 1 | 253 | 142 | 102 |
| Binary | 1010101 | 11111101 | 11100011 | 1000010 | 0 | 1010 | 1 | 10101011 | 1100010 | 1000010 |
Color Harmonies of #55FDE3
Complementary color
Monochromatic Colors of #55FDE3
Black with #55FDE3
Text Example
Text Example
White with #55FDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FDE3; }
p { color: rgb(85,253,227); }
H1.HeaderClassName
{
color: #55FDE3;
}
.AnyTagClassName
{
color: #55FDE3;
}
</style>
background-color css
<style>
a { background-color: #55FDE3; }
a { background-color: rgb(85,253,227); }
div.DivClassName
{
background-color: #55FDE3;
}
.BgClassName
{
background-color: #55FDE3;
}
</style>
border-color css
<style>
span { border-color: #55FDE3; }
span { border-color: rgb(85,253,227); }
td.TdClassName
{
border-color: #55FDE3;
}
.TagClassName
{
border-color: #55FDE3;
}
</style>