Shades of Fountain Blue #5BADBC
Tints of Fountain Blue #5BADBC
RGB
CMYK
RGB Variations
Color information
#5BADBC (or 0x5BADBC) is known color: Fountain Blue. HEX triplet: 5B, AD and BC. RGB value is (91,173,188). Sum of RGB (Red+Green+Blue) = 91+173+188=452 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.13% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #5BADBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BADBC is #A45243. Grayscale: #969696. Windows color (decimal): -10768964 or 12365147. OLE color: 12365147.
HSL color Cylindrical-coordinate representation of color #5BADBC: hue angle of 189.28º 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 #5BADBC is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 173 | 188 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.26 |
| HSL | 189.28º | 0.42% | 0.55% | - |
| HSV(B) | 189.28º | 0.52% | 0.74% | - |
| XYZ | 28.34 | 35.74 | 52.98 | - |
| YUV | 150.19 | 149.33 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 173 | 188 | 0.52 | 0.08 | 0 | 0.26 | 189.28 | 0.42 | 0.55 |
| Hex | 5B | AD | BC | 34 | 8 | 0 | 1A | BD | 2A | 37 |
| Octal | 133 | 255 | 274 | 64 | 10 | 0 | 32 | 275 | 52 | 67 |
| Binary | 1011011 | 10101101 | 10111100 | 110100 | 1000 | 0 | 11010 | 10111101 | 101010 | 110111 |
Color Harmonies of #5BADBC
Complementary color
Monochromatic Colors of #5BADBC
Black with #5BADBC
Text Example
Text Example
White with #5BADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BADBC; }
p { color: rgb(91,173,188); }
H1.HeaderClassName
{
color: #5BADBC;
}
.AnyTagClassName
{
color: #5BADBC;
}
</style>
background-color css
<style>
a { background-color: #5BADBC; }
a { background-color: rgb(91,173,188); }
div.DivClassName
{
background-color: #5BADBC;
}
.BgClassName
{
background-color: #5BADBC;
}
</style>
border-color css
<style>
span { border-color: #5BADBC; }
span { border-color: rgb(91,173,188); }
td.TdClassName
{
border-color: #5BADBC;
}
.TagClassName
{
border-color: #5BADBC;
}
</style>