Shades of Fountain Blue #55B3BA
Tints of Fountain Blue #55B3BA
RGB
CMYK
RGB Variations
Color information
#55B3BA (or 0x55B3BA) is known color: Fountain Blue. HEX triplet: 55, B3 and BA. RGB value is (85,179,186). Sum of RGB (Red+Green+Blue) = 85+179+186=450 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.89% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #55B3BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B3BA is #AA4C45. Grayscale: #979797. Windows color (decimal): -11160646 or 12235605. OLE color: 12235605.
HSL color Cylindrical-coordinate representation of color #55B3BA: hue angle of 184.16º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55B3BA is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 179 | 186 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.27 |
| HSL | 184.16º | 0.42% | 0.53% | - |
| HSV(B) | 184.16º | 0.54% | 0.73% | - |
| XYZ | 28.73 | 37.72 | 52.22 | - |
| YUV | 151.69 | 147.36 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 179 | 186 | 0.54 | 0.04 | 0 | 0.27 | 184.16 | 0.42 | 0.53 |
| Hex | 55 | B3 | BA | 36 | 4 | 0 | 1B | B8 | 2A | 35 |
| Octal | 125 | 263 | 272 | 66 | 4 | 0 | 33 | 270 | 52 | 65 |
| Binary | 1010101 | 10110011 | 10111010 | 110110 | 100 | 0 | 11011 | 10111000 | 101010 | 110101 |
Color Harmonies of #55B3BA
Complementary color
Monochromatic Colors of #55B3BA
Black with #55B3BA
Text Example
Text Example
White with #55B3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B3BA; }
p { color: rgb(85,179,186); }
H1.HeaderClassName
{
color: #55B3BA;
}
.AnyTagClassName
{
color: #55B3BA;
}
</style>
background-color css
<style>
a { background-color: #55B3BA; }
a { background-color: rgb(85,179,186); }
div.DivClassName
{
background-color: #55B3BA;
}
.BgClassName
{
background-color: #55B3BA;
}
</style>
border-color css
<style>
span { border-color: #55B3BA; }
span { border-color: rgb(85,179,186); }
td.TdClassName
{
border-color: #55B3BA;
}
.TagClassName
{
border-color: #55B3BA;
}
</style>