Shades of Fountain Blue #56BAB7
Tints of Fountain Blue #56BAB7
RGB
CMYK
RGB Variations
Color information
#56BAB7 (or 0x56BAB7) is known color: Fountain Blue. HEX triplet: 56, BA and B7. RGB value is (86,186,183). Sum of RGB (Red+Green+Blue) = 86+186+183=455 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.90% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 183 (71.88% from 255 or 40.22% from 455); Max value from RGB is 186 - color contains mainly: green. Hex color #56BAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BAB7 is #A94548. Grayscale: #9B9B9B. Windows color (decimal): -11093321 or 12040790. OLE color: 12040790.
HSL color Cylindrical-coordinate representation of color #56BAB7: hue angle of 178.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 #56BAB7 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 186 | 183 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.27 |
| HSL | 178.2º | 0.42% | 0.53% | - |
| HSV(B) | 178.2º | 0.54% | 0.73% | - |
| XYZ | 29.94 | 40.52 | 51.04 | - |
| YUV | 155.76 | 143.37 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 186 | 183 | 0.54 | 0 | 0.02 | 0.27 | 178.2 | 0.42 | 0.53 |
| Hex | 56 | BA | B7 | 36 | 0 | 2 | 1B | B2 | 2A | 35 |
| Octal | 126 | 272 | 267 | 66 | 0 | 2 | 33 | 262 | 52 | 65 |
| Binary | 1010110 | 10111010 | 10110111 | 110110 | 0 | 10 | 11011 | 10110010 | 101010 | 110101 |
Color Harmonies of #56BAB7
Complementary color
Monochromatic Colors of #56BAB7
Black with #56BAB7
Text Example
Text Example
White with #56BAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BAB7; }
p { color: rgb(86,186,183); }
H1.HeaderClassName
{
color: #56BAB7;
}
.AnyTagClassName
{
color: #56BAB7;
}
</style>
background-color css
<style>
a { background-color: #56BAB7; }
a { background-color: rgb(86,186,183); }
div.DivClassName
{
background-color: #56BAB7;
}
.BgClassName
{
background-color: #56BAB7;
}
</style>
border-color css
<style>
span { border-color: #56BAB7; }
span { border-color: rgb(86,186,183); }
td.TdClassName
{
border-color: #56BAB7;
}
.TagClassName
{
border-color: #56BAB7;
}
</style>