Shades of Fountain Blue #54BEBA
Tints of Fountain Blue #54BEBA
RGB
CMYK
RGB Variations
Color information
#54BEBA (or 0x54BEBA) is known color: Fountain Blue. HEX triplet: 54, BE and BA. RGB value is (84,190,186). Sum of RGB (Red+Green+Blue) = 84+190+186=460 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.26% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 190 - color contains mainly: green. Hex color #54BEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BEBA is #AB4145. Grayscale: #9D9D9D. Windows color (decimal): -11223366 or 12238420. OLE color: 12238420.
HSL color Cylindrical-coordinate representation of color #54BEBA: hue angle of 177.74º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54BEBA is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 190 | 186 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.25 |
| HSL | 177.74º | 0.45% | 0.54% | - |
| HSV(B) | 177.74º | 0.56% | 0.75% | - |
| XYZ | 30.93 | 42.26 | 52.98 | - |
| YUV | 157.85 | 143.88 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 190 | 186 | 0.56 | 0 | 0.02 | 0.25 | 177.74 | 0.45 | 0.54 |
| Hex | 54 | BE | BA | 38 | 0 | 2 | 19 | B2 | 2D | 36 |
| Octal | 124 | 276 | 272 | 70 | 0 | 2 | 31 | 262 | 55 | 66 |
| Binary | 1010100 | 10111110 | 10111010 | 111000 | 0 | 10 | 11001 | 10110010 | 101101 | 110110 |
Color Harmonies of #54BEBA
Complementary color
Monochromatic Colors of #54BEBA
Black with #54BEBA
Text Example
Text Example
White with #54BEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BEBA; }
p { color: rgb(84,190,186); }
H1.HeaderClassName
{
color: #54BEBA;
}
.AnyTagClassName
{
color: #54BEBA;
}
</style>
background-color css
<style>
a { background-color: #54BEBA; }
a { background-color: rgb(84,190,186); }
div.DivClassName
{
background-color: #54BEBA;
}
.BgClassName
{
background-color: #54BEBA;
}
</style>
border-color css
<style>
span { border-color: #54BEBA; }
span { border-color: rgb(84,190,186); }
td.TdClassName
{
border-color: #54BEBA;
}
.TagClassName
{
border-color: #54BEBA;
}
</style>