Html Css Color HEX #AAADD0 Echo Blue

📋 copy color: '#AAADD0'

red 170 ◦ green 173 ◦ blue 208

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

Shades of Echo Blue #AAADD0

Tints of Echo Blue #AAADD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.75%

R = 30.85%
G = 31.4%
B = 37.75%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AAADD0 (or 0xAAADD0) is known color: Echo Blue. HEX triplet: AA, AD and D0. RGB value is (170,173,208). Sum of RGB (Red+Green+Blue) = 170+173+208=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 208 - color contains mainly: blue. Hex color #AAADD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADD0 is #55522F. Grayscale: #AFAFAF. Windows color (decimal): -5591600 or 13675946. OLE color: 13675946.

HSL color Cylindrical-coordinate representation of color #AAADD0: hue angle of 235.26º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAADD0 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 173 208 -
CMYK 0.18 0.17 0 0.18
HSL 235.26º 0.29% 0.74% -
HSV(B) 235.26º 0.18% 0.82% -
XYZ 42.91 42.99 65.71 -
YUV 176.09 146.01 123.65 -
System Red Green Blue C M Y K H S L
Decimal 170 173 208 0.18 0.17 0 0.18 235.26 0.29 0.74
Hex AA AD D0 12 11 0 12 EB 1D 4A
Octal 252 255 320 22 21 0 22 353 35 112
Binary 10101010 10101101 11010000 10010 10001 0 10010 11101011 11101 1001010

Color Harmonies of #AAADD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAADD0

Black with #AAADD0

Text Example


Text Example

White with #AAADD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAADD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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