Html Css Color HEX #AAB2C5 Echo Blue

📋 copy color: '#AAB2C5'

red 170 ◦ green 178 ◦ blue 197

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

Shades of Echo Blue #AAB2C5

Tints of Echo Blue #AAB2C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.15%

R = 31.19%
G = 32.66%
B = 36.15%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AAB2C5 (or 0xAAB2C5) is known color: Echo Blue. HEX triplet: AA, B2 and C5. RGB value is (170,178,197). Sum of RGB (Red+Green+Blue) = 170+178+197=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 197 - color contains mainly: blue. Hex color #AAB2C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2C5 is #554D3A. Grayscale: #B1B1B1. Windows color (decimal): -5590331 or 12956330. OLE color: 12956330.

HSL color Cylindrical-coordinate representation of color #AAB2C5: hue angle of 222.22º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAB2C5 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 178 197 -
CMYK 0.14 0.10 0 0.23
HSL 222.22º 0.19% 0.72% -
HSV(B) 222.22º 0.14% 0.77% -
XYZ 42.58 44.42 59.15 -
YUV 177.77 138.85 122.46 -
System Red Green Blue C M Y K H S L
Decimal 170 178 197 0.14 0.10 0 0.23 222.22 0.19 0.72
Hex AA B2 C5 E A 0 17 DE 13 48
Octal 252 262 305 16 12 0 27 336 23 110
Binary 10101010 10110010 11000101 1110 1010 0 10111 11011110 10011 1001000

Color Harmonies of #AAB2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB2C5

Black with #AAB2C5

Text Example


Text Example

White with #AAB2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB2C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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