Html Css Color HEX #AAAECC Echo Blue

📋 copy color: '#AAAECC'

red 170 ◦ green 174 ◦ blue 204

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

Shades of Echo Blue #AAAECC

Tints of Echo Blue #AAAECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.23%

R = 31.02%
G = 31.75%
B = 37.23%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AAAECC (or 0xAAAECC) is known color: Echo Blue. HEX triplet: AA, AE and CC. RGB value is (170,174,204). Sum of RGB (Red+Green+Blue) = 170+174+204=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAAECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAECC is #555133. Grayscale: #B0B0B0. Windows color (decimal): -5591348 or 13414058. OLE color: 13414058.

HSL color Cylindrical-coordinate representation of color #AAAECC: hue angle of 232.94º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAAECC is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 174 204 -
CMYK 0.17 0.15 0 0.2
HSL 232.94º 0.25% 0.73% -
HSV(B) 232.94º 0.17% 0.8% -
XYZ 42.61 43.18 63.21 -
YUV 176.22 143.67 123.56 -
System Red Green Blue C M Y K H S L
Decimal 170 174 204 0.17 0.15 0 0.2 232.94 0.25 0.73
Hex AA AE CC 11 F 0 14 E9 19 49
Octal 252 256 314 21 17 0 24 351 31 111
Binary 10101010 10101110 11001100 10001 1111 0 10100 11101001 11001 1001001

Color Harmonies of #AAAECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAECC

Black with #AAAECC

Text Example


Text Example

White with #AAAECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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