Html Css Color HEX #A2ADCD Echo Blue

📋 copy color: '#A2ADCD'

red 162 ◦ green 173 ◦ blue 205

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

Shades of Echo Blue #A2ADCD

Tints of Echo Blue #A2ADCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.96%

R = 30%
G = 32.04%
B = 37.96%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A2ADCD (or 0xA2ADCD) is known color: Echo Blue. HEX triplet: A2, AD and CD. RGB value is (162,173,205). Sum of RGB (Red+Green+Blue) = 162+173+205=540 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #A2ADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ADCD is #5D5232. Grayscale: #ADADAD. Windows color (decimal): -6115891 or 13479330. OLE color: 13479330.

HSL color Cylindrical-coordinate representation of color #A2ADCD: hue angle of 224.65º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2ADCD is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 173 205 -
CMYK 0.21 0.16 0 0.20
HSL 224.65º 0.3% 0.72% -
HSV(B) 224.65º 0.21% 0.8% -
XYZ 40.86 41.98 63.71 -
YUV 173.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 162 173 205 0.21 0.16 0 0.20 224.65 0.3 0.72
Hex A2 AD CD 15 10 0 14 E1 1E 48
Octal 242 255 315 25 20 0 24 341 36 110
Binary 10100010 10101101 11001101 10101 10000 0 10100 11100001 11110 1001000

Color Harmonies of #A2ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2ADCD

Black with #A2ADCD

Text Example


Text Example

White with #A2ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2ADCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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