Shades of Fountain Blue #5DADBA
Tints of Fountain Blue #5DADBA
RGB
CMYK
RGB Variations
Color information
#5DADBA (or 0x5DADBA) is known color: Fountain Blue. HEX triplet: 5D, AD and BA. RGB value is (93,173,186). Sum of RGB (Red+Green+Blue) = 93+173+186=452 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.58% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #5DADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DADBA is #A25245. Grayscale: #969696. Windows color (decimal): -10637894 or 12234077. OLE color: 12234077.
HSL color Cylindrical-coordinate representation of color #5DADBA: hue angle of 188.39º 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 #5DADBA is Cyan = 0.5, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 173 | 186 | - |
| CMYK | 0.5 | 0.07 | 0 | 0.27 |
| HSL | 188.39º | 0.4% | 0.55% | - |
| HSV(B) | 188.39º | 0.5% | 0.73% | - |
| XYZ | 28.32 | 35.76 | 51.86 | - |
| YUV | 150.56 | 148 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 173 | 186 | 0.5 | 0.07 | 0 | 0.27 | 188.39 | 0.4 | 0.55 |
| Hex | 5D | AD | BA | 32 | 7 | 0 | 1B | BC | 28 | 37 |
| Octal | 135 | 255 | 272 | 62 | 7 | 0 | 33 | 274 | 50 | 67 |
| Binary | 1011101 | 10101101 | 10111010 | 110010 | 111 | 0 | 11011 | 10111100 | 101000 | 110111 |
Color Harmonies of #5DADBA
Complementary color
Monochromatic Colors of #5DADBA
Black with #5DADBA
Text Example
Text Example
White with #5DADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DADBA; }
p { color: rgb(93,173,186); }
H1.HeaderClassName
{
color: #5DADBA;
}
.AnyTagClassName
{
color: #5DADBA;
}
</style>
background-color css
<style>
a { background-color: #5DADBA; }
a { background-color: rgb(93,173,186); }
div.DivClassName
{
background-color: #5DADBA;
}
.BgClassName
{
background-color: #5DADBA;
}
</style>
border-color css
<style>
span { border-color: #5DADBA; }
span { border-color: rgb(93,173,186); }
td.TdClassName
{
border-color: #5DADBA;
}
.TagClassName
{
border-color: #5DADBA;
}
</style>