Shades of Echo Blue #A8AEC3
Tints of Echo Blue #A8AEC3
RGB
CMYK
RGB Variations
Color information
#A8AEC3 (or 0xA8AEC3) is known color: Echo Blue. HEX triplet: A8, AE and C3. RGB value is (168,174,195). Sum of RGB (Red+Green+Blue) = 168+174+195=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 195 (76.56% from 255 or 36.31% from 537); Max value from RGB is 195 - color contains mainly: blue. Hex color #A8AEC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AEC3 is #57513C. Grayscale: #AEAEAE. Windows color (decimal): -5722429 or 12824232. OLE color: 12824232.
HSL color Cylindrical-coordinate representation of color #A8AEC3: hue angle of 226.67º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8AEC3 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 168 | 174 | 195 | - |
CMYK | 0.14 | 0.11 | 0 | 0.24 |
HSL | 226.67º | 0.18% | 0.71% | - |
HSV(B) | 226.67º | 0.14% | 0.76% | - |
XYZ | 41.13 | 42.54 | 57.67 | - |
YUV | 174.6 | 139.51 | 123.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 174 | 195 | 0.14 | 0.11 | 0 | 0.24 | 226.67 | 0.18 | 0.71 |
Hex | A8 | AE | C3 | E | B | 0 | 18 | E3 | 12 | 47 |
Octal | 250 | 256 | 303 | 16 | 13 | 0 | 30 | 343 | 22 | 107 |
Binary | 10101000 | 10101110 | 11000011 | 1110 | 1011 | 0 | 11000 | 11100011 | 10010 | 1000111 |
Color Harmonies of #A8AEC3
Complementary color
Monochromatic Colors of #A8AEC3
Black with #A8AEC3
Text Example
Text Example
White with #A8AEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AEC3; }
p { color: rgb(168,174,195); }
H1.HeaderClassName
{
color: #A8AEC3;
}
.AnyTagClassName
{
color: #A8AEC3;
}
</style>
background-color css
<style>
a { background-color: #A8AEC3; }
a { background-color: rgb(168,174,195); }
div.DivClassName
{
background-color: #A8AEC3;
}
.BgClassName
{
background-color: #A8AEC3;
}
</style>
border-color css
<style>
span { border-color: #A8AEC3; }
span { border-color: rgb(168,174,195); }
td.TdClassName
{
border-color: #A8AEC3;
}
.TagClassName
{
border-color: #A8AEC3;
}
</style>