Html Css Color HEX #AAB2C9 Echo Blue

📋 copy color: '#AAB2C9'

red 170 ◦ green 178 ◦ blue 201

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

Shades of Echo Blue #AAB2C9

Tints of Echo Blue #AAB2C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.61%

R = 30.97%
G = 32.42%
B = 36.61%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AAB2C9 (or 0xAAB2C9) is known color: Echo Blue. HEX triplet: AA, B2 and C9. RGB value is (170,178,201). Sum of RGB (Red+Green+Blue) = 170+178+201=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 178 (69.92% from 255 or 32.42% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 201 - color contains mainly: blue. Hex color #AAB2C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2C9 is #554D36. Grayscale: #B2B2B2. Windows color (decimal): -5590327 or 13218474. OLE color: 13218474.

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

Color convert

RGB 170 178 201 -
CMYK 0.15 0.11 0 0.21
HSL 224.52º 0.22% 0.73% -
HSV(B) 224.52º 0.15% 0.79% -
XYZ 43.04 44.6 61.6 -
YUV 178.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 170 178 201 0.15 0.11 0 0.21 224.52 0.22 0.73
Hex AA B2 C9 F B 0 15 E1 16 49
Octal 252 262 311 17 13 0 25 341 26 111
Binary 10101010 10110010 11001001 1111 1011 0 10101 11100001 10110 1001001

Color Harmonies of #AAB2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB2C9

Black with #AAB2C9

Text Example


Text Example

White with #AAB2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB2C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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