Shades of Echo Blue #ACADBF
Tints of Echo Blue #ACADBF
RGB
CMYK
RGB Variations
Color information
#ACADBF (or 0xACADBF) is known color: Echo Blue. HEX triplet: AC, AD and BF. RGB value is (172,173,191). Sum of RGB (Red+Green+Blue) = 172+173+191=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 191 - color contains mainly: blue. Hex color #ACADBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADBF is #535240. Grayscale: #AEAEAE. Windows color (decimal): -5460545 or 12561836. OLE color: 12561836.
HSL color Cylindrical-coordinate representation of color #ACADBF: hue angle of 236.84º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACADBF is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 173 | 191 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.25 |
| HSL | 236.84º | 0.13% | 0.71% | - |
| HSV(B) | 236.84º | 0.1% | 0.75% | - |
| XYZ | 41.36 | 42.42 | 55.3 | - |
| YUV | 174.75 | 137.17 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 173 | 191 | 0.10 | 0.09 | 0 | 0.25 | 236.84 | 0.13 | 0.71 |
| Hex | AC | AD | BF | A | 9 | 0 | 19 | ED | D | 47 |
| Octal | 254 | 255 | 277 | 12 | 11 | 0 | 31 | 355 | 15 | 107 |
| Binary | 10101100 | 10101101 | 10111111 | 1010 | 1001 | 0 | 11001 | 11101101 | 1101 | 1000111 |
Color Harmonies of #ACADBF
Complementary color
Monochromatic Colors of #ACADBF
Black with #ACADBF
Text Example
Text Example
White with #ACADBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACADBF; }
p { color: rgb(172,173,191); }
H1.HeaderClassName
{
color: #ACADBF;
}
.AnyTagClassName
{
color: #ACADBF;
}
</style>
background-color css
<style>
a { background-color: #ACADBF; }
a { background-color: rgb(172,173,191); }
div.DivClassName
{
background-color: #ACADBF;
}
.BgClassName
{
background-color: #ACADBF;
}
</style>
border-color css
<style>
span { border-color: #ACADBF; }
span { border-color: rgb(172,173,191); }
td.TdClassName
{
border-color: #ACADBF;
}
.TagClassName
{
border-color: #ACADBF;
}
</style>