Shades of Fountain Blue #54AAB0
Tints of Fountain Blue #54AAB0
RGB
CMYK
RGB Variations
Color information
#54AAB0 (or 0x54AAB0) is known color: Fountain Blue. HEX triplet: 54, AA and B0. RGB value is (84,170,176). Sum of RGB (Red+Green+Blue) = 84+170+176=430 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.53% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 176 - color contains mainly: blue. Hex color #54AAB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AAB0 is #AB554F. Grayscale: #909090. Windows color (decimal): -11228496 or 11577940. OLE color: 11577940.
HSL color Cylindrical-coordinate representation of color #54AAB0: hue angle of 183.91º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54AAB0 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 170 | 176 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.31 |
| HSL | 183.91º | 0.37% | 0.51% | - |
| HSV(B) | 183.91º | 0.52% | 0.69% | - |
| XYZ | 25.87 | 33.77 | 46.23 | - |
| YUV | 144.97 | 145.51 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 170 | 176 | 0.52 | 0.03 | 0 | 0.31 | 183.91 | 0.37 | 0.51 |
| Hex | 54 | AA | B0 | 34 | 3 | 0 | 1F | B8 | 25 | 33 |
| Octal | 124 | 252 | 260 | 64 | 3 | 0 | 37 | 270 | 45 | 63 |
| Binary | 1010100 | 10101010 | 10110000 | 110100 | 11 | 0 | 11111 | 10111000 | 100101 | 110011 |
Color Harmonies of #54AAB0
Complementary color
Monochromatic Colors of #54AAB0
Black with #54AAB0
Text Example
Text Example
White with #54AAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AAB0; }
p { color: rgb(84,170,176); }
H1.HeaderClassName
{
color: #54AAB0;
}
.AnyTagClassName
{
color: #54AAB0;
}
</style>
background-color css
<style>
a { background-color: #54AAB0; }
a { background-color: rgb(84,170,176); }
div.DivClassName
{
background-color: #54AAB0;
}
.BgClassName
{
background-color: #54AAB0;
}
</style>
border-color css
<style>
span { border-color: #54AAB0; }
span { border-color: rgb(84,170,176); }
td.TdClassName
{
border-color: #54AAB0;
}
.TagClassName
{
border-color: #54AAB0;
}
</style>