Shades of Fountain Blue #5DBABD
Tints of Fountain Blue #5DBABD
RGB
CMYK
RGB Variations
Color information
#5DBABD (or 0x5DBABD) is known color: Fountain Blue. HEX triplet: 5D, BA and BD. RGB value is (93,186,189). Sum of RGB (Red+Green+Blue) = 93+186+189=468 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.87% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: blue. Hex color #5DBABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBABD is #A24542. Grayscale: #9E9E9E. Windows color (decimal): -10634563 or 12434013. OLE color: 12434013.
HSL color Cylindrical-coordinate representation of color #5DBABD: hue angle of 181.88º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBABD is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 186 | 189 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.26 |
| HSL | 181.88º | 0.42% | 0.55% | - |
| HSV(B) | 181.88º | 0.51% | 0.74% | - |
| XYZ | 31.26 | 41.12 | 54.43 | - |
| YUV | 158.54 | 145.19 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 186 | 189 | 0.51 | 0.02 | 0 | 0.26 | 181.88 | 0.42 | 0.55 |
| Hex | 5D | BA | BD | 33 | 2 | 0 | 1A | B6 | 2A | 37 |
| Octal | 135 | 272 | 275 | 63 | 2 | 0 | 32 | 266 | 52 | 67 |
| Binary | 1011101 | 10111010 | 10111101 | 110011 | 10 | 0 | 11010 | 10110110 | 101010 | 110111 |
Color Harmonies of #5DBABD
Complementary color
Monochromatic Colors of #5DBABD
Black with #5DBABD
Text Example
Text Example
White with #5DBABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBABD; }
p { color: rgb(93,186,189); }
H1.HeaderClassName
{
color: #5DBABD;
}
.AnyTagClassName
{
color: #5DBABD;
}
</style>
background-color css
<style>
a { background-color: #5DBABD; }
a { background-color: rgb(93,186,189); }
div.DivClassName
{
background-color: #5DBABD;
}
.BgClassName
{
background-color: #5DBABD;
}
</style>
border-color css
<style>
span { border-color: #5DBABD; }
span { border-color: rgb(93,186,189); }
td.TdClassName
{
border-color: #5DBABD;
}
.TagClassName
{
border-color: #5DBABD;
}
</style>