Html Css Color HEX #AAAEC0 Echo Blue

📋 copy color: '#AAAEC0'

red 170 ◦ green 174 ◦ blue 192

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

Shades of Echo Blue #AAAEC0

Tints of Echo Blue #AAAEC0

RGB

 RED value IS 170 (66.8% from 255) = 31.72%

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

 BLUE value IS 192 (75.39% from 255) = 35.82%

R = 31.72%
G = 32.46%
B = 35.82%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AAAEC0 (or 0xAAAEC0) is known color: Echo Blue. HEX triplet: AA, AE and C0. RGB value is (170,174,192). Sum of RGB (Red+Green+Blue) = 170+174+192=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 192 - color contains mainly: blue. Hex color #AAAEC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAEC0 is #55513F. Grayscale: #AEAEAE. Windows color (decimal): -5591360 or 12627626. OLE color: 12627626.

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

Color convert

RGB 170 174 192 -
CMYK 0.11 0.09 0 0.25
HSL 229.09º 0.15% 0.71% -
HSV(B) 229.09º 0.11% 0.75% -
XYZ 41.23 42.62 55.92 -
YUV 174.86 137.67 124.54 -
System Red Green Blue C M Y K H S L
Decimal 170 174 192 0.11 0.09 0 0.25 229.09 0.15 0.71
Hex AA AE C0 B 9 0 19 E5 F 47
Octal 252 256 300 13 11 0 31 345 17 107
Binary 10101010 10101110 11000000 1011 1001 0 11001 11100101 1111 1000111

Color Harmonies of #AAAEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAEC0

Black with #AAAEC0

Text Example


Text Example

White with #AAAEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAEC0; }

 p { color: rgb(170,174,192); }

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

background-color css

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

 a { background-color: rgb(170,174,192); }

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

border-color css

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

 span { border-color: rgb(170,174,192); }

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