Shades of Echo Blue #ACB6D5
Tints of Echo Blue #ACB6D5
RGB
CMYK
RGB Variations
Color information
#ACB6D5 (or 0xACB6D5) is known color: Echo Blue. HEX triplet: AC, B6 and D5. RGB value is (172,182,213). Sum of RGB (Red+Green+Blue) = 172+182+213=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 182 (71.48% from 255 or 32.10% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACB6D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB6D5 is #53492A. Grayscale: #B6B6B6. Windows color (decimal): -5458219 or 14005932. OLE color: 14005932.
HSL color Cylindrical-coordinate representation of color #ACB6D5: hue angle of 225.37º 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 #ACB6D5 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 172 | 182 | 213 | - |
CMYK | 0.19 | 0.15 | 0 | 0.16 |
HSL | 225.37º | 0.33% | 0.75% | - |
HSV(B) | 225.37º | 0.19% | 0.84% | - |
XYZ | 45.75 | 47.03 | 69.62 | - |
YUV | 182.54 | 145.19 | 120.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 182 | 213 | 0.19 | 0.15 | 0 | 0.16 | 225.37 | 0.33 | 0.75 |
Hex | AC | B6 | D5 | 13 | F | 0 | 10 | E1 | 21 | 4B |
Octal | 254 | 266 | 325 | 23 | 17 | 0 | 20 | 341 | 41 | 113 |
Binary | 10101100 | 10110110 | 11010101 | 10011 | 1111 | 0 | 10000 | 11100001 | 100001 | 1001011 |
Color Harmonies of #ACB6D5
Complementary color
Monochromatic Colors of #ACB6D5
Black with #ACB6D5
Text Example
Text Example
White with #ACB6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB6D5; }
p { color: rgb(172,182,213); }
H1.HeaderClassName
{
color: #ACB6D5;
}
.AnyTagClassName
{
color: #ACB6D5;
}
</style>
background-color css
<style>
a { background-color: #ACB6D5; }
a { background-color: rgb(172,182,213); }
div.DivClassName
{
background-color: #ACB6D5;
}
.BgClassName
{
background-color: #ACB6D5;
}
</style>
border-color css
<style>
span { border-color: #ACB6D5; }
span { border-color: rgb(172,182,213); }
td.TdClassName
{
border-color: #ACB6D5;
}
.TagClassName
{
border-color: #ACB6D5;
}
</style>