Shades of Fountain Blue #54A6B3
Tints of Fountain Blue #54A6B3
RGB
CMYK
RGB Variations
Color information
#54A6B3 (or 0x54A6B3) is known color: Fountain Blue. HEX triplet: 54, A6 and B3. RGB value is (84,166,179). Sum of RGB (Red+Green+Blue) = 84+166+179=429 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.58% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 179 - color contains mainly: blue. Hex color #54A6B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A6B3 is #AB594C. Grayscale: #8E8E8E. Windows color (decimal): -11229517 or 11773524. OLE color: 11773524.
HSL color Cylindrical-coordinate representation of color #54A6B3: hue angle of 188.21º 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 #54A6B3 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 84 | 166 | 179 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.30 |
| HSL | 188.21º | 0.38% | 0.52% | - |
| HSV(B) | 188.21º | 0.53% | 0.7% | - |
| XYZ | 25.43 | 32.41 | 47.56 | - |
| YUV | 142.96 | 148.33 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 166 | 179 | 0.53 | 0.07 | 0 | 0.30 | 188.21 | 0.38 | 0.52 |
| Hex | 54 | A6 | B3 | 35 | 7 | 0 | 1E | BC | 26 | 34 |
| Octal | 124 | 246 | 263 | 65 | 7 | 0 | 36 | 274 | 46 | 64 |
| Binary | 1010100 | 10100110 | 10110011 | 110101 | 111 | 0 | 11110 | 10111100 | 100110 | 110100 |
Color Harmonies of #54A6B3
Complementary color
Monochromatic Colors of #54A6B3
Black with #54A6B3
Text Example
Text Example
White with #54A6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A6B3; }
p { color: rgb(84,166,179); }
H1.HeaderClassName
{
color: #54A6B3;
}
.AnyTagClassName
{
color: #54A6B3;
}
</style>
background-color css
<style>
a { background-color: #54A6B3; }
a { background-color: rgb(84,166,179); }
div.DivClassName
{
background-color: #54A6B3;
}
.BgClassName
{
background-color: #54A6B3;
}
</style>
border-color css
<style>
span { border-color: #54A6B3; }
span { border-color: rgb(84,166,179); }
td.TdClassName
{
border-color: #54A6B3;
}
.TagClassName
{
border-color: #54A6B3;
}
</style>