Shades of Fountain Blue #55ABAF
Tints of Fountain Blue #55ABAF
RGB
CMYK
RGB Variations
Color information
#55ABAF (or 0x55ABAF) is known color: Fountain Blue. HEX triplet: 55, AB and AF. RGB value is (85,171,175). Sum of RGB (Red+Green+Blue) = 85+171+175=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #55ABAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55ABAF is #AA5450. Grayscale: #919191. Windows color (decimal): -11162705 or 11512661. OLE color: 11512661.
HSL color Cylindrical-coordinate representation of color #55ABAF: hue angle of 182.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55ABAF is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 171 | 175 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.31 |
| HSL | 182.67º | 0.36% | 0.51% | - |
| HSV(B) | 182.67º | 0.51% | 0.69% | - |
| XYZ | 26.05 | 34.15 | 45.78 | - |
| YUV | 145.74 | 144.51 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 171 | 175 | 0.51 | 0.02 | 0 | 0.31 | 182.67 | 0.36 | 0.51 |
| Hex | 55 | AB | AF | 33 | 2 | 0 | 1F | B7 | 24 | 33 |
| Octal | 125 | 253 | 257 | 63 | 2 | 0 | 37 | 267 | 44 | 63 |
| Binary | 1010101 | 10101011 | 10101111 | 110011 | 10 | 0 | 11111 | 10110111 | 100100 | 110011 |
Color Harmonies of #55ABAF
Complementary color
Monochromatic Colors of #55ABAF
Black with #55ABAF
Text Example
Text Example
White with #55ABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ABAF; }
p { color: rgb(85,171,175); }
H1.HeaderClassName
{
color: #55ABAF;
}
.AnyTagClassName
{
color: #55ABAF;
}
</style>
background-color css
<style>
a { background-color: #55ABAF; }
a { background-color: rgb(85,171,175); }
div.DivClassName
{
background-color: #55ABAF;
}
.BgClassName
{
background-color: #55ABAF;
}
</style>
border-color css
<style>
span { border-color: #55ABAF; }
span { border-color: rgb(85,171,175); }
td.TdClassName
{
border-color: #55ABAF;
}
.TagClassName
{
border-color: #55ABAF;
}
</style>