Shades of Fountain Blue #54BBB7
Tints of Fountain Blue #54BBB7
RGB
CMYK
RGB Variations
Color information
#54BBB7 (or 0x54BBB7) is known color: Fountain Blue. HEX triplet: 54, BB and B7. RGB value is (84,187,183). Sum of RGB (Red+Green+Blue) = 84+187+183=454 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.50% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 183 (71.88% from 255 or 40.31% from 454); Max value from RGB is 187 - color contains mainly: green. Hex color #54BBB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BBB7 is #AB4448. Grayscale: #9B9B9B. Windows color (decimal): -11224137 or 12041044. OLE color: 12041044.
HSL color Cylindrical-coordinate representation of color #54BBB7: hue angle of 177.67º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54BBB7 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 187 | 183 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.27 |
| HSL | 177.67º | 0.43% | 0.53% | - |
| HSV(B) | 177.67º | 0.55% | 0.73% | - |
| XYZ | 29.97 | 40.84 | 51.1 | - |
| YUV | 155.75 | 143.38 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 187 | 183 | 0.55 | 0 | 0.02 | 0.27 | 177.67 | 0.43 | 0.53 |
| Hex | 54 | BB | B7 | 37 | 0 | 2 | 1B | B2 | 2B | 35 |
| Octal | 124 | 273 | 267 | 67 | 0 | 2 | 33 | 262 | 53 | 65 |
| Binary | 1010100 | 10111011 | 10110111 | 110111 | 0 | 10 | 11011 | 10110010 | 101011 | 110101 |
Color Harmonies of #54BBB7
Complementary color
Monochromatic Colors of #54BBB7
Black with #54BBB7
Text Example
Text Example
White with #54BBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BBB7; }
p { color: rgb(84,187,183); }
H1.HeaderClassName
{
color: #54BBB7;
}
.AnyTagClassName
{
color: #54BBB7;
}
</style>
background-color css
<style>
a { background-color: #54BBB7; }
a { background-color: rgb(84,187,183); }
div.DivClassName
{
background-color: #54BBB7;
}
.BgClassName
{
background-color: #54BBB7;
}
</style>
border-color css
<style>
span { border-color: #54BBB7; }
span { border-color: rgb(84,187,183); }
td.TdClassName
{
border-color: #54BBB7;
}
.TagClassName
{
border-color: #54BBB7;
}
</style>