Shades of Fountain Blue #55BAB9
Tints of Fountain Blue #55BAB9
RGB
CMYK
RGB Variations
Color information
#55BAB9 (or 0x55BAB9) is known color: Fountain Blue. HEX triplet: 55, BA and B9. RGB value is (85,186,185). Sum of RGB (Red+Green+Blue) = 85+186+185=456 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.64% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 186 - color contains mainly: green. Hex color #55BAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BAB9 is #AA4546. Grayscale: #9B9B9B. Windows color (decimal): -11158855 or 12171861. OLE color: 12171861.
HSL color Cylindrical-coordinate representation of color #55BAB9: hue angle of 179.41º 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 #55BAB9 is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 185 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.27 |
| HSL | 179.41º | 0.42% | 0.53% | - |
| HSV(B) | 179.41º | 0.54% | 0.73% | - |
| XYZ | 30.06 | 40.55 | 52.14 | - |
| YUV | 155.69 | 144.54 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 185 | 0.54 | 0 | 0.01 | 0.27 | 179.41 | 0.42 | 0.53 |
| Hex | 55 | BA | B9 | 36 | 0 | 1 | 1B | B3 | 2A | 35 |
| Octal | 125 | 272 | 271 | 66 | 0 | 1 | 33 | 263 | 52 | 65 |
| Binary | 1010101 | 10111010 | 10111001 | 110110 | 0 | 1 | 11011 | 10110011 | 101010 | 110101 |
Color Harmonies of #55BAB9
Complementary color
Monochromatic Colors of #55BAB9
Black with #55BAB9
Text Example
Text Example
White with #55BAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BAB9; }
p { color: rgb(85,186,185); }
H1.HeaderClassName
{
color: #55BAB9;
}
.AnyTagClassName
{
color: #55BAB9;
}
</style>
background-color css
<style>
a { background-color: #55BAB9; }
a { background-color: rgb(85,186,185); }
div.DivClassName
{
background-color: #55BAB9;
}
.BgClassName
{
background-color: #55BAB9;
}
</style>
border-color css
<style>
span { border-color: #55BAB9; }
span { border-color: rgb(85,186,185); }
td.TdClassName
{
border-color: #55BAB9;
}
.TagClassName
{
border-color: #55BAB9;
}
</style>