Shades of Fountain Blue #55AAAF
Tints of Fountain Blue #55AAAF
RGB
CMYK
RGB Variations
Color information
#55AAAF (or 0x55AAAF) is known color: Fountain Blue. HEX triplet: 55, AA and AF. RGB value is (85,170,175). Sum of RGB (Red+Green+Blue) = 85+170+175=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #55AAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AAAF is #AA5550. Grayscale: #919191. Windows color (decimal): -11162961 or 11512405. OLE color: 11512405.
HSL color Cylindrical-coordinate representation of color #55AAAF: hue angle of 183.33º 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 #55AAAF is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 170 | 175 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.31 |
| HSL | 183.33º | 0.36% | 0.51% | - |
| HSV(B) | 183.33º | 0.51% | 0.69% | - |
| XYZ | 25.86 | 33.78 | 45.71 | - |
| YUV | 145.16 | 144.84 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 170 | 175 | 0.51 | 0.03 | 0 | 0.31 | 183.33 | 0.36 | 0.51 |
| Hex | 55 | AA | AF | 33 | 3 | 0 | 1F | B7 | 24 | 33 |
| Octal | 125 | 252 | 257 | 63 | 3 | 0 | 37 | 267 | 44 | 63 |
| Binary | 1010101 | 10101010 | 10101111 | 110011 | 11 | 0 | 11111 | 10110111 | 100100 | 110011 |
Color Harmonies of #55AAAF
Complementary color
Monochromatic Colors of #55AAAF
Black with #55AAAF
Text Example
Text Example
White with #55AAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AAAF; }
p { color: rgb(85,170,175); }
H1.HeaderClassName
{
color: #55AAAF;
}
.AnyTagClassName
{
color: #55AAAF;
}
</style>
background-color css
<style>
a { background-color: #55AAAF; }
a { background-color: rgb(85,170,175); }
div.DivClassName
{
background-color: #55AAAF;
}
.BgClassName
{
background-color: #55AAAF;
}
</style>
border-color css
<style>
span { border-color: #55AAAF; }
span { border-color: rgb(85,170,175); }
td.TdClassName
{
border-color: #55AAAF;
}
.TagClassName
{
border-color: #55AAAF;
}
</style>