Shades of Fountain Blue #55BBB7
Tints of Fountain Blue #55BBB7
RGB
CMYK
RGB Variations
Color information
#55BBB7 (or 0x55BBB7) is known color: Fountain Blue. HEX triplet: 55, BB and B7. RGB value is (85,187,183). Sum of RGB (Red+Green+Blue) = 85+187+183=455 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.68% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 183 (71.88% from 255 or 40.22% from 455); Max value from RGB is 187 - color contains mainly: green. Hex color #55BBB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BBB7 is #AA4448. Grayscale: #9B9B9B. Windows color (decimal): -11158601 or 12041045. OLE color: 12041045.
HSL color Cylindrical-coordinate representation of color #55BBB7: hue angle of 177.65º 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 #55BBB7 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 187 | 183 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.27 |
| HSL | 177.65º | 0.43% | 0.53% | - |
| HSV(B) | 177.65º | 0.55% | 0.73% | - |
| XYZ | 30.06 | 40.89 | 51.11 | - |
| YUV | 156.05 | 143.21 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 187 | 183 | 0.55 | 0 | 0.02 | 0.27 | 177.65 | 0.43 | 0.53 |
| Hex | 55 | BB | B7 | 37 | 0 | 2 | 1B | B2 | 2B | 35 |
| Octal | 125 | 273 | 267 | 67 | 0 | 2 | 33 | 262 | 53 | 65 |
| Binary | 1010101 | 10111011 | 10110111 | 110111 | 0 | 10 | 11011 | 10110010 | 101011 | 110101 |
Color Harmonies of #55BBB7
Complementary color
Monochromatic Colors of #55BBB7
Black with #55BBB7
Text Example
Text Example
White with #55BBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BBB7; }
p { color: rgb(85,187,183); }
H1.HeaderClassName
{
color: #55BBB7;
}
.AnyTagClassName
{
color: #55BBB7;
}
</style>
background-color css
<style>
a { background-color: #55BBB7; }
a { background-color: rgb(85,187,183); }
div.DivClassName
{
background-color: #55BBB7;
}
.BgClassName
{
background-color: #55BBB7;
}
</style>
border-color css
<style>
span { border-color: #55BBB7; }
span { border-color: rgb(85,187,183); }
td.TdClassName
{
border-color: #55BBB7;
}
.TagClassName
{
border-color: #55BBB7;
}
</style>