Shades of Fountain Blue #5DB7BA
Tints of Fountain Blue #5DB7BA
RGB
CMYK
RGB Variations
Color information
#5DB7BA (or 0x5DB7BA) is known color: Fountain Blue. HEX triplet: 5D, B7 and BA. RGB value is (93,183,186). Sum of RGB (Red+Green+Blue) = 93+183+186=462 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.13% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #5DB7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DB7BA is #A24845. Grayscale: #9C9C9C. Windows color (decimal): -10635334 or 12236637. OLE color: 12236637.
HSL color Cylindrical-coordinate representation of color #5DB7BA: hue angle of 181.94º 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 #5DB7BA is Cyan = 0.5, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 183 | 186 | - |
| CMYK | 0.5 | 0.02 | 0 | 0.27 |
| HSL | 181.94º | 0.4% | 0.55% | - |
| HSV(B) | 181.94º | 0.5% | 0.73% | - |
| XYZ | 30.31 | 39.74 | 52.53 | - |
| YUV | 156.43 | 144.68 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 183 | 186 | 0.5 | 0.02 | 0 | 0.27 | 181.94 | 0.4 | 0.55 |
| Hex | 5D | B7 | BA | 32 | 2 | 0 | 1B | B6 | 28 | 37 |
| Octal | 135 | 267 | 272 | 62 | 2 | 0 | 33 | 266 | 50 | 67 |
| Binary | 1011101 | 10110111 | 10111010 | 110010 | 10 | 0 | 11011 | 10110110 | 101000 | 110111 |
Color Harmonies of #5DB7BA
Complementary color
Monochromatic Colors of #5DB7BA
Black with #5DB7BA
Text Example
Text Example
White with #5DB7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB7BA; }
p { color: rgb(93,183,186); }
H1.HeaderClassName
{
color: #5DB7BA;
}
.AnyTagClassName
{
color: #5DB7BA;
}
</style>
background-color css
<style>
a { background-color: #5DB7BA; }
a { background-color: rgb(93,183,186); }
div.DivClassName
{
background-color: #5DB7BA;
}
.BgClassName
{
background-color: #5DB7BA;
}
</style>
border-color css
<style>
span { border-color: #5DB7BA; }
span { border-color: rgb(93,183,186); }
td.TdClassName
{
border-color: #5DB7BA;
}
.TagClassName
{
border-color: #5DB7BA;
}
</style>