Shades of Fountain Blue #56BBBB
Tints of Fountain Blue #56BBBB
RGB
CMYK
RGB Variations
Color information
#56BBBB (or 0x56BBBB) is known color: Fountain Blue. HEX triplet: 56, BB and BB. RGB value is (86,187,187). Sum of RGB (Red+Green+Blue) = 86+187+187=460 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.70% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #56BBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BBBB is #A94444. Grayscale: #9C9C9C. Windows color (decimal): -11093061 or 12303190. OLE color: 12303190.
HSL color Cylindrical-coordinate representation of color #56BBBB: hue angle of 180º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56BBBB is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 187 | 187 | - |
| CMYK | 0.54 | 0 | 0 | 0.27 |
| HSL | 180º | 0.43% | 0.54% | - |
| HSV(B) | 180º | 0.54% | 0.73% | - |
| XYZ | 30.58 | 41.11 | 53.34 | - |
| YUV | 156.8 | 145.04 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 187 | 187 | 0.54 | 0 | 0 | 0.27 | 180 | 0.43 | 0.54 |
| Hex | 56 | BB | BB | 36 | 0 | 0 | 1B | B4 | 2B | 36 |
| Octal | 126 | 273 | 273 | 66 | 0 | 0 | 33 | 264 | 53 | 66 |
| Binary | 1010110 | 10111011 | 10111011 | 110110 | 0 | 0 | 11011 | 10110100 | 101011 | 110110 |
Color Harmonies of #56BBBB
Complementary color
Monochromatic Colors of #56BBBB
Black with #56BBBB
Text Example
Text Example
White with #56BBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BBBB; }
p { color: rgb(86,187,187); }
H1.HeaderClassName
{
color: #56BBBB;
}
.AnyTagClassName
{
color: #56BBBB;
}
</style>
background-color css
<style>
a { background-color: #56BBBB; }
a { background-color: rgb(86,187,187); }
div.DivClassName
{
background-color: #56BBBB;
}
.BgClassName
{
background-color: #56BBBB;
}
</style>
border-color css
<style>
span { border-color: #56BBBB; }
span { border-color: rgb(86,187,187); }
td.TdClassName
{
border-color: #56BBBB;
}
.TagClassName
{
border-color: #56BBBB;
}
</style>