Shades of Fountain Blue #56BCB7
Tints of Fountain Blue #56BCB7
RGB
CMYK
RGB Variations
Color information
#56BCB7 (or 0x56BCB7) is known color: Fountain Blue. HEX triplet: 56, BC and B7. RGB value is (86,188,183). Sum of RGB (Red+Green+Blue) = 86+188+183=457 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.82% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 188 - color contains mainly: green. Hex color #56BCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BCB7 is #A94348. Grayscale: #9C9C9C. Windows color (decimal): -11092809 or 12041302. OLE color: 12041302.
HSL color Cylindrical-coordinate representation of color #56BCB7: hue angle of 177.06º degrees, saturation: 0.43, 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 #56BCB7 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 188 | 183 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.26 |
| HSL | 177.06º | 0.43% | 0.54% | - |
| HSV(B) | 177.06º | 0.54% | 0.74% | - |
| XYZ | 30.37 | 41.36 | 51.18 | - |
| YUV | 156.93 | 142.71 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 183 | 0.54 | 0 | 0.03 | 0.26 | 177.06 | 0.43 | 0.54 |
| Hex | 56 | BC | B7 | 36 | 0 | 3 | 1A | B1 | 2B | 36 |
| Octal | 126 | 274 | 267 | 66 | 0 | 3 | 32 | 261 | 53 | 66 |
| Binary | 1010110 | 10111100 | 10110111 | 110110 | 0 | 11 | 11010 | 10110001 | 101011 | 110110 |
Color Harmonies of #56BCB7
Complementary color
Monochromatic Colors of #56BCB7
Black with #56BCB7
Text Example
Text Example
White with #56BCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BCB7; }
p { color: rgb(86,188,183); }
H1.HeaderClassName
{
color: #56BCB7;
}
.AnyTagClassName
{
color: #56BCB7;
}
</style>
background-color css
<style>
a { background-color: #56BCB7; }
a { background-color: rgb(86,188,183); }
div.DivClassName
{
background-color: #56BCB7;
}
.BgClassName
{
background-color: #56BCB7;
}
</style>
border-color css
<style>
span { border-color: #56BCB7; }
span { border-color: rgb(86,188,183); }
td.TdClassName
{
border-color: #56BCB7;
}
.TagClassName
{
border-color: #56BCB7;
}
</style>