#A6AFCD

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

Shades of Echo Blue #A6AFCD

Tints of Echo Blue #A6AFCD

Color information

#A6AFCD (or 0xA6AFCD) is unknown color: approx Echo Blue. HEX triplet: A6, AF and CD. RGB value is (166,175,205). Sum of RGB (Red+Green+Blue) = 166+175+205=546 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.40% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #A6AFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AFCD is #595032. Grayscale: #AFAFAF. Windows color (decimal): -5853235 or 13479846. OLE color: 13479846.

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

Color convert

RGB166175205-
CMYK0.190.1500.20
HSL226.15º28.06%72.75%-
HSV(B)226.15º19.02%80.39%-
XYZ42.0843.1763.87-
YUV175.73144.52121.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.40%
GREEN value IS 175 (68.75% from 255) = 32.05%
BLUE value IS 205 (80.47% from 255) = 37.55%
R=30.40%
G=32.05%
B=37.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661752050.190.1500.20226.1528.0672.75
HexA6AFCD13F014e21c49
Octal246257315231702434234111
Binary10100110101011111100110110011111101010011100010111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AFCD; }

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

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

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

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

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

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

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

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