Html Css Color HEX #AAB5CA Echo Blue

📋 copy color: '#AAB5CA'

red 170 ◦ green 181 ◦ blue 202

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

Shades of Echo Blue #AAB5CA

Tints of Echo Blue #AAB5CA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.73%

 BLUE value IS 202 (79.3% from 255) = 36.53%

R = 30.74%
G = 32.73%
B = 36.53%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AAB5CA (or 0xAAB5CA) is known color: Echo Blue. HEX triplet: AA, B5 and CA. RGB value is (170,181,202). Sum of RGB (Red+Green+Blue) = 170+181+202=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 181 (71.09% from 255 or 32.73% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 202 - color contains mainly: blue. Hex color #AAB5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5CA is #554A35. Grayscale: #B4B4B4. Windows color (decimal): -5589558 or 13284778. OLE color: 13284778.

HSL color Cylindrical-coordinate representation of color #AAB5CA: hue angle of 219.38º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAB5CA is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 181 202 -
CMYK 0.16 0.10 0 0.21
HSL 219.38º 0.23% 0.73% -
HSV(B) 219.38º 0.16% 0.79% -
XYZ 43.76 45.86 62.42 -
YUV 180.11 140.36 120.79 -
System Red Green Blue C M Y K H S L
Decimal 170 181 202 0.16 0.10 0 0.21 219.38 0.23 0.73
Hex AA B5 CA 10 A 0 15 DB 17 49
Octal 252 265 312 20 12 0 25 333 27 111
Binary 10101010 10110101 11001010 10000 1010 0 10101 11011011 10111 1001001

Color Harmonies of #AAB5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB5CA

Black with #AAB5CA

Text Example


Text Example

White with #AAB5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB5CA; }

 p { color: rgb(170,181,202); }

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

background-color css

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

 a { background-color: rgb(170,181,202); }

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

border-color css

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

 span { border-color: rgb(170,181,202); }

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