Html Css Color HEX #AAB0CD Echo Blue

📋 copy color: '#AAB0CD'

red 170 ◦ green 176 ◦ blue 205

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

Shades of Echo Blue #AAB0CD

Tints of Echo Blue #AAB0CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.21%

R = 30.85%
G = 31.94%
B = 37.21%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AAB0CD (or 0xAAB0CD) is known color: Echo Blue. HEX triplet: AA, B0 and CD. RGB value is (170,176,205). Sum of RGB (Red+Green+Blue) = 170+176+205=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #AAB0CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0CD is #554F32. Grayscale: #B1B1B1. Windows color (decimal): -5590835 or 13480106. OLE color: 13480106.

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

Color convert

RGB 170 176 205 -
CMYK 0.17 0.14 0 0.20
HSL 229.71º 0.26% 0.74% -
HSV(B) 229.71º 0.17% 0.8% -
XYZ 43.12 44 63.98 -
YUV 177.51 143.51 122.64 -
System Red Green Blue C M Y K H S L
Decimal 170 176 205 0.17 0.14 0 0.20 229.71 0.26 0.74
Hex AA B0 CD 11 E 0 14 E6 1A 4A
Octal 252 260 315 21 16 0 24 346 32 112
Binary 10101010 10110000 11001101 10001 1110 0 10100 11100110 11010 1001010

Color Harmonies of #AAB0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB0CD

Black with #AAB0CD

Text Example


Text Example

White with #AAB0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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