Shades of Fountain Blue #54AAAB
Tints of Fountain Blue #54AAAB
RGB
CMYK
RGB Variations
Color information
#54AAAB (or 0x54AAAB) is known color: Fountain Blue. HEX triplet: 54, AA and AB. RGB value is (84,170,171). Sum of RGB (Red+Green+Blue) = 84+170+171=425 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.76% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #54AAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AAAB is #AB5554. Grayscale: #909090. Windows color (decimal): -11228501 or 11250260. OLE color: 11250260.
HSL color Cylindrical-coordinate representation of color #54AAAB: hue angle of 180.69º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54AAAB is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 170 | 171 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.33 |
| HSL | 180.69º | 0.34% | 0.5% | - |
| HSV(B) | 180.69º | 0.51% | 0.67% | - |
| XYZ | 25.38 | 33.57 | 43.67 | - |
| YUV | 144.4 | 143.01 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 170 | 171 | 0.51 | 0.01 | 0 | 0.33 | 180.69 | 0.34 | 0.5 |
| Hex | 54 | AA | AB | 33 | 1 | 0 | 21 | B5 | 22 | 32 |
| Octal | 124 | 252 | 253 | 63 | 1 | 0 | 41 | 265 | 42 | 62 |
| Binary | 1010100 | 10101010 | 10101011 | 110011 | 1 | 0 | 100001 | 10110101 | 100010 | 110010 |
Color Harmonies of #54AAAB
Complementary color
Monochromatic Colors of #54AAAB
Black with #54AAAB
Text Example
Text Example
White with #54AAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AAAB; }
p { color: rgb(84,170,171); }
H1.HeaderClassName
{
color: #54AAAB;
}
.AnyTagClassName
{
color: #54AAAB;
}
</style>
background-color css
<style>
a { background-color: #54AAAB; }
a { background-color: rgb(84,170,171); }
div.DivClassName
{
background-color: #54AAAB;
}
.BgClassName
{
background-color: #54AAAB;
}
</style>
border-color css
<style>
span { border-color: #54AAAB; }
span { border-color: rgb(84,170,171); }
td.TdClassName
{
border-color: #54AAAB;
}
.TagClassName
{
border-color: #54AAAB;
}
</style>