Shades of Fountain Blue #56BFBC
Tints of Fountain Blue #56BFBC
RGB
CMYK
RGB Variations
Color information
#56BFBC (or 0x56BFBC) is known color: Fountain Blue. HEX triplet: 56, BF and BC. RGB value is (86,191,188). Sum of RGB (Red+Green+Blue) = 86+191+188=465 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.49% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #56BFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BFBC is #A94043. Grayscale: #9F9F9F. Windows color (decimal): -11092036 or 12369750. OLE color: 12369750.
HSL color Cylindrical-coordinate representation of color #56BFBC: hue angle of 178.29º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56BFBC is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 191 | 188 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.25 |
| HSL | 178.29º | 0.45% | 0.54% | - |
| HSV(B) | 178.29º | 0.55% | 0.75% | - |
| XYZ | 31.55 | 42.87 | 54.19 | - |
| YUV | 159.26 | 144.21 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 191 | 188 | 0.55 | 0 | 0.02 | 0.25 | 178.29 | 0.45 | 0.54 |
| Hex | 56 | BF | BC | 37 | 0 | 2 | 19 | B2 | 2D | 36 |
| Octal | 126 | 277 | 274 | 67 | 0 | 2 | 31 | 262 | 55 | 66 |
| Binary | 1010110 | 10111111 | 10111100 | 110111 | 0 | 10 | 11001 | 10110010 | 101101 | 110110 |
Color Harmonies of #56BFBC
Complementary color
Monochromatic Colors of #56BFBC
Black with #56BFBC
Text Example
Text Example
White with #56BFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BFBC; }
p { color: rgb(86,191,188); }
H1.HeaderClassName
{
color: #56BFBC;
}
.AnyTagClassName
{
color: #56BFBC;
}
</style>
background-color css
<style>
a { background-color: #56BFBC; }
a { background-color: rgb(86,191,188); }
div.DivClassName
{
background-color: #56BFBC;
}
.BgClassName
{
background-color: #56BFBC;
}
</style>
border-color css
<style>
span { border-color: #56BFBC; }
span { border-color: rgb(86,191,188); }
td.TdClassName
{
border-color: #56BFBC;
}
.TagClassName
{
border-color: #56BFBC;
}
</style>