Html Css Color HEX #AAB0CC Echo Blue

📋 copy color: '#AAB0CC'

red 170 ◦ green 176 ◦ blue 204

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

Shades of Echo Blue #AAB0CC

Tints of Echo Blue #AAB0CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.09%

R = 30.91%
G = 32%
B = 37.09%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AAB0CC (or 0xAAB0CC) is known color: Echo Blue. HEX triplet: AA, B0 and CC. RGB value is (170,176,204). Sum of RGB (Red+Green+Blue) = 170+176+204=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 176 (69.14% from 255 or 32% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAB0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0CC is #554F33. Grayscale: #B1B1B1. Windows color (decimal): -5590836 or 13414570. OLE color: 13414570.

HSL color Cylindrical-coordinate representation of color #AAB0CC: hue angle of 229.41º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAB0CC is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 176 204 -
CMYK 0.17 0.14 0 0.2
HSL 229.41º 0.25% 0.73% -
HSV(B) 229.41º 0.17% 0.8% -
XYZ 43 43.96 63.34 -
YUV 177.4 143.01 122.72 -
System Red Green Blue C M Y K H S L
Decimal 170 176 204 0.17 0.14 0 0.2 229.41 0.25 0.73
Hex AA B0 CC 11 E 0 14 E5 19 49
Octal 252 260 314 21 16 0 24 345 31 111
Binary 10101010 10110000 11001100 10001 1110 0 10100 11100101 11001 1001001

Color Harmonies of #AAB0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB0CC

Black with #AAB0CC

Text Example


Text Example

White with #AAB0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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