Html Css Color HEX #AAB7CA Echo Blue

📋 copy color: '#AAB7CA'

red 170 ◦ green 183 ◦ blue 202

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

Shades of Echo Blue #AAB7CA

Tints of Echo Blue #AAB7CA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.97%

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

R = 30.63%
G = 32.97%
B = 36.4%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AAB7CA (or 0xAAB7CA) is known color: Echo Blue. HEX triplet: AA, B7 and CA. RGB value is (170,183,202). Sum of RGB (Red+Green+Blue) = 170+183+202=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 183 (71.88% from 255 or 32.97% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 202 - color contains mainly: blue. Hex color #AAB7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB7CA is #554835. Grayscale: #B5B5B5. Windows color (decimal): -5589046 or 13285290. OLE color: 13285290.

HSL color Cylindrical-coordinate representation of color #AAB7CA: hue angle of 215.62º 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 #AAB7CA is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 183 202 -
CMYK 0.16 0.09 0 0.21
HSL 215.63º 0.23% 0.73% -
HSV(B) 215.63º 0.16% 0.79% -
XYZ 44.17 46.68 62.56 -
YUV 181.28 139.69 119.96 -
System Red Green Blue C M Y K H S L
Decimal 170 183 202 0.16 0.09 0 0.21 215.63 0.23 0.73
Hex AA B7 CA 10 9 0 15 D8 17 49
Octal 252 267 312 20 11 0 25 330 27 111
Binary 10101010 10110111 11001010 10000 1001 0 10101 11011000 10111 1001001

Color Harmonies of #AAB7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB7CA

Black with #AAB7CA

Text Example


Text Example

White with #AAB7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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