Shades of Fountain Blue #54AAB3
Tints of Fountain Blue #54AAB3
RGB
CMYK
RGB Variations
Color information
#54AAB3 (or 0x54AAB3) is known color: Fountain Blue. HEX triplet: 54, AA and B3. RGB value is (84,170,179). Sum of RGB (Red+Green+Blue) = 84+170+179=433 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.40% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 179 - color contains mainly: blue. Hex color #54AAB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AAB3 is #AB554C. Grayscale: #919191. Windows color (decimal): -11228493 or 11774548. OLE color: 11774548.
HSL color Cylindrical-coordinate representation of color #54AAB3: hue angle of 185.68º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54AAB3 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 84 | 170 | 179 | - |
| CMYK | 0.53 | 0.05 | 0 | 0.30 |
| HSL | 185.68º | 0.38% | 0.52% | - |
| HSV(B) | 185.68º | 0.53% | 0.7% | - |
| XYZ | 26.17 | 33.89 | 47.81 | - |
| YUV | 145.31 | 147.01 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 170 | 179 | 0.53 | 0.05 | 0 | 0.30 | 185.68 | 0.38 | 0.52 |
| Hex | 54 | AA | B3 | 35 | 5 | 0 | 1E | BA | 26 | 34 |
| Octal | 124 | 252 | 263 | 65 | 5 | 0 | 36 | 272 | 46 | 64 |
| Binary | 1010100 | 10101010 | 10110011 | 110101 | 101 | 0 | 11110 | 10111010 | 100110 | 110100 |
Color Harmonies of #54AAB3
Complementary color
Monochromatic Colors of #54AAB3
Black with #54AAB3
Text Example
Text Example
White with #54AAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AAB3; }
p { color: rgb(84,170,179); }
H1.HeaderClassName
{
color: #54AAB3;
}
.AnyTagClassName
{
color: #54AAB3;
}
</style>
background-color css
<style>
a { background-color: #54AAB3; }
a { background-color: rgb(84,170,179); }
div.DivClassName
{
background-color: #54AAB3;
}
.BgClassName
{
background-color: #54AAB3;
}
</style>
border-color css
<style>
span { border-color: #54AAB3; }
span { border-color: rgb(84,170,179); }
td.TdClassName
{
border-color: #54AAB3;
}
.TagClassName
{
border-color: #54AAB3;
}
</style>