Html Css Color HEX #A2B7DC Echo Blue

📋 copy color: '#A2B7DC'

red 162 ◦ green 183 ◦ blue 220

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

Shades of Echo Blue #A2B7DC

Tints of Echo Blue #A2B7DC

RGB

 RED value IS 162 (63.67% from 255) = 28.67%

 GREEN value IS 183 (71.88% from 255) = 32.39%

 BLUE value IS 220 (86.33% from 255) = 38.94%

R = 28.67%
G = 32.39%
B = 38.94%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A2B7DC (or 0xA2B7DC) is known color: Echo Blue. HEX triplet: A2, B7 and DC. RGB value is (162,183,220). Sum of RGB (Red+Green+Blue) = 162+183+220=565 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.67% from 565); Green value is 183 (71.88% from 255 or 32.39% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #A2B7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B7DC is #5D4823. Grayscale: #B4B4B4. Windows color (decimal): -6113316 or 14464930. OLE color: 14464930.

HSL color Cylindrical-coordinate representation of color #A2B7DC: hue angle of 218.28º 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 #A2B7DC is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 183 220 -
CMYK 0.26 0.17 0 0.14
HSL 218.28º 0.45% 0.75% -
HSV(B) 218.28º 0.26% 0.86% -
XYZ 44.75 46.72 74.37 -
YUV 180.94 150.04 114.49 -
System Red Green Blue C M Y K H S L
Decimal 162 183 220 0.26 0.17 0 0.14 218.28 0.45 0.75
Hex A2 B7 DC 1A 11 0 E DA 2D 4B
Octal 242 267 334 32 21 0 16 332 55 113
Binary 10100010 10110111 11011100 11010 10001 0 1110 11011010 101101 1001011

Color Harmonies of #A2B7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B7DC

Black with #A2B7DC

Text Example


Text Example

White with #A2B7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B7DC; }

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

 H1.HeaderClassName
 {
   color: #A2B7DC;
 }
 .AnyTagClassName
 {
   color: #A2B7DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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