Html Css Color HEX #AAAEC1 Echo Blue

📋 copy color: '#AAAEC1'

red 170 ◦ green 174 ◦ blue 193

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

Shades of Echo Blue #AAAEC1

Tints of Echo Blue #AAAEC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.94%

R = 31.66%
G = 32.4%
B = 35.94%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AAAEC1 (or 0xAAAEC1) is known color: Echo Blue. HEX triplet: AA, AE and C1. RGB value is (170,174,193). Sum of RGB (Red+Green+Blue) = 170+174+193=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 193 (75.78% from 255 or 35.94% from 537); Max value from RGB is 193 - color contains mainly: blue. Hex color #AAAEC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAEC1 is #55513E. Grayscale: #AEAEAE. Windows color (decimal): -5591359 or 12693162. OLE color: 12693162.

HSL color Cylindrical-coordinate representation of color #AAAEC1: hue angle of 229.57º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAAEC1 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 174 193 -
CMYK 0.12 0.10 0 0.24
HSL 229.57º 0.16% 0.71% -
HSV(B) 229.57º 0.12% 0.76% -
XYZ 41.34 42.67 56.51 -
YUV 174.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 170 174 193 0.12 0.10 0 0.24 229.57 0.16 0.71
Hex AA AE C1 C A 0 18 E6 10 47
Octal 252 256 301 14 12 0 30 346 20 107
Binary 10101010 10101110 11000001 1100 1010 0 11000 11100110 10000 1000111

Color Harmonies of #AAAEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAEC1

Black with #AAAEC1

Text Example


Text Example

White with #AAAEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAEC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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