Shades of Fountain Blue #56BDBC
Tints of Fountain Blue #56BDBC
RGB
CMYK
RGB Variations
Color information
#56BDBC (or 0x56BDBC) is known color: Fountain Blue. HEX triplet: 56, BD and BC. RGB value is (86,189,188). Sum of RGB (Red+Green+Blue) = 86+189+188=463 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.57% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 189 - color contains mainly: green. Hex color #56BDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BDBC is #A94243. Grayscale: #9D9D9D. Windows color (decimal): -11092548 or 12369238. OLE color: 12369238.
HSL color Cylindrical-coordinate representation of color #56BDBC: hue angle of 179.42º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56BDBC is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 189 | 188 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.26 |
| HSL | 179.42º | 0.44% | 0.54% | - |
| HSV(B) | 179.42º | 0.54% | 0.74% | - |
| XYZ | 31.11 | 42 | 54.04 | - |
| YUV | 158.09 | 144.88 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 189 | 188 | 0.54 | 0 | 0.01 | 0.26 | 179.42 | 0.44 | 0.54 |
| Hex | 56 | BD | BC | 36 | 0 | 1 | 1A | B3 | 2C | 36 |
| Octal | 126 | 275 | 274 | 66 | 0 | 1 | 32 | 263 | 54 | 66 |
| Binary | 1010110 | 10111101 | 10111100 | 110110 | 0 | 1 | 11010 | 10110011 | 101100 | 110110 |
Color Harmonies of #56BDBC
Complementary color
Monochromatic Colors of #56BDBC
Black with #56BDBC
Text Example
Text Example
White with #56BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BDBC; }
p { color: rgb(86,189,188); }
H1.HeaderClassName
{
color: #56BDBC;
}
.AnyTagClassName
{
color: #56BDBC;
}
</style>
background-color css
<style>
a { background-color: #56BDBC; }
a { background-color: rgb(86,189,188); }
div.DivClassName
{
background-color: #56BDBC;
}
.BgClassName
{
background-color: #56BDBC;
}
</style>
border-color css
<style>
span { border-color: #56BDBC; }
span { border-color: rgb(86,189,188); }
td.TdClassName
{
border-color: #56BDBC;
}
.TagClassName
{
border-color: #56BDBC;
}
</style>