Shades of Fountain Blue #55ABB8
Tints of Fountain Blue #55ABB8
RGB
CMYK
RGB Variations
Color information
#55ABB8 (or 0x55ABB8) is known color: Fountain Blue. HEX triplet: 55, AB and B8. RGB value is (85,171,184). Sum of RGB (Red+Green+Blue) = 85+171+184=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 184 (72.27% from 255 or 41.82% from 440); Max value from RGB is 184 - color contains mainly: blue. Hex color #55ABB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ABB8 is #AA5447. Grayscale: #929292. Windows color (decimal): -11162696 or 12102485. OLE color: 12102485.
HSL color Cylindrical-coordinate representation of color #55ABB8: hue angle of 187.88º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55ABB8 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 171 | 184 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.28 |
| HSL | 187.88º | 0.41% | 0.53% | - |
| HSV(B) | 187.88º | 0.54% | 0.72% | - |
| XYZ | 26.96 | 34.52 | 50.59 | - |
| YUV | 146.77 | 149.01 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 171 | 184 | 0.54 | 0.07 | 0 | 0.28 | 187.88 | 0.41 | 0.53 |
| Hex | 55 | AB | B8 | 36 | 7 | 0 | 1C | BC | 29 | 35 |
| Octal | 125 | 253 | 270 | 66 | 7 | 0 | 34 | 274 | 51 | 65 |
| Binary | 1010101 | 10101011 | 10111000 | 110110 | 111 | 0 | 11100 | 10111100 | 101001 | 110101 |
Color Harmonies of #55ABB8
Complementary color
Monochromatic Colors of #55ABB8
Black with #55ABB8
Text Example
Text Example
White with #55ABB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ABB8; }
p { color: rgb(85,171,184); }
H1.HeaderClassName
{
color: #55ABB8;
}
.AnyTagClassName
{
color: #55ABB8;
}
</style>
background-color css
<style>
a { background-color: #55ABB8; }
a { background-color: rgb(85,171,184); }
div.DivClassName
{
background-color: #55ABB8;
}
.BgClassName
{
background-color: #55ABB8;
}
</style>
border-color css
<style>
span { border-color: #55ABB8; }
span { border-color: rgb(85,171,184); }
td.TdClassName
{
border-color: #55ABB8;
}
.TagClassName
{
border-color: #55ABB8;
}
</style>