Html Css Color HEX #AAACC1 Echo Blue

📋 copy color: '#AAACC1'

red 170 ◦ green 172 ◦ blue 193

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

Shades of Echo Blue #AAACC1

Tints of Echo Blue #AAACC1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.15%

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

R = 31.78%
G = 32.15%
B = 36.07%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AAACC1 (or 0xAAACC1) is known color: Echo Blue. HEX triplet: AA, AC and C1. RGB value is (170,172,193). Sum of RGB (Red+Green+Blue) = 170+172+193=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 193 - color contains mainly: blue. Hex color #AAACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAACC1 is #55533E. Grayscale: #ADADAD. Windows color (decimal): -5591871 or 12692650. OLE color: 12692650.

HSL color Cylindrical-coordinate representation of color #AAACC1: hue angle of 234.78º 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 #AAACC1 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 172 193 -
CMYK 0.12 0.11 0 0.24
HSL 234.78º 0.16% 0.71% -
HSV(B) 234.78º 0.12% 0.76% -
XYZ 40.96 41.9 56.38 -
YUV 173.8 138.84 125.29 -
System Red Green Blue C M Y K H S L
Decimal 170 172 193 0.12 0.11 0 0.24 234.78 0.16 0.71
Hex AA AC C1 C B 0 18 EB 10 47
Octal 252 254 301 14 13 0 30 353 20 107
Binary 10101010 10101100 11000001 1100 1011 0 11000 11101011 10000 1000111

Color Harmonies of #AAACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAACC1

Black with #AAACC1

Text Example


Text Example

White with #AAACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAACC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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