Html Css Color HEX #A2ADDB Echo Blue

📋 copy color: '#A2ADDB'

red 162 ◦ green 173 ◦ blue 219

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

Shades of Echo Blue #A2ADDB

Tints of Echo Blue #A2ADDB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.23%

 BLUE value IS 219 (85.94% from 255) = 39.53%

R = 29.24%
G = 31.23%
B = 39.53%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A2ADDB (or 0xA2ADDB) is known color: Echo Blue. HEX triplet: A2, AD and DB. RGB value is (162,173,219). Sum of RGB (Red+Green+Blue) = 162+173+219=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #A2ADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ADDB is #5D5224. Grayscale: #AEAEAE. Windows color (decimal): -6115877 or 14396834. OLE color: 14396834.

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

Color convert

RGB 162 173 219 -
CMYK 0.26 0.21 0 0.14
HSL 228.42º 0.44% 0.75% -
HSV(B) 228.42º 0.26% 0.86% -
XYZ 42.63 42.68 73.01 -
YUV 174.96 152.86 118.76 -
System Red Green Blue C M Y K H S L
Decimal 162 173 219 0.26 0.21 0 0.14 228.42 0.44 0.75
Hex A2 AD DB 1A 15 0 E E4 2C 4B
Octal 242 255 333 32 25 0 16 344 54 113
Binary 10100010 10101101 11011011 11010 10101 0 1110 11100100 101100 1001011

Color Harmonies of #A2ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2ADDB

Black with #A2ADDB

Text Example


Text Example

White with #A2ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2ADDB; }

 p { color: rgb(162,173,219); }

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

background-color css

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

 a { background-color: rgb(162,173,219); }

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

border-color css

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

 span { border-color: rgb(162,173,219); }

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