Shades of Echo Blue #ACB0D2
Tints of Echo Blue #ACB0D2
RGB
CMYK
RGB Variations
Color information
#ACB0D2 (or 0xACB0D2) is known color: Echo Blue. HEX triplet: AC, B0 and D2. RGB value is (172,176,210). Sum of RGB (Red+Green+Blue) = 172+176+210=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 176 (69.14% from 255 or 31.54% from 558); Blue value is 210 (82.42% from 255 or 37.63% from 558); Max value from RGB is 210 - color contains mainly: blue. Hex color #ACB0D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0D2 is #534F2D. Grayscale: #B2B2B2. Windows color (decimal): -5459758 or 13807788. OLE color: 13807788.
HSL color Cylindrical-coordinate representation of color #ACB0D2: hue angle of 233.68º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACB0D2 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 176 | 210 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.18 |
| HSL | 233.68º | 0.3% | 0.75% | - |
| HSV(B) | 233.68º | 0.18% | 0.82% | - |
| XYZ | 44.17 | 44.47 | 67.23 | - |
| YUV | 178.68 | 145.67 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 210 | 0.18 | 0.16 | 0 | 0.18 | 233.68 | 0.3 | 0.75 |
| Hex | AC | B0 | D2 | 12 | 10 | 0 | 12 | EA | 1E | 4B |
| Octal | 254 | 260 | 322 | 22 | 20 | 0 | 22 | 352 | 36 | 113 |
| Binary | 10101100 | 10110000 | 11010010 | 10010 | 10000 | 0 | 10010 | 11101010 | 11110 | 1001011 |
Color Harmonies of #ACB0D2
Complementary color
Monochromatic Colors of #ACB0D2
Black with #ACB0D2
Text Example
Text Example
White with #ACB0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB0D2; }
p { color: rgb(172,176,210); }
H1.HeaderClassName
{
color: #ACB0D2;
}
.AnyTagClassName
{
color: #ACB0D2;
}
</style>
background-color css
<style>
a { background-color: #ACB0D2; }
a { background-color: rgb(172,176,210); }
div.DivClassName
{
background-color: #ACB0D2;
}
.BgClassName
{
background-color: #ACB0D2;
}
</style>
border-color css
<style>
span { border-color: #ACB0D2; }
span { border-color: rgb(172,176,210); }
td.TdClassName
{
border-color: #ACB0D2;
}
.TagClassName
{
border-color: #ACB0D2;
}
</style>