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