Shades of Fountain Blue #54BCB7
Tints of Fountain Blue #54BCB7
RGB
CMYK
RGB Variations
Color information
#54BCB7 (or 0x54BCB7) is known color: Fountain Blue. HEX triplet: 54, BC and B7. RGB value is (84,188,183). Sum of RGB (Red+Green+Blue) = 84+188+183=455 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.46% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 183 (71.88% from 255 or 40.22% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #54BCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BCB7 is #AB4348. Grayscale: #9C9C9C. Windows color (decimal): -11223881 or 12041300. OLE color: 12041300.
HSL color Cylindrical-coordinate representation of color #54BCB7: hue angle of 177.12º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54BCB7 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 188 | 183 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.26 |
| HSL | 177.12º | 0.44% | 0.53% | - |
| HSV(B) | 177.12º | 0.55% | 0.74% | - |
| XYZ | 30.19 | 41.27 | 51.17 | - |
| YUV | 156.33 | 143.04 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 188 | 183 | 0.55 | 0 | 0.03 | 0.26 | 177.12 | 0.44 | 0.53 |
| Hex | 54 | BC | B7 | 37 | 0 | 3 | 1A | B1 | 2C | 35 |
| Octal | 124 | 274 | 267 | 67 | 0 | 3 | 32 | 261 | 54 | 65 |
| Binary | 1010100 | 10111100 | 10110111 | 110111 | 0 | 11 | 11010 | 10110001 | 101100 | 110101 |
Color Harmonies of #54BCB7
Complementary color
Monochromatic Colors of #54BCB7
Black with #54BCB7
Text Example
Text Example
White with #54BCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BCB7; }
p { color: rgb(84,188,183); }
H1.HeaderClassName
{
color: #54BCB7;
}
.AnyTagClassName
{
color: #54BCB7;
}
</style>
background-color css
<style>
a { background-color: #54BCB7; }
a { background-color: rgb(84,188,183); }
div.DivClassName
{
background-color: #54BCB7;
}
.BgClassName
{
background-color: #54BCB7;
}
</style>
border-color css
<style>
span { border-color: #54BCB7; }
span { border-color: rgb(84,188,183); }
td.TdClassName
{
border-color: #54BCB7;
}
.TagClassName
{
border-color: #54BCB7;
}
</style>