Shades of Fountain Blue #5BA9BC
Tints of Fountain Blue #5BA9BC
RGB
CMYK
RGB Variations
Color information
#5BA9BC (or 0x5BA9BC) is known color: Fountain Blue. HEX triplet: 5B, A9 and BC. RGB value is (91,169,188). Sum of RGB (Red+Green+Blue) = 91+169+188=448 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.31% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #5BA9BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA9BC is #A45643. Grayscale: #939393. Windows color (decimal): -10769988 or 12364123. OLE color: 12364123.
HSL color Cylindrical-coordinate representation of color #5BA9BC: hue angle of 191.75º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BA9BC is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 169 | 188 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.26 |
| HSL | 191.75º | 0.42% | 0.55% | - |
| HSV(B) | 191.75º | 0.52% | 0.74% | - |
| XYZ | 27.58 | 34.23 | 52.73 | - |
| YUV | 147.84 | 150.66 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 169 | 188 | 0.52 | 0.10 | 0 | 0.26 | 191.75 | 0.42 | 0.55 |
| Hex | 5B | A9 | BC | 34 | A | 0 | 1A | C0 | 2A | 37 |
| Octal | 133 | 251 | 274 | 64 | 12 | 0 | 32 | 300 | 52 | 67 |
| Binary | 1011011 | 10101001 | 10111100 | 110100 | 1010 | 0 | 11010 | 11000000 | 101010 | 110111 |
Color Harmonies of #5BA9BC
Complementary color
Monochromatic Colors of #5BA9BC
Black with #5BA9BC
Text Example
Text Example
White with #5BA9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA9BC; }
p { color: rgb(91,169,188); }
H1.HeaderClassName
{
color: #5BA9BC;
}
.AnyTagClassName
{
color: #5BA9BC;
}
</style>
background-color css
<style>
a { background-color: #5BA9BC; }
a { background-color: rgb(91,169,188); }
div.DivClassName
{
background-color: #5BA9BC;
}
.BgClassName
{
background-color: #5BA9BC;
}
</style>
border-color css
<style>
span { border-color: #5BA9BC; }
span { border-color: rgb(91,169,188); }
td.TdClassName
{
border-color: #5BA9BC;
}
.TagClassName
{
border-color: #5BA9BC;
}
</style>