Shades of Echo Blue #ACADC2
Tints of Echo Blue #ACADC2
RGB
CMYK
RGB Variations
Color information
#ACADC2 (or 0xACADC2) is known color: Echo Blue. HEX triplet: AC, AD and C2. RGB value is (172,173,194). Sum of RGB (Red+Green+Blue) = 172+173+194=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 194 - color contains mainly: blue. Hex color #ACADC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADC2 is #53523D. Grayscale: #AFAFAF. Windows color (decimal): -5460542 or 12758444. OLE color: 12758444.
HSL color Cylindrical-coordinate representation of color #ACADC2: hue angle of 237.27º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACADC2 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 173 | 194 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.24 |
| HSL | 237.27º | 0.15% | 0.72% | - |
| HSV(B) | 237.27º | 0.11% | 0.76% | - |
| XYZ | 41.69 | 42.55 | 57.05 | - |
| YUV | 175.1 | 138.67 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 173 | 194 | 0.11 | 0.11 | 0 | 0.24 | 237.27 | 0.15 | 0.72 |
| Hex | AC | AD | C2 | B | B | 0 | 18 | ED | F | 48 |
| Octal | 254 | 255 | 302 | 13 | 13 | 0 | 30 | 355 | 17 | 110 |
| Binary | 10101100 | 10101101 | 11000010 | 1011 | 1011 | 0 | 11000 | 11101101 | 1111 | 1001000 |
Color Harmonies of #ACADC2
Complementary color
Monochromatic Colors of #ACADC2
Black with #ACADC2
Text Example
Text Example
White with #ACADC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACADC2; }
p { color: rgb(172,173,194); }
H1.HeaderClassName
{
color: #ACADC2;
}
.AnyTagClassName
{
color: #ACADC2;
}
</style>
background-color css
<style>
a { background-color: #ACADC2; }
a { background-color: rgb(172,173,194); }
div.DivClassName
{
background-color: #ACADC2;
}
.BgClassName
{
background-color: #ACADC2;
}
</style>
border-color css
<style>
span { border-color: #ACADC2; }
span { border-color: rgb(172,173,194); }
td.TdClassName
{
border-color: #ACADC2;
}
.TagClassName
{
border-color: #ACADC2;
}
</style>