#A6AFCE

Color #A6AFCE Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #A6AFCE

Tints of Echo Blue #A6AFCE

Color information

#A6AFCE (or 0xA6AFCE) is unknown color: approx Echo Blue. HEX triplet: A6, AF and CE. RGB value is (166,175,206). Sum of RGB (Red+Green+Blue) = 166+175+206=547 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.35% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 206 - color contains mainly: blue. Hex color #A6AFCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AFCE is #595031. Grayscale: #AFAFAF. Windows color (decimal): -5853234 or 13545382. OLE color: 13545382.

HSL color Cylindrical-coordinate representation of color #A6AFCE: hue angle of 226.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6AFCE is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB166175206-
CMYK0.190.1500.19
HSL226.5º28.99%72.94%-
HSV(B)226.5º19.42%80.78%-
XYZ42.243.2264.51-
YUV175.84145.02120.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 30.35%
GREEN value IS 175 (68.75% from 255) = 31.99%
BLUE value IS 206 (80.86% from 255) = 37.66%
R=30.35%
G=31.99%
B=37.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661752060.190.1500.19226.528.9972.94
HexA6AFCE13F013e21d49
Octal246257316231702334235111
Binary10100110101011111100111010011111101001111100010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AFCE; }

 p { color: rgb(166,175,206); }

 H1.HeaderClassName
 {
   color: #A6AFCE;
 }
 .AnyTagClassName
 {
   color: #A6AFCE;
 }
</style>
background-color css

<style>
 a { background-color: #A6AFCE; }

 a { background-color: rgb(166,175,206); }

 div.DivClassName
 {
   background-color: #A6AFCE;
 }
 .BgClassName
 {
   background-color: #A6AFCE;
 }
</style>
border-color css

<style>
 span { border-color: #A6AFCE; }

 span { border-color: rgb(166,175,206); }

 td.TdClassName
 {
   border-color: #A6AFCE;
 }
 .TagClassName
 {
   border-color: #A6AFCE;
 }
</style>