Shades of Fountain Blue #5DB0BA
Tints of Fountain Blue #5DB0BA
RGB
CMYK
RGB Variations
Color information
#5DB0BA (or 0x5DB0BA) is known color: Fountain Blue. HEX triplet: 5D, B0 and BA. RGB value is (93,176,186). Sum of RGB (Red+Green+Blue) = 93+176+186=455 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.44% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #5DB0BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DB0BA is #A24F45. Grayscale: #989898. Windows color (decimal): -10637126 or 12234845. OLE color: 12234845.
HSL color Cylindrical-coordinate representation of color #5DB0BA: hue angle of 186.45º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DB0BA is Cyan = 0.5, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 176 | 186 | - |
| CMYK | 0.5 | 0.05 | 0 | 0.27 |
| HSL | 186.45º | 0.4% | 0.55% | - |
| HSV(B) | 186.45º | 0.5% | 0.73% | - |
| XYZ | 28.9 | 36.92 | 52.06 | - |
| YUV | 152.32 | 147 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 176 | 186 | 0.5 | 0.05 | 0 | 0.27 | 186.45 | 0.4 | 0.55 |
| Hex | 5D | B0 | BA | 32 | 5 | 0 | 1B | BA | 28 | 37 |
| Octal | 135 | 260 | 272 | 62 | 5 | 0 | 33 | 272 | 50 | 67 |
| Binary | 1011101 | 10110000 | 10111010 | 110010 | 101 | 0 | 11011 | 10111010 | 101000 | 110111 |
Color Harmonies of #5DB0BA
Complementary color
Monochromatic Colors of #5DB0BA
Black with #5DB0BA
Text Example
Text Example
White with #5DB0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB0BA; }
p { color: rgb(93,176,186); }
H1.HeaderClassName
{
color: #5DB0BA;
}
.AnyTagClassName
{
color: #5DB0BA;
}
</style>
background-color css
<style>
a { background-color: #5DB0BA; }
a { background-color: rgb(93,176,186); }
div.DivClassName
{
background-color: #5DB0BA;
}
.BgClassName
{
background-color: #5DB0BA;
}
</style>
border-color css
<style>
span { border-color: #5DB0BA; }
span { border-color: rgb(93,176,186); }
td.TdClassName
{
border-color: #5DB0BA;
}
.TagClassName
{
border-color: #5DB0BA;
}
</style>