Shades of Fountain Blue #56B8BA
Tints of Fountain Blue #56B8BA
RGB
CMYK
RGB Variations
Color information
#56B8BA (or 0x56B8BA) is known color: Fountain Blue. HEX triplet: 56, B8 and BA. RGB value is (86,184,186). Sum of RGB (Red+Green+Blue) = 86+184+186=456 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.86% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #56B8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56B8BA is #A94745. Grayscale: #9A9A9A. Windows color (decimal): -11093830 or 12236886. OLE color: 12236886.
HSL color Cylindrical-coordinate representation of color #56B8BA: hue angle of 181.2º 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 #56B8BA is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 184 | 186 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.27 |
| HSL | 181.2º | 0.42% | 0.53% | - |
| HSV(B) | 181.2º | 0.54% | 0.73% | - |
| XYZ | 29.84 | 39.8 | 52.56 | - |
| YUV | 154.93 | 145.53 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 184 | 186 | 0.54 | 0.01 | 0 | 0.27 | 181.2 | 0.42 | 0.53 |
| Hex | 56 | B8 | BA | 36 | 1 | 0 | 1B | B5 | 2A | 35 |
| Octal | 126 | 270 | 272 | 66 | 1 | 0 | 33 | 265 | 52 | 65 |
| Binary | 1010110 | 10111000 | 10111010 | 110110 | 1 | 0 | 11011 | 10110101 | 101010 | 110101 |
Color Harmonies of #56B8BA
Complementary color
Monochromatic Colors of #56B8BA
Black with #56B8BA
Text Example
Text Example
White with #56B8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B8BA; }
p { color: rgb(86,184,186); }
H1.HeaderClassName
{
color: #56B8BA;
}
.AnyTagClassName
{
color: #56B8BA;
}
</style>
background-color css
<style>
a { background-color: #56B8BA; }
a { background-color: rgb(86,184,186); }
div.DivClassName
{
background-color: #56B8BA;
}
.BgClassName
{
background-color: #56B8BA;
}
</style>
border-color css
<style>
span { border-color: #56B8BA; }
span { border-color: rgb(86,184,186); }
td.TdClassName
{
border-color: #56B8BA;
}
.TagClassName
{
border-color: #56B8BA;
}
</style>