Shades of Fountain Blue #5DB4BA
Tints of Fountain Blue #5DB4BA
RGB
CMYK
RGB Variations
Color information
#5DB4BA (or 0x5DB4BA) is known color: Fountain Blue. HEX triplet: 5D, B4 and BA. RGB value is (93,180,186). Sum of RGB (Red+Green+Blue) = 93+180+186=459 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.26% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #5DB4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DB4BA is #A24B45. Grayscale: #9A9A9A. Windows color (decimal): -10636102 or 12235869. OLE color: 12235869.
HSL color Cylindrical-coordinate representation of color #5DB4BA: hue angle of 183.87º 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 #5DB4BA is Cyan = 0.5, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 180 | 186 | - |
| CMYK | 0.5 | 0.03 | 0 | 0.27 |
| HSL | 183.87º | 0.4% | 0.55% | - |
| HSV(B) | 183.87º | 0.5% | 0.73% | - |
| XYZ | 29.7 | 38.51 | 52.32 | - |
| YUV | 154.67 | 145.68 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 180 | 186 | 0.5 | 0.03 | 0 | 0.27 | 183.87 | 0.4 | 0.55 |
| Hex | 5D | B4 | BA | 32 | 3 | 0 | 1B | B8 | 28 | 37 |
| Octal | 135 | 264 | 272 | 62 | 3 | 0 | 33 | 270 | 50 | 67 |
| Binary | 1011101 | 10110100 | 10111010 | 110010 | 11 | 0 | 11011 | 10111000 | 101000 | 110111 |
Color Harmonies of #5DB4BA
Complementary color
Monochromatic Colors of #5DB4BA
Black with #5DB4BA
Text Example
Text Example
White with #5DB4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB4BA; }
p { color: rgb(93,180,186); }
H1.HeaderClassName
{
color: #5DB4BA;
}
.AnyTagClassName
{
color: #5DB4BA;
}
</style>
background-color css
<style>
a { background-color: #5DB4BA; }
a { background-color: rgb(93,180,186); }
div.DivClassName
{
background-color: #5DB4BA;
}
.BgClassName
{
background-color: #5DB4BA;
}
</style>
border-color css
<style>
span { border-color: #5DB4BA; }
span { border-color: rgb(93,180,186); }
td.TdClassName
{
border-color: #5DB4BA;
}
.TagClassName
{
border-color: #5DB4BA;
}
</style>