Html Css Color HEX #AAAEBF Echo Blue

📋 copy color: '#AAAEBF'

red 170 ◦ green 174 ◦ blue 191

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

Shades of Echo Blue #AAAEBF

Tints of Echo Blue #AAAEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.7%

R = 31.78%
G = 32.52%
B = 35.7%

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

#AAAEBF (or 0xAAAEBF) is known color: Echo Blue. HEX triplet: AA, AE and BF. RGB value is (170,174,191). Sum of RGB (Red+Green+Blue) = 170+174+191=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 191 - color contains mainly: blue. Hex color #AAAEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAEBF is #555140. Grayscale: #AEAEAE. Windows color (decimal): -5591361 or 12562090. OLE color: 12562090.

HSL color Cylindrical-coordinate representation of color #AAAEBF: hue angle of 228.57º degrees, saturation: 0.14, 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 #AAAEBF is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 174 191 -
CMYK 0.11 0.09 0 0.25
HSL 228.57º 0.14% 0.71% -
HSV(B) 228.57º 0.11% 0.75% -
XYZ 41.12 42.58 55.34 -
YUV 174.74 137.17 124.62 -
System Red Green Blue C M Y K H S L
Decimal 170 174 191 0.11 0.09 0 0.25 228.57 0.14 0.71
Hex AA AE BF B 9 0 19 E5 E 47
Octal 252 256 277 13 11 0 31 345 16 107
Binary 10101010 10101110 10111111 1011 1001 0 11001 11100101 1110 1000111

Color Harmonies of #AAAEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAEBF

Black with #AAAEBF

Text Example


Text Example

White with #AAAEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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