Shades of Echo Blue #ACB8D6
Tints of Echo Blue #ACB8D6
RGB
CMYK
RGB Variations
Color information
#ACB8D6 (or 0xACB8D6) is known color: Echo Blue. HEX triplet: AC, B8 and D6. RGB value is (172,184,214). Sum of RGB (Red+Green+Blue) = 172+184+214=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 184 (72.27% from 255 or 32.28% from 570); Blue value is 214 (83.98% from 255 or 37.54% from 570); Max value from RGB is 214 - color contains mainly: blue. Hex color #ACB8D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB8D6 is #534729. Grayscale: #B7B7B7. Windows color (decimal): -5457706 or 14071980. OLE color: 14071980.
HSL color Cylindrical-coordinate representation of color #ACB8D6: hue angle of 222.86º degrees, saturation: 0.34, 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 #ACB8D6 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 172 | 184 | 214 | - |
CMYK | 0.20 | 0.14 | 0 | 0.16 |
HSL | 222.86º | 0.34% | 0.76% | - |
HSV(B) | 222.86º | 0.2% | 0.84% | - |
XYZ | 46.29 | 47.91 | 70.43 | - |
YUV | 183.83 | 145.02 | 119.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 184 | 214 | 0.20 | 0.14 | 0 | 0.16 | 222.86 | 0.34 | 0.76 |
Hex | AC | B8 | D6 | 14 | E | 0 | 10 | DF | 22 | 4C |
Octal | 254 | 270 | 326 | 24 | 16 | 0 | 20 | 337 | 42 | 114 |
Binary | 10101100 | 10111000 | 11010110 | 10100 | 1110 | 0 | 10000 | 11011111 | 100010 | 1001100 |
Color Harmonies of #ACB8D6
Complementary color
Monochromatic Colors of #ACB8D6
Black with #ACB8D6
Text Example
Text Example
White with #ACB8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB8D6; }
p { color: rgb(172,184,214); }
H1.HeaderClassName
{
color: #ACB8D6;
}
.AnyTagClassName
{
color: #ACB8D6;
}
</style>
background-color css
<style>
a { background-color: #ACB8D6; }
a { background-color: rgb(172,184,214); }
div.DivClassName
{
background-color: #ACB8D6;
}
.BgClassName
{
background-color: #ACB8D6;
}
</style>
border-color css
<style>
span { border-color: #ACB8D6; }
span { border-color: rgb(172,184,214); }
td.TdClassName
{
border-color: #ACB8D6;
}
.TagClassName
{
border-color: #ACB8D6;
}
</style>