Shades of Fountain Blue #5BACBA
Tints of Fountain Blue #5BACBA
RGB
CMYK
RGB Variations
Color information
#5BACBA (or 0x5BACBA) is known color: Fountain Blue. HEX triplet: 5B, AC and BA. RGB value is (91,172,186). Sum of RGB (Red+Green+Blue) = 91+172+186=449 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.27% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #5BACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BACBA is #A45345. Grayscale: #959595. Windows color (decimal): -10769222 or 12233819. OLE color: 12233819.
HSL color Cylindrical-coordinate representation of color #5BACBA: hue angle of 188.84º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5BACBA is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 172 | 186 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.27 |
| HSL | 188.84º | 0.41% | 0.54% | - |
| HSV(B) | 188.84º | 0.51% | 0.73% | - |
| XYZ | 27.93 | 35.27 | 51.79 | - |
| YUV | 149.38 | 148.66 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 172 | 186 | 0.51 | 0.08 | 0 | 0.27 | 188.84 | 0.41 | 0.54 |
| Hex | 5B | AC | BA | 33 | 8 | 0 | 1B | BD | 29 | 36 |
| Octal | 133 | 254 | 272 | 63 | 10 | 0 | 33 | 275 | 51 | 66 |
| Binary | 1011011 | 10101100 | 10111010 | 110011 | 1000 | 0 | 11011 | 10111101 | 101001 | 110110 |
Color Harmonies of #5BACBA
Complementary color
Monochromatic Colors of #5BACBA
Black with #5BACBA
Text Example
Text Example
White with #5BACBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BACBA; }
p { color: rgb(91,172,186); }
H1.HeaderClassName
{
color: #5BACBA;
}
.AnyTagClassName
{
color: #5BACBA;
}
</style>
background-color css
<style>
a { background-color: #5BACBA; }
a { background-color: rgb(91,172,186); }
div.DivClassName
{
background-color: #5BACBA;
}
.BgClassName
{
background-color: #5BACBA;
}
</style>
border-color css
<style>
span { border-color: #5BACBA; }
span { border-color: rgb(91,172,186); }
td.TdClassName
{
border-color: #5BACBA;
}
.TagClassName
{
border-color: #5BACBA;
}
</style>