#A2B4DD

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

Shades of Echo Blue #A2B4DD

Tints of Echo Blue #A2B4DD

Color information

#A2B4DD (or 0xA2B4DD) is unknown color: approx Echo Blue. HEX triplet: A2, B4 and DD. RGB value is (162,180,221). Sum of RGB (Red+Green+Blue) = 162+180+221=563 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.77% from 563); Green value is 180 (70.70% from 255 or 31.97% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #A2B4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B4DD is #5D4B22. Grayscale: #B3B3B3. Windows color (decimal): -6114083 or 14529698. OLE color: 14529698.

HSL color Cylindrical-coordinate representation of color #A2B4DD: hue angle of 221.69º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2B4DD is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB162180221-
CMYK0.270.1900.13
HSL221.69º46.46%75.1%-
HSV(B)221.69º26.7%86.67%-
XYZ44.2745.5474.86-
YUV179.29151.54115.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.77%
GREEN value IS 180 (70.70% from 255) = 31.97%
BLUE value IS 221 (86.72% from 255) = 39.25%
R=28.77%
G=31.97%
B=39.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621802210.270.1900.13221.6946.4675.1
HexA2B4DD1B130Dde2e4b
Octal242264335332301533656113
Binary101000101011010011011101110111001101101110111101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B4DD; }

 p { color: rgb(162,180,221); }

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

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

 a { background-color: rgb(162,180,221); }

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

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

 span { border-color: rgb(162,180,221); }

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