Shades of Fountain Blue #5BADBA
Tints of Fountain Blue #5BADBA
RGB
CMYK
RGB Variations
Color information
#5BADBA (or 0x5BADBA) is known color: Fountain Blue. HEX triplet: 5B, AD and BA. RGB value is (91,173,186). Sum of RGB (Red+Green+Blue) = 91+173+186=450 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.22% from 450); Green value is 173 (67.97% from 255 or 38.44% 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 #5BADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BADBA is #A45245. Grayscale: #959595. Windows color (decimal): -10768966 or 12234075. OLE color: 12234075.
HSL color Cylindrical-coordinate representation of color #5BADBA: hue angle of 188.21º 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 #5BADBA is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 173 | 186 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.27 |
| HSL | 188.21º | 0.41% | 0.54% | - |
| HSV(B) | 188.21º | 0.51% | 0.73% | - |
| XYZ | 28.12 | 35.66 | 51.85 | - |
| YUV | 149.96 | 148.33 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 173 | 186 | 0.51 | 0.07 | 0 | 0.27 | 188.21 | 0.41 | 0.54 |
| Hex | 5B | AD | BA | 33 | 7 | 0 | 1B | BC | 29 | 36 |
| Octal | 133 | 255 | 272 | 63 | 7 | 0 | 33 | 274 | 51 | 66 |
| Binary | 1011011 | 10101101 | 10111010 | 110011 | 111 | 0 | 11011 | 10111100 | 101001 | 110110 |
Color Harmonies of #5BADBA
Complementary color
Monochromatic Colors of #5BADBA
Black with #5BADBA
Text Example
Text Example
White with #5BADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BADBA; }
p { color: rgb(91,173,186); }
H1.HeaderClassName
{
color: #5BADBA;
}
.AnyTagClassName
{
color: #5BADBA;
}
</style>
background-color css
<style>
a { background-color: #5BADBA; }
a { background-color: rgb(91,173,186); }
div.DivClassName
{
background-color: #5BADBA;
}
.BgClassName
{
background-color: #5BADBA;
}
</style>
border-color css
<style>
span { border-color: #5BADBA; }
span { border-color: rgb(91,173,186); }
td.TdClassName
{
border-color: #5BADBA;
}
.TagClassName
{
border-color: #5BADBA;
}
</style>