Shades of Fountain Blue #5BADB9
Tints of Fountain Blue #5BADB9
RGB
CMYK
RGB Variations
Color information
#5BADB9 (or 0x5BADB9) is known color: Fountain Blue. HEX triplet: 5B, AD and B9. RGB value is (91,173,185). Sum of RGB (Red+Green+Blue) = 91+173+185=449 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.27% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 185 - color contains mainly: blue. Hex color #5BADB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BADB9 is #A45246. Grayscale: #959595. Windows color (decimal): -10768967 or 12168539. OLE color: 12168539.
HSL color Cylindrical-coordinate representation of color #5BADB9: hue angle of 187.66º degrees, saturation: 0.4, 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 #5BADB9 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 173 | 185 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.27 |
| HSL | 187.66º | 0.4% | 0.54% | - |
| HSV(B) | 187.66º | 0.51% | 0.73% | - |
| XYZ | 28.01 | 35.61 | 51.3 | - |
| YUV | 149.85 | 147.83 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 173 | 185 | 0.51 | 0.06 | 0 | 0.27 | 187.66 | 0.4 | 0.54 |
| Hex | 5B | AD | B9 | 33 | 6 | 0 | 1B | BC | 28 | 36 |
| Octal | 133 | 255 | 271 | 63 | 6 | 0 | 33 | 274 | 50 | 66 |
| Binary | 1011011 | 10101101 | 10111001 | 110011 | 110 | 0 | 11011 | 10111100 | 101000 | 110110 |
Color Harmonies of #5BADB9
Complementary color
Monochromatic Colors of #5BADB9
Black with #5BADB9
Text Example
Text Example
White with #5BADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BADB9; }
p { color: rgb(91,173,185); }
H1.HeaderClassName
{
color: #5BADB9;
}
.AnyTagClassName
{
color: #5BADB9;
}
</style>
background-color css
<style>
a { background-color: #5BADB9; }
a { background-color: rgb(91,173,185); }
div.DivClassName
{
background-color: #5BADB9;
}
.BgClassName
{
background-color: #5BADB9;
}
</style>
border-color css
<style>
span { border-color: #5BADB9; }
span { border-color: rgb(91,173,185); }
td.TdClassName
{
border-color: #5BADB9;
}
.TagClassName
{
border-color: #5BADB9;
}
</style>