Shades of Echo Blue #ACB2D3
Tints of Echo Blue #ACB2D3
RGB
CMYK
RGB Variations
Color information
#ACB2D3 (or 0xACB2D3) is known color: Echo Blue. HEX triplet: AC, B2 and D3. RGB value is (172,178,211). Sum of RGB (Red+Green+Blue) = 172+178+211=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 178 (69.92% from 255 or 31.73% from 561); Blue value is 211 (82.81% from 255 or 37.61% from 561); Max value from RGB is 211 - color contains mainly: blue. Hex color #ACB2D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2D3 is #534D2C. Grayscale: #B3B3B3. Windows color (decimal): -5459245 or 13873836. OLE color: 13873836.
HSL color Cylindrical-coordinate representation of color #ACB2D3: hue angle of 230.77º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACB2D3 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 178 | 211 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.17 |
| HSL | 230.77º | 0.31% | 0.75% | - |
| HSV(B) | 230.77º | 0.18% | 0.83% | - |
| XYZ | 44.69 | 45.31 | 68.02 | - |
| YUV | 179.97 | 145.51 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 211 | 0.18 | 0.16 | 0 | 0.17 | 230.77 | 0.31 | 0.75 |
| Hex | AC | B2 | D3 | 12 | 10 | 0 | 11 | E7 | 1F | 4B |
| Octal | 254 | 262 | 323 | 22 | 20 | 0 | 21 | 347 | 37 | 113 |
| Binary | 10101100 | 10110010 | 11010011 | 10010 | 10000 | 0 | 10001 | 11100111 | 11111 | 1001011 |
Color Harmonies of #ACB2D3
Complementary color
Monochromatic Colors of #ACB2D3
Black with #ACB2D3
Text Example
Text Example
White with #ACB2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB2D3; }
p { color: rgb(172,178,211); }
H1.HeaderClassName
{
color: #ACB2D3;
}
.AnyTagClassName
{
color: #ACB2D3;
}
</style>
background-color css
<style>
a { background-color: #ACB2D3; }
a { background-color: rgb(172,178,211); }
div.DivClassName
{
background-color: #ACB2D3;
}
.BgClassName
{
background-color: #ACB2D3;
}
</style>
border-color css
<style>
span { border-color: #ACB2D3; }
span { border-color: rgb(172,178,211); }
td.TdClassName
{
border-color: #ACB2D3;
}
.TagClassName
{
border-color: #ACB2D3;
}
</style>