Shades of Baby Blue #55F7E6
Tints of Baby Blue #55F7E6
RGB
CMYK
RGB Variations
Color information
#55F7E6 (or 0x55F7E6) is known color: Baby Blue. HEX triplet: 55, F7 and E6. RGB value is (85,247,230). Sum of RGB (Red+Green+Blue) = 85+247+230=562 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.12% from 562); Green value is 247 (96.88% from 255 or 43.95% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 247 - color contains mainly: green. Hex color #55F7E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55F7E6 is #AA0819. Grayscale: #C4C4C4. Windows color (decimal): -11143194 or 15136597. OLE color: 15136597.
HSL color Cylindrical-coordinate representation of color #55F7E6: hue angle of 173.7º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55F7E6 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 247 | 230 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.03 |
| HSL | 173.7º | 0.91% | 0.65% | - |
| HSV(B) | 173.7º | 0.66% | 0.97% | - |
| XYZ | 51.29 | 74.17 | 86.48 | - |
| YUV | 196.62 | 146.83 | 48.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 247 | 230 | 0.66 | 0 | 0.07 | 0.03 | 173.7 | 0.91 | 0.65 |
| Hex | 55 | F7 | E6 | 42 | 0 | 7 | 3 | AE | 5B | 41 |
| Octal | 125 | 367 | 346 | 102 | 0 | 7 | 3 | 256 | 133 | 101 |
| Binary | 1010101 | 11110111 | 11100110 | 1000010 | 0 | 111 | 11 | 10101110 | 1011011 | 1000001 |
Color Harmonies of #55F7E6
Complementary color
Monochromatic Colors of #55F7E6
Black with #55F7E6
Text Example
Text Example
White with #55F7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F7E6; }
p { color: rgb(85,247,230); }
H1.HeaderClassName
{
color: #55F7E6;
}
.AnyTagClassName
{
color: #55F7E6;
}
</style>
background-color css
<style>
a { background-color: #55F7E6; }
a { background-color: rgb(85,247,230); }
div.DivClassName
{
background-color: #55F7E6;
}
.BgClassName
{
background-color: #55F7E6;
}
</style>
border-color css
<style>
span { border-color: #55F7E6; }
span { border-color: rgb(85,247,230); }
td.TdClassName
{
border-color: #55F7E6;
}
.TagClassName
{
border-color: #55F7E6;
}
</style>