Html Css Color HEX #A4AEDB Echo Blue

📋 copy color: '#A4AEDB'

red 164 ◦ green 174 ◦ blue 219

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

Shades of Echo Blue #A4AEDB

Tints of Echo Blue #A4AEDB

RGB

 RED value IS 164 (64.45% from 255) = 29.44%

 GREEN value IS 174 (68.36% from 255) = 31.24%

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

R = 29.44%
G = 31.24%
B = 39.32%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A4AEDB (or 0xA4AEDB) is known color: Echo Blue. HEX triplet: A4, AE and DB. RGB value is (164,174,219). Sum of RGB (Red+Green+Blue) = 164+174+219=557 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.44% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #A4AEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AEDB is #5B5124. Grayscale: #AFAFAF. Windows color (decimal): -5984549 or 14397092. OLE color: 14397092.

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

Color convert

RGB 164 174 219 -
CMYK 0.25 0.21 0 0.14
HSL 229.09º 0.43% 0.75% -
HSV(B) 229.09º 0.25% 0.86% -
XYZ 43.23 43.28 73.09 -
YUV 176.14 152.19 119.34 -
System Red Green Blue C M Y K H S L
Decimal 164 174 219 0.25 0.21 0 0.14 229.09 0.43 0.75
Hex A4 AE DB 19 15 0 E E5 2B 4B
Octal 244 256 333 31 25 0 16 345 53 113
Binary 10100100 10101110 11011011 11001 10101 0 1110 11100101 101011 1001011

Color Harmonies of #A4AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AEDB

Black with #A4AEDB

Text Example


Text Example

White with #A4AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AEDB; }

 p { color: rgb(164,174,219); }

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

background-color css

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

 a { background-color: rgb(164,174,219); }

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

border-color css

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

 span { border-color: rgb(164,174,219); }

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