Shades of Fountain Blue #56BBBA
Tints of Fountain Blue #56BBBA
RGB
CMYK
RGB Variations
Color information
#56BBBA (or 0x56BBBA) is known color: Fountain Blue. HEX triplet: 56, BB and BA. RGB value is (86,187,186). Sum of RGB (Red+Green+Blue) = 86+187+186=459 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.74% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 187 - color contains mainly: green. Hex color #56BBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BBBA is #A94445. Grayscale: #9C9C9C. Windows color (decimal): -11093062 or 12237654. OLE color: 12237654.
HSL color Cylindrical-coordinate representation of color #56BBBA: hue angle of 179.41º 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 #56BBBA is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 187 | 186 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.27 |
| HSL | 179.41º | 0.43% | 0.54% | - |
| HSV(B) | 179.41º | 0.54% | 0.73% | - |
| XYZ | 30.47 | 41.06 | 52.77 | - |
| YUV | 156.69 | 144.54 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 187 | 186 | 0.54 | 0 | 0.01 | 0.27 | 179.41 | 0.43 | 0.54 |
| Hex | 56 | BB | BA | 36 | 0 | 1 | 1B | B3 | 2B | 36 |
| Octal | 126 | 273 | 272 | 66 | 0 | 1 | 33 | 263 | 53 | 66 |
| Binary | 1010110 | 10111011 | 10111010 | 110110 | 0 | 1 | 11011 | 10110011 | 101011 | 110110 |
Color Harmonies of #56BBBA
Complementary color
Monochromatic Colors of #56BBBA
Black with #56BBBA
Text Example
Text Example
White with #56BBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BBBA; }
p { color: rgb(86,187,186); }
H1.HeaderClassName
{
color: #56BBBA;
}
.AnyTagClassName
{
color: #56BBBA;
}
</style>
background-color css
<style>
a { background-color: #56BBBA; }
a { background-color: rgb(86,187,186); }
div.DivClassName
{
background-color: #56BBBA;
}
.BgClassName
{
background-color: #56BBBA;
}
</style>
border-color css
<style>
span { border-color: #56BBBA; }
span { border-color: rgb(86,187,186); }
td.TdClassName
{
border-color: #56BBBA;
}
.TagClassName
{
border-color: #56BBBA;
}
</style>