Shades of Baby Blue #55F9F0
Tints of Baby Blue #55F9F0
RGB
CMYK
RGB Variations
Color information
#55F9F0 (or 0x55F9F0) is known color: Baby Blue. HEX triplet: 55, F9 and F0. RGB value is (85,249,240). Sum of RGB (Red+Green+Blue) = 85+249+240=574 (76% of max value = 765). Red value is 85 (33.59% from 255 or 14.81% from 574); Green value is 249 (97.66% from 255 or 43.38% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 249 - color contains mainly: green. Hex color #55F9F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55F9F0 is #AA060F. Grayscale: #C6C6C6. Windows color (decimal): -11142672 or 15792469. OLE color: 15792469.
HSL color Cylindrical-coordinate representation of color #55F9F0: hue angle of 176.71º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55F9F0 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 249 | 240 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.02 |
| HSL | 176.71º | 0.93% | 0.65% | - |
| HSV(B) | 176.71º | 0.66% | 0.98% | - |
| XYZ | 53.35 | 75.97 | 94.29 | - |
| YUV | 198.94 | 151.17 | 46.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 249 | 240 | 0.66 | 0 | 0.04 | 0.02 | 176.71 | 0.93 | 0.65 |
| Hex | 55 | F9 | F0 | 42 | 0 | 4 | 2 | B1 | 5D | 41 |
| Octal | 125 | 371 | 360 | 102 | 0 | 4 | 2 | 261 | 135 | 101 |
| Binary | 1010101 | 11111001 | 11110000 | 1000010 | 0 | 100 | 10 | 10110001 | 1011101 | 1000001 |
Color Harmonies of #55F9F0
Complementary color
Monochromatic Colors of #55F9F0
Black with #55F9F0
Text Example
Text Example
White with #55F9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F9F0; }
p { color: rgb(85,249,240); }
H1.HeaderClassName
{
color: #55F9F0;
}
.AnyTagClassName
{
color: #55F9F0;
}
</style>
background-color css
<style>
a { background-color: #55F9F0; }
a { background-color: rgb(85,249,240); }
div.DivClassName
{
background-color: #55F9F0;
}
.BgClassName
{
background-color: #55F9F0;
}
</style>
border-color css
<style>
span { border-color: #55F9F0; }
span { border-color: rgb(85,249,240); }
td.TdClassName
{
border-color: #55F9F0;
}
.TagClassName
{
border-color: #55F9F0;
}
</style>