Shades of Fountain Blue #55BBBA
Tints of Fountain Blue #55BBBA
RGB
CMYK
RGB Variations
Color information
#55BBBA (or 0x55BBBA) is known color: Fountain Blue. HEX triplet: 55, BB and BA. RGB value is (85,187,186). Sum of RGB (Red+Green+Blue) = 85+187+186=458 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.56% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 187 - color contains mainly: green. Hex color #55BBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BBBA is #AA4445. Grayscale: #9C9C9C. Windows color (decimal): -11158598 or 12237653. OLE color: 12237653.
HSL color Cylindrical-coordinate representation of color #55BBBA: hue angle of 179.41º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BBBA is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 187 | 186 | - |
| CMYK | 0.55 | 0 | 0.01 | 0.27 |
| HSL | 179.41º | 0.43% | 0.53% | - |
| HSV(B) | 179.41º | 0.55% | 0.73% | - |
| XYZ | 30.38 | 41.02 | 52.77 | - |
| YUV | 156.39 | 144.71 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 187 | 186 | 0.55 | 0 | 0.01 | 0.27 | 179.41 | 0.43 | 0.53 |
| Hex | 55 | BB | BA | 37 | 0 | 1 | 1B | B3 | 2B | 35 |
| Octal | 125 | 273 | 272 | 67 | 0 | 1 | 33 | 263 | 53 | 65 |
| Binary | 1010101 | 10111011 | 10111010 | 110111 | 0 | 1 | 11011 | 10110011 | 101011 | 110101 |
Color Harmonies of #55BBBA
Complementary color
Monochromatic Colors of #55BBBA
Black with #55BBBA
Text Example
Text Example
White with #55BBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BBBA; }
p { color: rgb(85,187,186); }
H1.HeaderClassName
{
color: #55BBBA;
}
.AnyTagClassName
{
color: #55BBBA;
}
</style>
background-color css
<style>
a { background-color: #55BBBA; }
a { background-color: rgb(85,187,186); }
div.DivClassName
{
background-color: #55BBBA;
}
.BgClassName
{
background-color: #55BBBA;
}
</style>
border-color css
<style>
span { border-color: #55BBBA; }
span { border-color: rgb(85,187,186); }
td.TdClassName
{
border-color: #55BBBA;
}
.TagClassName
{
border-color: #55BBBA;
}
</style>