Shades of Fountain Blue #5DAEA9
Tints of Fountain Blue #5DAEA9
RGB
CMYK
RGB Variations
Color information
#5DAEA9 (or 0x5DAEA9) is known color: Fountain Blue. HEX triplet: 5D, AE and A9. RGB value is (93,174,169). Sum of RGB (Red+Green+Blue) = 93+174+169=436 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.33% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 169 (66.41% from 255 or 38.76% from 436); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAEA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAEA9 is #A25156. Grayscale: #959595. Windows color (decimal): -10637655 or 11120221. OLE color: 11120221.
HSL color Cylindrical-coordinate representation of color #5DAEA9: hue angle of 176.3º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DAEA9 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 174 | 169 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.32 |
| HSL | 176.3º | 0.33% | 0.52% | - |
| HSV(B) | 176.3º | 0.47% | 0.68% | - |
| XYZ | 26.81 | 35.46 | 42.97 | - |
| YUV | 149.21 | 139.16 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 174 | 169 | 0.47 | 0 | 0.03 | 0.32 | 176.3 | 0.33 | 0.52 |
| Hex | 5D | AE | A9 | 2F | 0 | 3 | 20 | B0 | 21 | 34 |
| Octal | 135 | 256 | 251 | 57 | 0 | 3 | 40 | 260 | 41 | 64 |
| Binary | 1011101 | 10101110 | 10101001 | 101111 | 0 | 11 | 100000 | 10110000 | 100001 | 110100 |
Color Harmonies of #5DAEA9
Complementary color
Monochromatic Colors of #5DAEA9
Black with #5DAEA9
Text Example
Text Example
White with #5DAEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAEA9; }
p { color: rgb(93,174,169); }
H1.HeaderClassName
{
color: #5DAEA9;
}
.AnyTagClassName
{
color: #5DAEA9;
}
</style>
background-color css
<style>
a { background-color: #5DAEA9; }
a { background-color: rgb(93,174,169); }
div.DivClassName
{
background-color: #5DAEA9;
}
.BgClassName
{
background-color: #5DAEA9;
}
</style>
border-color css
<style>
span { border-color: #5DAEA9; }
span { border-color: rgb(93,174,169); }
td.TdClassName
{
border-color: #5DAEA9;
}
.TagClassName
{
border-color: #5DAEA9;
}
</style>