Html Css Color HEX #AAB4CD Echo Blue

📋 copy color: '#AAB4CD'

red 170 ◦ green 180 ◦ blue 205

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

Shades of Echo Blue #AAB4CD

Tints of Echo Blue #AAB4CD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.43%

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

R = 30.63%
G = 32.43%
B = 36.94%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AAB4CD (or 0xAAB4CD) is known color: Echo Blue. HEX triplet: AA, B4 and CD. RGB value is (170,180,205). Sum of RGB (Red+Green+Blue) = 170+180+205=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 205 - color contains mainly: blue. Hex color #AAB4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB4CD is #554B32. Grayscale: #B3B3B3. Windows color (decimal): -5589811 or 13481130. OLE color: 13481130.

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

Color convert

RGB 170 180 205 -
CMYK 0.17 0.12 0 0.20
HSL 222.86º 0.26% 0.74% -
HSV(B) 222.86º 0.17% 0.8% -
XYZ 43.92 45.6 64.24 -
YUV 179.86 142.19 120.97 -
System Red Green Blue C M Y K H S L
Decimal 170 180 205 0.17 0.12 0 0.20 222.86 0.26 0.74
Hex AA B4 CD 11 C 0 14 DF 1A 4A
Octal 252 264 315 21 14 0 24 337 32 112
Binary 10101010 10110100 11001101 10001 1100 0 10100 11011111 11010 1001010

Color Harmonies of #AAB4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB4CD

Black with #AAB4CD

Text Example


Text Example

White with #AAB4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB4CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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