Html Css Color HEX #A2B5DC Echo Blue

📋 copy color: '#A2B5DC'

red 162 ◦ green 181 ◦ blue 220

#A2B5DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Echo Blue #A2B5DC

Tints of Echo Blue #A2B5DC

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 value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A2B5DC (or 0xA2B5DC) is known color: 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

RGB 162 181 220 -
CMYK 0.26 0.18 0 0.14
HSL 220.34º 0.45% 0.75% -
HSV(B) 220.34º 0.26% 0.86% -
XYZ 44.34 45.9 74.23 -
YUV 179.77 150.71 115.33 -
System Red Green Blue C M Y K H S L
Decimal 162 181 220 0.26 0.18 0 0.14 220.34 0.45 0.75
Hex A2 B5 DC 1A 12 0 E DC 2D 4B
Octal 242 265 334 32 22 0 16 334 55 113
Binary 10100010 10110101 11011100 11010 10010 0 1110 11011100 101101 1001011

Color Harmonies of #A2B5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B5DC

Black with #A2B5DC

Text Example


Text Example

White with #A2B5DC

Text Example


Text Example

HTML Codes & Css Web 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>