Html Css Color HEX #AAB0C9 Echo Blue

📋 copy color: '#AAB0C9'

red 170 ◦ green 176 ◦ blue 201

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

Shades of Echo Blue #AAB0C9

Tints of Echo Blue #AAB0C9

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.18%

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

R = 31.08%
G = 32.18%
B = 36.75%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AAB0C9 (or 0xAAB0C9) is known color: Echo Blue. HEX triplet: AA, B0 and C9. RGB value is (170,176,201). Sum of RGB (Red+Green+Blue) = 170+176+201=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 201 (78.91% from 255 or 36.75% from 547); Max value from RGB is 201 - color contains mainly: blue. Hex color #AAB0C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0C9 is #554F36. Grayscale: #B0B0B0. Windows color (decimal): -5590839 or 13217962. OLE color: 13217962.

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

Color convert

RGB 170 176 201 -
CMYK 0.15 0.12 0 0.21
HSL 228.39º 0.22% 0.73% -
HSV(B) 228.39º 0.15% 0.79% -
XYZ 42.65 43.81 61.47 -
YUV 177.06 141.51 122.97 -
System Red Green Blue C M Y K H S L
Decimal 170 176 201 0.15 0.12 0 0.21 228.39 0.22 0.73
Hex AA B0 C9 F C 0 15 E4 16 49
Octal 252 260 311 17 14 0 25 344 26 111
Binary 10101010 10110000 11001001 1111 1100 0 10101 11100100 10110 1001001

Color Harmonies of #AAB0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB0C9

Black with #AAB0C9

Text Example


Text Example

White with #AAB0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB0C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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