Shades of Fountain Blue #54ADB4
Tints of Fountain Blue #54ADB4
RGB
CMYK
RGB Variations
Color information
#54ADB4 (or 0x54ADB4) is known color: Fountain Blue. HEX triplet: 54, AD and B4. RGB value is (84,173,180). Sum of RGB (Red+Green+Blue) = 84+173+180=437 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.22% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 180 (70.70% from 255 or 41.19% from 437); Max value from RGB is 180 - color contains mainly: blue. Hex color #54ADB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ADB4 is #AB524B. Grayscale: #939393. Windows color (decimal): -11227724 or 11840852. OLE color: 11840852.
HSL color Cylindrical-coordinate representation of color #54ADB4: hue angle of 184.38º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54ADB4 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 84 | 173 | 180 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.29 |
| HSL | 184.38º | 0.39% | 0.52% | - |
| HSV(B) | 184.38º | 0.53% | 0.71% | - |
| XYZ | 26.84 | 35.07 | 48.53 | - |
| YUV | 147.19 | 146.51 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 173 | 180 | 0.53 | 0.04 | 0 | 0.29 | 184.38 | 0.39 | 0.52 |
| Hex | 54 | AD | B4 | 35 | 4 | 0 | 1D | B8 | 27 | 34 |
| Octal | 124 | 255 | 264 | 65 | 4 | 0 | 35 | 270 | 47 | 64 |
| Binary | 1010100 | 10101101 | 10110100 | 110101 | 100 | 0 | 11101 | 10111000 | 100111 | 110100 |
Color Harmonies of #54ADB4
Complementary color
Monochromatic Colors of #54ADB4
Black with #54ADB4
Text Example
Text Example
White with #54ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ADB4; }
p { color: rgb(84,173,180); }
H1.HeaderClassName
{
color: #54ADB4;
}
.AnyTagClassName
{
color: #54ADB4;
}
</style>
background-color css
<style>
a { background-color: #54ADB4; }
a { background-color: rgb(84,173,180); }
div.DivClassName
{
background-color: #54ADB4;
}
.BgClassName
{
background-color: #54ADB4;
}
</style>
border-color css
<style>
span { border-color: #54ADB4; }
span { border-color: rgb(84,173,180); }
td.TdClassName
{
border-color: #54ADB4;
}
.TagClassName
{
border-color: #54ADB4;
}
</style>