Shades of Fountain Blue #5DAABC
Tints of Fountain Blue #5DAABC
RGB
CMYK
RGB Variations
Color information
#5DAABC (or 0x5DAABC) is known color: Fountain Blue. HEX triplet: 5D, AA and BC. RGB value is (93,170,188). Sum of RGB (Red+Green+Blue) = 93+170+188=451 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.62% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #5DAABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAABC is #A25543. Grayscale: #949494. Windows color (decimal): -10638660 or 12364381. OLE color: 12364381.
HSL color Cylindrical-coordinate representation of color #5DAABC: hue angle of 191.37º degrees, saturation: 0.41, 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 #5DAABC is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 170 | 188 | - |
| CMYK | 0.51 | 0.10 | 0 | 0.26 |
| HSL | 191.37º | 0.41% | 0.55% | - |
| HSV(B) | 191.37º | 0.51% | 0.74% | - |
| XYZ | 27.97 | 34.71 | 52.8 | - |
| YUV | 149.03 | 149.99 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 170 | 188 | 0.51 | 0.10 | 0 | 0.26 | 191.37 | 0.41 | 0.55 |
| Hex | 5D | AA | BC | 33 | A | 0 | 1A | BF | 29 | 37 |
| Octal | 135 | 252 | 274 | 63 | 12 | 0 | 32 | 277 | 51 | 67 |
| Binary | 1011101 | 10101010 | 10111100 | 110011 | 1010 | 0 | 11010 | 10111111 | 101001 | 110111 |
Color Harmonies of #5DAABC
Complementary color
Monochromatic Colors of #5DAABC
Black with #5DAABC
Text Example
Text Example
White with #5DAABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAABC; }
p { color: rgb(93,170,188); }
H1.HeaderClassName
{
color: #5DAABC;
}
.AnyTagClassName
{
color: #5DAABC;
}
</style>
background-color css
<style>
a { background-color: #5DAABC; }
a { background-color: rgb(93,170,188); }
div.DivClassName
{
background-color: #5DAABC;
}
.BgClassName
{
background-color: #5DAABC;
}
</style>
border-color css
<style>
span { border-color: #5DAABC; }
span { border-color: rgb(93,170,188); }
td.TdClassName
{
border-color: #5DAABC;
}
.TagClassName
{
border-color: #5DAABC;
}
</style>