Shades of Fountain Blue #5BA9BB
Tints of Fountain Blue #5BA9BB
RGB
CMYK
RGB Variations
Color information
#5BA9BB (or 0x5BA9BB) is known color: Fountain Blue. HEX triplet: 5B, A9 and BB. RGB value is (91,169,187). Sum of RGB (Red+Green+Blue) = 91+169+187=447 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.36% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #5BA9BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA9BB is #A45644. Grayscale: #939393. Windows color (decimal): -10769989 or 12298587. OLE color: 12298587.
HSL color Cylindrical-coordinate representation of color #5BA9BB: hue angle of 191.25º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5BA9BB is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 169 | 187 | - |
| CMYK | 0.51 | 0.10 | 0 | 0.27 |
| HSL | 191.25º | 0.41% | 0.55% | - |
| HSV(B) | 191.25º | 0.51% | 0.73% | - |
| XYZ | 27.47 | 34.19 | 52.16 | - |
| YUV | 147.73 | 150.16 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 169 | 187 | 0.51 | 0.10 | 0 | 0.27 | 191.25 | 0.41 | 0.55 |
| Hex | 5B | A9 | BB | 33 | A | 0 | 1B | BF | 29 | 37 |
| Octal | 133 | 251 | 273 | 63 | 12 | 0 | 33 | 277 | 51 | 67 |
| Binary | 1011011 | 10101001 | 10111011 | 110011 | 1010 | 0 | 11011 | 10111111 | 101001 | 110111 |
Color Harmonies of #5BA9BB
Complementary color
Monochromatic Colors of #5BA9BB
Black with #5BA9BB
Text Example
Text Example
White with #5BA9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA9BB; }
p { color: rgb(91,169,187); }
H1.HeaderClassName
{
color: #5BA9BB;
}
.AnyTagClassName
{
color: #5BA9BB;
}
</style>
background-color css
<style>
a { background-color: #5BA9BB; }
a { background-color: rgb(91,169,187); }
div.DivClassName
{
background-color: #5BA9BB;
}
.BgClassName
{
background-color: #5BA9BB;
}
</style>
border-color css
<style>
span { border-color: #5BA9BB; }
span { border-color: rgb(91,169,187); }
td.TdClassName
{
border-color: #5BA9BB;
}
.TagClassName
{
border-color: #5BA9BB;
}
</style>