Html Css Color HEX #AAB2C1 Echo Blue

📋 copy color: '#AAB2C1'

red 170 ◦ green 178 ◦ blue 193

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

Shades of Echo Blue #AAB2C1

Tints of Echo Blue #AAB2C1

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.9%

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

R = 31.42%
G = 32.9%
B = 35.67%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AAB2C1 (or 0xAAB2C1) is known color: Echo Blue. HEX triplet: AA, B2 and C1. RGB value is (170,178,193). Sum of RGB (Red+Green+Blue) = 170+178+193=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 193 - color contains mainly: blue. Hex color #AAB2C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2C1 is #554D3E. Grayscale: #B1B1B1. Windows color (decimal): -5590335 or 12694186. OLE color: 12694186.

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

Color convert

RGB 170 178 193 -
CMYK 0.12 0.08 0 0.24
HSL 219.13º 0.16% 0.71% -
HSV(B) 219.13º 0.12% 0.76% -
XYZ 42.12 44.24 56.77 -
YUV 177.32 136.85 122.78 -
System Red Green Blue C M Y K H S L
Decimal 170 178 193 0.12 0.08 0 0.24 219.13 0.16 0.71
Hex AA B2 C1 C 8 0 18 DB 10 47
Octal 252 262 301 14 10 0 30 333 20 107
Binary 10101010 10110010 11000001 1100 1000 0 11000 11011011 10000 1000111

Color Harmonies of #AAB2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB2C1

Black with #AAB2C1

Text Example


Text Example

White with #AAB2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB2C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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