Shades of Fountain Blue #5DACB3
Tints of Fountain Blue #5DACB3
RGB
CMYK
RGB Variations
Color information
#5DACB3 (or 0x5DACB3) is known color: Fountain Blue. HEX triplet: 5D, AC and B3. RGB value is (93,172,179). Sum of RGB (Red+Green+Blue) = 93+172+179=444 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.95% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 179 (70.31% from 255 or 40.32% from 444); Max value from RGB is 179 - color contains mainly: blue. Hex color #5DACB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DACB3 is #A2534C. Grayscale: #959595. Windows color (decimal): -10638157 or 11775069. OLE color: 11775069.
HSL color Cylindrical-coordinate representation of color #5DACB3: hue angle of 184.88º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DACB3 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 172 | 179 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.30 |
| HSL | 184.88º | 0.36% | 0.53% | - |
| HSV(B) | 184.88º | 0.48% | 0.7% | - |
| XYZ | 27.4 | 35.09 | 47.98 | - |
| YUV | 149.18 | 144.83 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 172 | 179 | 0.48 | 0.04 | 0 | 0.30 | 184.88 | 0.36 | 0.53 |
| Hex | 5D | AC | B3 | 30 | 4 | 0 | 1E | B9 | 24 | 35 |
| Octal | 135 | 254 | 263 | 60 | 4 | 0 | 36 | 271 | 44 | 65 |
| Binary | 1011101 | 10101100 | 10110011 | 110000 | 100 | 0 | 11110 | 10111001 | 100100 | 110101 |
Color Harmonies of #5DACB3
Complementary color
Monochromatic Colors of #5DACB3
Black with #5DACB3
Text Example
Text Example
White with #5DACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DACB3; }
p { color: rgb(93,172,179); }
H1.HeaderClassName
{
color: #5DACB3;
}
.AnyTagClassName
{
color: #5DACB3;
}
</style>
background-color css
<style>
a { background-color: #5DACB3; }
a { background-color: rgb(93,172,179); }
div.DivClassName
{
background-color: #5DACB3;
}
.BgClassName
{
background-color: #5DACB3;
}
</style>
border-color css
<style>
span { border-color: #5DACB3; }
span { border-color: rgb(93,172,179); }
td.TdClassName
{
border-color: #5DACB3;
}
.TagClassName
{
border-color: #5DACB3;
}
</style>