Shades of Fountain Blue #55BAB7
Tints of Fountain Blue #55BAB7
RGB
CMYK
RGB Variations
Color information
#55BAB7 (or 0x55BAB7) is known color: Fountain Blue. HEX triplet: 55, BA and B7. RGB value is (85,186,183). Sum of RGB (Red+Green+Blue) = 85+186+183=454 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.72% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 183 (71.88% from 255 or 40.31% from 454); Max value from RGB is 186 - color contains mainly: green. Hex color #55BAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BAB7 is #AA4548. Grayscale: #9B9B9B. Windows color (decimal): -11158857 or 12040789. OLE color: 12040789.
HSL color Cylindrical-coordinate representation of color #55BAB7: hue angle of 178.22º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55BAB7 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 183 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.27 |
| HSL | 178.22º | 0.42% | 0.53% | - |
| HSV(B) | 178.22º | 0.54% | 0.73% | - |
| XYZ | 29.85 | 40.47 | 51.04 | - |
| YUV | 155.46 | 143.54 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 183 | 0.54 | 0 | 0.02 | 0.27 | 178.22 | 0.42 | 0.53 |
| Hex | 55 | BA | B7 | 36 | 0 | 2 | 1B | B2 | 2A | 35 |
| Octal | 125 | 272 | 267 | 66 | 0 | 2 | 33 | 262 | 52 | 65 |
| Binary | 1010101 | 10111010 | 10110111 | 110110 | 0 | 10 | 11011 | 10110010 | 101010 | 110101 |
Color Harmonies of #55BAB7
Complementary color
Monochromatic Colors of #55BAB7
Black with #55BAB7
Text Example
Text Example
White with #55BAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BAB7; }
p { color: rgb(85,186,183); }
H1.HeaderClassName
{
color: #55BAB7;
}
.AnyTagClassName
{
color: #55BAB7;
}
</style>
background-color css
<style>
a { background-color: #55BAB7; }
a { background-color: rgb(85,186,183); }
div.DivClassName
{
background-color: #55BAB7;
}
.BgClassName
{
background-color: #55BAB7;
}
</style>
border-color css
<style>
span { border-color: #55BAB7; }
span { border-color: rgb(85,186,183); }
td.TdClassName
{
border-color: #55BAB7;
}
.TagClassName
{
border-color: #55BAB7;
}
</style>