Html Css Color HEX #AAAEC8 Echo Blue

📋 copy color: '#AAAEC8'

red 170 ◦ green 174 ◦ blue 200

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

Shades of Echo Blue #AAAEC8

Tints of Echo Blue #AAAEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.76%

R = 31.25%
G = 31.99%
B = 36.76%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AAAEC8 (or 0xAAAEC8) is known color: Echo Blue. HEX triplet: AA, AE and C8. RGB value is (170,174,200). Sum of RGB (Red+Green+Blue) = 170+174+200=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 200 (78.52% from 255 or 36.76% from 544); Max value from RGB is 200 - color contains mainly: blue. Hex color #AAAEC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAEC8 is #555137. Grayscale: #AFAFAF. Windows color (decimal): -5591352 or 13151914. OLE color: 13151914.

HSL color Cylindrical-coordinate representation of color #AAAEC8: hue angle of 232º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAAEC8 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 174 200 -
CMYK 0.15 0.13 0 0.22
HSL 232º 0.21% 0.73% -
HSV(B) 232º 0.15% 0.78% -
XYZ 42.14 42.99 60.72 -
YUV 175.77 141.67 123.89 -
System Red Green Blue C M Y K H S L
Decimal 170 174 200 0.15 0.13 0 0.22 232 0.21 0.73
Hex AA AE C8 F D 0 16 E8 15 49
Octal 252 256 310 17 15 0 26 350 25 111
Binary 10101010 10101110 11001000 1111 1101 0 10110 11101000 10101 1001001

Color Harmonies of #AAAEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAEC8

Black with #AAAEC8

Text Example


Text Example

White with #AAAEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAEC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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