Html Css Color HEX #AAB1C9 Echo Blue

📋 copy color: '#AAB1C9'

red 170 ◦ green 177 ◦ blue 201

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

Shades of Echo Blue #AAB1C9

Tints of Echo Blue #AAB1C9

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.3%

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

R = 31.02%
G = 32.3%
B = 36.68%

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

#AAB1C9 (or 0xAAB1C9) is known color: Echo Blue. HEX triplet: AA, B1 and C9. RGB value is (170,177,201). Sum of RGB (Red+Green+Blue) = 170+177+201=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 177 (69.53% from 255 or 32.30% from 548); Blue value is 201 (78.91% from 255 or 36.68% from 548); Max value from RGB is 201 - color contains mainly: blue. Hex color #AAB1C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB1C9 is #554E36. Grayscale: #B1B1B1. Windows color (decimal): -5590583 or 13218218. OLE color: 13218218.

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

Color convert

RGB 170 177 201 -
CMYK 0.15 0.12 0 0.21
HSL 226.45º 0.22% 0.73% -
HSV(B) 226.45º 0.15% 0.79% -
XYZ 42.84 44.21 61.53 -
YUV 177.64 141.18 122.55 -
System Red Green Blue C M Y K H S L
Decimal 170 177 201 0.15 0.12 0 0.21 226.45 0.22 0.73
Hex AA B1 C9 F C 0 15 E2 16 49
Octal 252 261 311 17 14 0 25 342 26 111
Binary 10101010 10110001 11001001 1111 1100 0 10101 11100010 10110 1001001

Color Harmonies of #AAB1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB1C9

Black with #AAB1C9

Text Example


Text Example

White with #AAB1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB1C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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