#a2b5dc

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

Shades of Echo Blue #A2B5DC

Tints of Echo Blue #A2B5DC

Color information

#A2B5DC (or 0xA2B5DC) is unknown color: approx Echo Blue. HEX triplet: A2, B5 and DC. RGB value is (162,181,220). Sum of RGB (Red+Green+Blue) = 162+181+220=563 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.77% from 563); Green value is 181 (71.09% from 255 or 32.15% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #A2B5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B5DC is #5D4A23. Grayscale: #B3B3B3. Windows color (decimal): -6113828 or 14464418. OLE color: 14464418.

HSL color Cylindrical-coordinate representation of color #A2B5DC: hue angle of 220.34º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2B5DC is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB162181220-
CMYK0.260.1800.14
HSL220.34º45.31%74.9%-
HSV(B)220.34º26.36%86.27%-
XYZ44.3445.974.23-
YUV179.76150.71115.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.77%
GREEN value IS 181 (71.09% from 255) = 32.15%
BLUE value IS 220 (86.33% from 255) = 39.08%
R=28.77%
G=32.15%
B=39.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1621812200.260.1800.14220.3445.3174.9
HexA2B5DC1A120Edc2d4b
Octal242265334322201633455113
Binary101000101011010111011100110101001001110110111001011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2b5dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2b5dc; }

 p { color: rgb(162,181,220); }

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

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

 a { background-color: rgb(162,181,220); }

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

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

 span { border-color: rgb(162,181,220); }

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