Shades of Echo Blue #ACB2D7
Tints of Echo Blue #ACB2D7
RGB
CMYK
RGB Variations
Color information
#ACB2D7 (or 0xACB2D7) is known color: Echo Blue. HEX triplet: AC, B2 and D7. RGB value is (172,178,215). Sum of RGB (Red+Green+Blue) = 172+178+215=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 178 (69.92% from 255 or 31.50% from 565); Blue value is 215 (84.38% from 255 or 38.05% from 565); Max value from RGB is 215 - color contains mainly: blue. Hex color #ACB2D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2D7 is #534D28. Grayscale: #B4B4B4. Windows color (decimal): -5459241 or 14135980. OLE color: 14135980.
HSL color Cylindrical-coordinate representation of color #ACB2D7: hue angle of 231.63º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACB2D7 is Cyan = 0.2, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 178 | 215 | - |
| CMYK | 0.2 | 0.17 | 0 | 0.16 |
| HSL | 231.63º | 0.35% | 0.76% | - |
| HSV(B) | 231.63º | 0.2% | 0.84% | - |
| XYZ | 45.2 | 45.52 | 70.69 | - |
| YUV | 180.42 | 147.51 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 215 | 0.2 | 0.17 | 0 | 0.16 | 231.63 | 0.35 | 0.76 |
| Hex | AC | B2 | D7 | 14 | 11 | 0 | 10 | E8 | 23 | 4C |
| Octal | 254 | 262 | 327 | 24 | 21 | 0 | 20 | 350 | 43 | 114 |
| Binary | 10101100 | 10110010 | 11010111 | 10100 | 10001 | 0 | 10000 | 11101000 | 100011 | 1001100 |
Color Harmonies of #ACB2D7
Complementary color
Monochromatic Colors of #ACB2D7
Black with #ACB2D7
Text Example
Text Example
White with #ACB2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB2D7; }
p { color: rgb(172,178,215); }
H1.HeaderClassName
{
color: #ACB2D7;
}
.AnyTagClassName
{
color: #ACB2D7;
}
</style>
background-color css
<style>
a { background-color: #ACB2D7; }
a { background-color: rgb(172,178,215); }
div.DivClassName
{
background-color: #ACB2D7;
}
.BgClassName
{
background-color: #ACB2D7;
}
</style>
border-color css
<style>
span { border-color: #ACB2D7; }
span { border-color: rgb(172,178,215); }
td.TdClassName
{
border-color: #ACB2D7;
}
.TagClassName
{
border-color: #ACB2D7;
}
</style>