Shades of Echo Blue #ACAFBE
Tints of Echo Blue #ACAFBE
RGB
CMYK
RGB Variations
Color information
#ACAFBE (or 0xACAFBE) is known color: Echo Blue. HEX triplet: AC, AF and BE. RGB value is (172,175,190). Sum of RGB (Red+Green+Blue) = 172+175+190=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 190 - color contains mainly: blue. Hex color #ACAFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAFBE is #535041. Grayscale: #AFAFAF. Windows color (decimal): -5460034 or 12496812. OLE color: 12496812.
HSL color Cylindrical-coordinate representation of color #ACAFBE: hue angle of 230º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACAFBE is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 172 | 175 | 190 | - |
CMYK | 0.09 | 0.08 | 0 | 0.25 |
HSL | 230º | 0.12% | 0.71% | - |
HSV(B) | 230º | 0.09% | 0.75% | - |
XYZ | 41.64 | 43.15 | 54.85 | - |
YUV | 175.81 | 136.01 | 125.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 175 | 190 | 0.09 | 0.08 | 0 | 0.25 | 230 | 0.12 | 0.71 |
Hex | AC | AF | BE | 9 | 8 | 0 | 19 | E6 | C | 47 |
Octal | 254 | 257 | 276 | 11 | 10 | 0 | 31 | 346 | 14 | 107 |
Binary | 10101100 | 10101111 | 10111110 | 1001 | 1000 | 0 | 11001 | 11100110 | 1100 | 1000111 |
Color Harmonies of #ACAFBE
Complementary color
Monochromatic Colors of #ACAFBE
Black with #ACAFBE
Text Example
Text Example
White with #ACAFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAFBE; }
p { color: rgb(172,175,190); }
H1.HeaderClassName
{
color: #ACAFBE;
}
.AnyTagClassName
{
color: #ACAFBE;
}
</style>
background-color css
<style>
a { background-color: #ACAFBE; }
a { background-color: rgb(172,175,190); }
div.DivClassName
{
background-color: #ACAFBE;
}
.BgClassName
{
background-color: #ACAFBE;
}
</style>
border-color css
<style>
span { border-color: #ACAFBE; }
span { border-color: rgb(172,175,190); }
td.TdClassName
{
border-color: #ACAFBE;
}
.TagClassName
{
border-color: #ACAFBE;
}
</style>