Shades of Fountain Blue #54ABB2
Tints of Fountain Blue #54ABB2
RGB
CMYK
RGB Variations
Color information
#54ABB2 (or 0x54ABB2) is known color: Fountain Blue. HEX triplet: 54, AB and B2. RGB value is (84,171,178). Sum of RGB (Red+Green+Blue) = 84+171+178=433 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.40% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 178 - color contains mainly: blue. Hex color #54ABB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54ABB2 is #AB544D. Grayscale: #919191. Windows color (decimal): -11228238 or 11709268. OLE color: 11709268.
HSL color Cylindrical-coordinate representation of color #54ABB2: hue angle of 184.47º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54ABB2 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 84 | 171 | 178 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.30 |
| HSL | 184.47º | 0.38% | 0.51% | - |
| HSV(B) | 184.47º | 0.53% | 0.7% | - |
| XYZ | 26.25 | 34.22 | 47.34 | - |
| YUV | 145.79 | 146.18 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 171 | 178 | 0.53 | 0.04 | 0 | 0.30 | 184.47 | 0.38 | 0.51 |
| Hex | 54 | AB | B2 | 35 | 4 | 0 | 1E | B8 | 26 | 33 |
| Octal | 124 | 253 | 262 | 65 | 4 | 0 | 36 | 270 | 46 | 63 |
| Binary | 1010100 | 10101011 | 10110010 | 110101 | 100 | 0 | 11110 | 10111000 | 100110 | 110011 |
Color Harmonies of #54ABB2
Complementary color
Monochromatic Colors of #54ABB2
Black with #54ABB2
Text Example
Text Example
White with #54ABB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ABB2; }
p { color: rgb(84,171,178); }
H1.HeaderClassName
{
color: #54ABB2;
}
.AnyTagClassName
{
color: #54ABB2;
}
</style>
background-color css
<style>
a { background-color: #54ABB2; }
a { background-color: rgb(84,171,178); }
div.DivClassName
{
background-color: #54ABB2;
}
.BgClassName
{
background-color: #54ABB2;
}
</style>
border-color css
<style>
span { border-color: #54ABB2; }
span { border-color: rgb(84,171,178); }
td.TdClassName
{
border-color: #54ABB2;
}
.TagClassName
{
border-color: #54ABB2;
}
</style>