Shades of Fountain Blue #54AEB1
Tints of Fountain Blue #54AEB1
RGB
CMYK
RGB Variations
Color information
#54AEB1 (or 0x54AEB1) is known color: Fountain Blue. HEX triplet: 54, AE and B1. RGB value is (84,174,177). Sum of RGB (Red+Green+Blue) = 84+174+177=435 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.31% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 177 - color contains mainly: blue. Hex color #54AEB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AEB1 is #AB514E. Grayscale: #939393. Windows color (decimal): -11227471 or 11644500. OLE color: 11644500.
HSL color Cylindrical-coordinate representation of color #54AEB1: hue angle of 181.94º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54AEB1 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 174 | 177 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.31 |
| HSL | 181.94º | 0.37% | 0.51% | - |
| HSV(B) | 181.94º | 0.53% | 0.69% | - |
| XYZ | 26.73 | 35.33 | 47.01 | - |
| YUV | 147.43 | 144.68 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 174 | 177 | 0.53 | 0.02 | 0 | 0.31 | 181.94 | 0.37 | 0.51 |
| Hex | 54 | AE | B1 | 35 | 2 | 0 | 1F | B6 | 25 | 33 |
| Octal | 124 | 256 | 261 | 65 | 2 | 0 | 37 | 266 | 45 | 63 |
| Binary | 1010100 | 10101110 | 10110001 | 110101 | 10 | 0 | 11111 | 10110110 | 100101 | 110011 |
Color Harmonies of #54AEB1
Complementary color
Monochromatic Colors of #54AEB1
Black with #54AEB1
Text Example
Text Example
White with #54AEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AEB1; }
p { color: rgb(84,174,177); }
H1.HeaderClassName
{
color: #54AEB1;
}
.AnyTagClassName
{
color: #54AEB1;
}
</style>
background-color css
<style>
a { background-color: #54AEB1; }
a { background-color: rgb(84,174,177); }
div.DivClassName
{
background-color: #54AEB1;
}
.BgClassName
{
background-color: #54AEB1;
}
</style>
border-color css
<style>
span { border-color: #54AEB1; }
span { border-color: rgb(84,174,177); }
td.TdClassName
{
border-color: #54AEB1;
}
.TagClassName
{
border-color: #54AEB1;
}
</style>