Html Css Color HEX #AAB9CD Echo Blue

📋 copy color: '#AAB9CD'

red 170 ◦ green 185 ◦ blue 205

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

Shades of Echo Blue #AAB9CD

Tints of Echo Blue #AAB9CD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.04%

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

R = 30.36%
G = 33.04%
B = 36.61%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AAB9CD (or 0xAAB9CD) is known color: Echo Blue. HEX triplet: AA, B9 and CD. RGB value is (170,185,205). Sum of RGB (Red+Green+Blue) = 170+185+205=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 205 - color contains mainly: blue. Hex color #AAB9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9CD is #554632. Grayscale: #B6B6B6. Windows color (decimal): -5588531 or 13482410. OLE color: 13482410.

HSL color Cylindrical-coordinate representation of color #AAB9CD: hue angle of 214.29º 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 #AAB9CD is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 185 205 -
CMYK 0.17 0.10 0 0.20
HSL 214.29º 0.26% 0.74% -
HSV(B) 214.29º 0.17% 0.8% -
XYZ 44.95 47.65 64.59 -
YUV 182.8 140.53 118.87 -
System Red Green Blue C M Y K H S L
Decimal 170 185 205 0.17 0.10 0 0.20 214.29 0.26 0.74
Hex AA B9 CD 11 A 0 14 D6 1A 4A
Octal 252 271 315 21 12 0 24 326 32 112
Binary 10101010 10111001 11001101 10001 1010 0 10100 11010110 11010 1001010

Color Harmonies of #AAB9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB9CD

Black with #AAB9CD

Text Example


Text Example

White with #AAB9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB9CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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