Shades of Baby Blue #55F9F1
Tints of Baby Blue #55F9F1
RGB
CMYK
RGB Variations
Color information
#55F9F1 (or 0x55F9F1) is known color: Baby Blue. HEX triplet: 55, F9 and F1. RGB value is (85,249,241). Sum of RGB (Red+Green+Blue) = 85+249+241=575 (76% of max value = 765). Red value is 85 (33.59% from 255 or 14.78% from 575); Green value is 249 (97.66% from 255 or 43.30% from 575); Blue value is 241 (94.53% from 255 or 41.91% from 575); Max value from RGB is 249 - color contains mainly: green. Hex color #55F9F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55F9F1 is #AA060E. Grayscale: #C6C6C6. Windows color (decimal): -11142671 or 15858005. OLE color: 15858005.
HSL color Cylindrical-coordinate representation of color #55F9F1: hue angle of 177.07º 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 #55F9F1 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 249 | 241 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.02 |
| HSL | 177.07º | 0.93% | 0.65% | - |
| HSV(B) | 177.07º | 0.66% | 0.98% | - |
| XYZ | 53.5 | 76.03 | 95.08 | - |
| YUV | 199.05 | 151.67 | 46.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 249 | 241 | 0.66 | 0 | 0.03 | 0.02 | 177.07 | 0.93 | 0.65 |
| Hex | 55 | F9 | F1 | 42 | 0 | 3 | 2 | B1 | 5D | 41 |
| Octal | 125 | 371 | 361 | 102 | 0 | 3 | 2 | 261 | 135 | 101 |
| Binary | 1010101 | 11111001 | 11110001 | 1000010 | 0 | 11 | 10 | 10110001 | 1011101 | 1000001 |
Color Harmonies of #55F9F1
Complementary color
Monochromatic Colors of #55F9F1
Black with #55F9F1
Text Example
Text Example
White with #55F9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F9F1; }
p { color: rgb(85,249,241); }
H1.HeaderClassName
{
color: #55F9F1;
}
.AnyTagClassName
{
color: #55F9F1;
}
</style>
background-color css
<style>
a { background-color: #55F9F1; }
a { background-color: rgb(85,249,241); }
div.DivClassName
{
background-color: #55F9F1;
}
.BgClassName
{
background-color: #55F9F1;
}
</style>
border-color css
<style>
span { border-color: #55F9F1; }
span { border-color: rgb(85,249,241); }
td.TdClassName
{
border-color: #55F9F1;
}
.TagClassName
{
border-color: #55F9F1;
}
</style>