Shades of Fountain Blue #56BCB8
Tints of Fountain Blue #56BCB8
RGB
CMYK
RGB Variations
Color information
#56BCB8 (or 0x56BCB8) is known color: Fountain Blue. HEX triplet: 56, BC and B8. RGB value is (86,188,184). Sum of RGB (Red+Green+Blue) = 86+188+184=458 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.78% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 184 (72.27% from 255 or 40.17% from 458); Max value from RGB is 188 - color contains mainly: green. Hex color #56BCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BCB8 is #A94347. Grayscale: #9C9C9C. Windows color (decimal): -11092808 or 12106838. OLE color: 12106838.
HSL color Cylindrical-coordinate representation of color #56BCB8: hue angle of 177.65º 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 #56BCB8 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 188 | 184 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.26 |
| HSL | 177.65º | 0.43% | 0.54% | - |
| HSV(B) | 177.65º | 0.54% | 0.74% | - |
| XYZ | 30.47 | 41.41 | 51.73 | - |
| YUV | 157.05 | 143.21 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 184 | 0.54 | 0 | 0.02 | 0.26 | 177.65 | 0.43 | 0.54 |
| Hex | 56 | BC | B8 | 36 | 0 | 2 | 1A | B2 | 2B | 36 |
| Octal | 126 | 274 | 270 | 66 | 0 | 2 | 32 | 262 | 53 | 66 |
| Binary | 1010110 | 10111100 | 10111000 | 110110 | 0 | 10 | 11010 | 10110010 | 101011 | 110110 |
Color Harmonies of #56BCB8
Complementary color
Monochromatic Colors of #56BCB8
Black with #56BCB8
Text Example
Text Example
White with #56BCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BCB8; }
p { color: rgb(86,188,184); }
H1.HeaderClassName
{
color: #56BCB8;
}
.AnyTagClassName
{
color: #56BCB8;
}
</style>
background-color css
<style>
a { background-color: #56BCB8; }
a { background-color: rgb(86,188,184); }
div.DivClassName
{
background-color: #56BCB8;
}
.BgClassName
{
background-color: #56BCB8;
}
</style>
border-color css
<style>
span { border-color: #56BCB8; }
span { border-color: rgb(86,188,184); }
td.TdClassName
{
border-color: #56BCB8;
}
.TagClassName
{
border-color: #56BCB8;
}
</style>