Shades of Echo Blue #ACB2D5
Tints of Echo Blue #ACB2D5
RGB
CMYK
RGB Variations
Color information
#ACB2D5 (or 0xACB2D5) is known color: Echo Blue. HEX triplet: AC, B2 and D5. RGB value is (172,178,213). Sum of RGB (Red+Green+Blue) = 172+178+213=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 178 (69.92% from 255 or 31.62% from 563); Blue value is 213 (83.59% from 255 or 37.83% from 563); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACB2D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2D5 is #534D2A. Grayscale: #B4B4B4. Windows color (decimal): -5459243 or 14004908. OLE color: 14004908.
HSL color Cylindrical-coordinate representation of color #ACB2D5: hue angle of 231.22º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACB2D5 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 172 | 178 | 213 | - |
CMYK | 0.19 | 0.16 | 0 | 0.16 |
HSL | 231.22º | 0.33% | 0.75% | - |
HSV(B) | 231.22º | 0.19% | 0.84% | - |
XYZ | 44.94 | 45.42 | 69.35 | - |
YUV | 180.2 | 146.51 | 122.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 178 | 213 | 0.19 | 0.16 | 0 | 0.16 | 231.22 | 0.33 | 0.75 |
Hex | AC | B2 | D5 | 13 | 10 | 0 | 10 | E7 | 21 | 4B |
Octal | 254 | 262 | 325 | 23 | 20 | 0 | 20 | 347 | 41 | 113 |
Binary | 10101100 | 10110010 | 11010101 | 10011 | 10000 | 0 | 10000 | 11100111 | 100001 | 1001011 |
Color Harmonies of #ACB2D5
Complementary color
Monochromatic Colors of #ACB2D5
Black with #ACB2D5
Text Example
Text Example
White with #ACB2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB2D5; }
p { color: rgb(172,178,213); }
H1.HeaderClassName
{
color: #ACB2D5;
}
.AnyTagClassName
{
color: #ACB2D5;
}
</style>
background-color css
<style>
a { background-color: #ACB2D5; }
a { background-color: rgb(172,178,213); }
div.DivClassName
{
background-color: #ACB2D5;
}
.BgClassName
{
background-color: #ACB2D5;
}
</style>
border-color css
<style>
span { border-color: #ACB2D5; }
span { border-color: rgb(172,178,213); }
td.TdClassName
{
border-color: #ACB2D5;
}
.TagClassName
{
border-color: #ACB2D5;
}
</style>