Html Css Color HEX #AAB0C1 Echo Blue

📋 copy color: '#AAB0C1'

red 170 ◦ green 176 ◦ blue 193

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

Shades of Echo Blue #AAB0C1

Tints of Echo Blue #AAB0C1

RGB

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

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

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

R = 31.54%
G = 32.65%
B = 35.81%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AAB0C1 (or 0xAAB0C1) is known color: Echo Blue. HEX triplet: AA, B0 and C1. RGB value is (170,176,193). Sum of RGB (Red+Green+Blue) = 170+176+193=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 193 - color contains mainly: blue. Hex color #AAB0C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0C1 is #554F3E. Grayscale: #B0B0B0. Windows color (decimal): -5590847 or 12693674. OLE color: 12693674.

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

Color convert

RGB 170 176 193 -
CMYK 0.12 0.09 0 0.24
HSL 224.35º 0.16% 0.71% -
HSV(B) 224.35º 0.12% 0.76% -
XYZ 41.73 43.45 56.64 -
YUV 176.14 137.51 123.62 -
System Red Green Blue C M Y K H S L
Decimal 170 176 193 0.12 0.09 0 0.24 224.35 0.16 0.71
Hex AA B0 C1 C 9 0 18 E0 10 47
Octal 252 260 301 14 11 0 30 340 20 107
Binary 10101010 10110000 11000001 1100 1001 0 11000 11100000 10000 1000111

Color Harmonies of #AAB0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB0C1

Black with #AAB0C1

Text Example


Text Example

White with #AAB0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB0C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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