Html Css Color HEX #AAADD5 Echo Blue

📋 copy color: '#AAADD5'

red 170 ◦ green 173 ◦ blue 213

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

Shades of Echo Blue #AAADD5

Tints of Echo Blue #AAADD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.31%

R = 30.58%
G = 31.12%
B = 38.31%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AAADD5 (or 0xAAADD5) is known color: Echo Blue. HEX triplet: AA, AD and D5. RGB value is (170,173,213). Sum of RGB (Red+Green+Blue) = 170+173+213=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 213 (83.59% from 255 or 38.31% from 556); Max value from RGB is 213 - color contains mainly: blue. Hex color #AAADD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADD5 is #55522A. Grayscale: #B0B0B0. Windows color (decimal): -5591595 or 14003626. OLE color: 14003626.

HSL color Cylindrical-coordinate representation of color #AAADD5: hue angle of 235.81º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAADD5 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 173 213 -
CMYK 0.20 0.19 0 0.16
HSL 235.81º 0.34% 0.75% -
HSV(B) 235.81º 0.2% 0.84% -
XYZ 43.53 43.24 69 -
YUV 176.66 148.51 123.25 -
System Red Green Blue C M Y K H S L
Decimal 170 173 213 0.20 0.19 0 0.16 235.81 0.34 0.75
Hex AA AD D5 14 13 0 10 EC 22 4B
Octal 252 255 325 24 23 0 20 354 42 113
Binary 10101010 10101101 11010101 10100 10011 0 10000 11101100 100010 1001011

Color Harmonies of #AAADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAADD5

Black with #AAADD5

Text Example


Text Example

White with #AAADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAADD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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