Shades of Fountain Blue #56BAB9
Tints of Fountain Blue #56BAB9
RGB
CMYK
RGB Variations
Color information
#56BAB9 (or 0x56BAB9) is known color: Fountain Blue. HEX triplet: 56, BA and B9. RGB value is (86,186,185). Sum of RGB (Red+Green+Blue) = 86+186+185=457 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.82% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 186 - color contains mainly: green. Hex color #56BAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BAB9 is #A94546. Grayscale: #9B9B9B. Windows color (decimal): -11093319 or 12171862. OLE color: 12171862.
HSL color Cylindrical-coordinate representation of color #56BAB9: hue angle of 179.4º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56BAB9 is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 186 | 185 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.27 |
| HSL | 179.4º | 0.42% | 0.53% | - |
| HSV(B) | 179.4º | 0.54% | 0.73% | - |
| XYZ | 30.15 | 40.6 | 52.15 | - |
| YUV | 155.99 | 144.37 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 186 | 185 | 0.54 | 0 | 0.01 | 0.27 | 179.4 | 0.42 | 0.53 |
| Hex | 56 | BA | B9 | 36 | 0 | 1 | 1B | B3 | 2A | 35 |
| Octal | 126 | 272 | 271 | 66 | 0 | 1 | 33 | 263 | 52 | 65 |
| Binary | 1010110 | 10111010 | 10111001 | 110110 | 0 | 1 | 11011 | 10110011 | 101010 | 110101 |
Color Harmonies of #56BAB9
Complementary color
Monochromatic Colors of #56BAB9
Black with #56BAB9
Text Example
Text Example
White with #56BAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BAB9; }
p { color: rgb(86,186,185); }
H1.HeaderClassName
{
color: #56BAB9;
}
.AnyTagClassName
{
color: #56BAB9;
}
</style>
background-color css
<style>
a { background-color: #56BAB9; }
a { background-color: rgb(86,186,185); }
div.DivClassName
{
background-color: #56BAB9;
}
.BgClassName
{
background-color: #56BAB9;
}
</style>
border-color css
<style>
span { border-color: #56BAB9; }
span { border-color: rgb(86,186,185); }
td.TdClassName
{
border-color: #56BAB9;
}
.TagClassName
{
border-color: #56BAB9;
}
</style>