Html Css Color HEX #AAADCA Echo Blue

📋 copy color: '#AAADCA'

red 170 ◦ green 173 ◦ blue 202

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

Shades of Echo Blue #AAADCA

Tints of Echo Blue #AAADCA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.74%

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

R = 31.19%
G = 31.74%
B = 37.06%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AAADCA (or 0xAAADCA) is known color: Echo Blue. HEX triplet: AA, AD and CA. RGB value is (170,173,202). Sum of RGB (Red+Green+Blue) = 170+173+202=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 202 - color contains mainly: blue. Hex color #AAADCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADCA is #555235. Grayscale: #AFAFAF. Windows color (decimal): -5591606 or 13282730. OLE color: 13282730.

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

Color convert

RGB 170 173 202 -
CMYK 0.16 0.14 0 0.21
HSL 234.38º 0.23% 0.73% -
HSV(B) 234.38º 0.16% 0.79% -
XYZ 42.18 42.7 61.9 -
YUV 175.41 143.01 124.14 -
System Red Green Blue C M Y K H S L
Decimal 170 173 202 0.16 0.14 0 0.21 234.38 0.23 0.73
Hex AA AD CA 10 E 0 15 EA 17 49
Octal 252 255 312 20 16 0 25 352 27 111
Binary 10101010 10101101 11001010 10000 1110 0 10101 11101010 10111 1001001

Color Harmonies of #AAADCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAADCA

Black with #AAADCA

Text Example


Text Example

White with #AAADCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAADCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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