Shades of Echo Blue #ACB1D3
Tints of Echo Blue #ACB1D3
RGB
CMYK
RGB Variations
Color information
#ACB1D3 (or 0xACB1D3) is known color: Echo Blue. HEX triplet: AC, B1 and D3. RGB value is (172,177,211). Sum of RGB (Red+Green+Blue) = 172+177+211=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 177 (69.53% from 255 or 31.61% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 211 - color contains mainly: blue. Hex color #ACB1D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1D3 is #534E2C. Grayscale: #B3B3B3. Windows color (decimal): -5459501 or 13873580. OLE color: 13873580.
HSL color Cylindrical-coordinate representation of color #ACB1D3: hue angle of 232.31º 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 #ACB1D3 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 177 | 211 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.17 |
| HSL | 232.31º | 0.31% | 0.75% | - |
| HSV(B) | 232.31º | 0.18% | 0.83% | - |
| XYZ | 44.49 | 44.92 | 67.95 | - |
| YUV | 179.38 | 145.84 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 211 | 0.18 | 0.16 | 0 | 0.17 | 232.31 | 0.31 | 0.75 |
| Hex | AC | B1 | D3 | 12 | 10 | 0 | 11 | E8 | 1F | 4B |
| Octal | 254 | 261 | 323 | 22 | 20 | 0 | 21 | 350 | 37 | 113 |
| Binary | 10101100 | 10110001 | 11010011 | 10010 | 10000 | 0 | 10001 | 11101000 | 11111 | 1001011 |
Color Harmonies of #ACB1D3
Complementary color
Monochromatic Colors of #ACB1D3
Black with #ACB1D3
Text Example
Text Example
White with #ACB1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB1D3; }
p { color: rgb(172,177,211); }
H1.HeaderClassName
{
color: #ACB1D3;
}
.AnyTagClassName
{
color: #ACB1D3;
}
</style>
background-color css
<style>
a { background-color: #ACB1D3; }
a { background-color: rgb(172,177,211); }
div.DivClassName
{
background-color: #ACB1D3;
}
.BgClassName
{
background-color: #ACB1D3;
}
</style>
border-color css
<style>
span { border-color: #ACB1D3; }
span { border-color: rgb(172,177,211); }
td.TdClassName
{
border-color: #ACB1D3;
}
.TagClassName
{
border-color: #ACB1D3;
}
</style>