Shades of Fountain Blue #5DAFAC
Tints of Fountain Blue #5DAFAC
RGB
CMYK
RGB Variations
Color information
#5DAFAC (or 0x5DAFAC) is known color: Fountain Blue. HEX triplet: 5D, AF and AC. RGB value is (93,175,172). Sum of RGB (Red+Green+Blue) = 93+175+172=440 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.14% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAFAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAFAC is #A25053. Grayscale: #969696. Windows color (decimal): -10637396 or 11317085. OLE color: 11317085.
HSL color Cylindrical-coordinate representation of color #5DAFAC: hue angle of 177.8º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DAFAC is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 175 | 172 | - |
| CMYK | 0.47 | 0 | 0.02 | 0.31 |
| HSL | 177.8º | 0.34% | 0.53% | - |
| HSV(B) | 177.8º | 0.47% | 0.69% | - |
| XYZ | 27.29 | 35.97 | 44.53 | - |
| YUV | 150.14 | 140.33 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 175 | 172 | 0.47 | 0 | 0.02 | 0.31 | 177.8 | 0.34 | 0.53 |
| Hex | 5D | AF | AC | 2F | 0 | 2 | 1F | B2 | 22 | 35 |
| Octal | 135 | 257 | 254 | 57 | 0 | 2 | 37 | 262 | 42 | 65 |
| Binary | 1011101 | 10101111 | 10101100 | 101111 | 0 | 10 | 11111 | 10110010 | 100010 | 110101 |
Color Harmonies of #5DAFAC
Complementary color
Monochromatic Colors of #5DAFAC
Black with #5DAFAC
Text Example
Text Example
White with #5DAFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAFAC; }
p { color: rgb(93,175,172); }
H1.HeaderClassName
{
color: #5DAFAC;
}
.AnyTagClassName
{
color: #5DAFAC;
}
</style>
background-color css
<style>
a { background-color: #5DAFAC; }
a { background-color: rgb(93,175,172); }
div.DivClassName
{
background-color: #5DAFAC;
}
.BgClassName
{
background-color: #5DAFAC;
}
</style>
border-color css
<style>
span { border-color: #5DAFAC; }
span { border-color: rgb(93,175,172); }
td.TdClassName
{
border-color: #5DAFAC;
}
.TagClassName
{
border-color: #5DAFAC;
}
</style>