Html Css Color HEX #AAB6CD Echo Blue

📋 copy color: '#AAB6CD'

red 170 ◦ green 182 ◦ blue 205

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

Shades of Echo Blue #AAB6CD

Tints of Echo Blue #AAB6CD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.68%

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

R = 30.52%
G = 32.68%
B = 36.8%

CMYK

 C value IS 0.17

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AAB6CD (or 0xAAB6CD) is known color: Echo Blue. HEX triplet: AA, B6 and CD. RGB value is (170,182,205). Sum of RGB (Red+Green+Blue) = 170+182+205=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 182 (71.48% from 255 or 32.68% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 205 - color contains mainly: blue. Hex color #AAB6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB6CD is #554932. Grayscale: #B4B4B4. Windows color (decimal): -5589299 or 13481642. OLE color: 13481642.

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

Color convert

RGB 170 182 205 -
CMYK 0.17 0.11 0 0.20
HSL 219.43º 0.26% 0.74% -
HSV(B) 219.43º 0.17% 0.8% -
XYZ 44.32 46.41 64.38 -
YUV 181.03 141.52 120.13 -
System Red Green Blue C M Y K H S L
Decimal 170 182 205 0.17 0.11 0 0.20 219.43 0.26 0.74
Hex AA B6 CD 11 B 0 14 DB 1A 4A
Octal 252 266 315 21 13 0 24 333 32 112
Binary 10101010 10110110 11001101 10001 1011 0 10100 11011011 11010 1001010

Color Harmonies of #AAB6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB6CD

Black with #AAB6CD

Text Example


Text Example

White with #AAB6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB6CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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