Shades of Fountain Blue #5DACB4
Tints of Fountain Blue #5DACB4
RGB
CMYK
RGB Variations
Color information
#5DACB4 (or 0x5DACB4) is known color: Fountain Blue. HEX triplet: 5D, AC and B4. RGB value is (93,172,180). Sum of RGB (Red+Green+Blue) = 93+172+180=445 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.90% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 180 (70.70% from 255 or 40.45% from 445); Max value from RGB is 180 - color contains mainly: blue. Hex color #5DACB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DACB4 is #A2534B. Grayscale: #959595. Windows color (decimal): -10638156 or 11840605. OLE color: 11840605.
HSL color Cylindrical-coordinate representation of color #5DACB4: hue angle of 185.52º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DACB4 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 172 | 180 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.29 |
| HSL | 185.52º | 0.37% | 0.54% | - |
| HSV(B) | 185.52º | 0.48% | 0.71% | - |
| XYZ | 27.5 | 35.13 | 48.51 | - |
| YUV | 149.29 | 145.33 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 172 | 180 | 0.48 | 0.04 | 0 | 0.29 | 185.52 | 0.37 | 0.54 |
| Hex | 5D | AC | B4 | 30 | 4 | 0 | 1D | BA | 25 | 36 |
| Octal | 135 | 254 | 264 | 60 | 4 | 0 | 35 | 272 | 45 | 66 |
| Binary | 1011101 | 10101100 | 10110100 | 110000 | 100 | 0 | 11101 | 10111010 | 100101 | 110110 |
Color Harmonies of #5DACB4
Complementary color
Monochromatic Colors of #5DACB4
Black with #5DACB4
Text Example
Text Example
White with #5DACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DACB4; }
p { color: rgb(93,172,180); }
H1.HeaderClassName
{
color: #5DACB4;
}
.AnyTagClassName
{
color: #5DACB4;
}
</style>
background-color css
<style>
a { background-color: #5DACB4; }
a { background-color: rgb(93,172,180); }
div.DivClassName
{
background-color: #5DACB4;
}
.BgClassName
{
background-color: #5DACB4;
}
</style>
border-color css
<style>
span { border-color: #5DACB4; }
span { border-color: rgb(93,172,180); }
td.TdClassName
{
border-color: #5DACB4;
}
.TagClassName
{
border-color: #5DACB4;
}
</style>