Html Css Color HEX #AAADD8 Echo Blue

📋 copy color: '#AAADD8'

red 170 ◦ green 173 ◦ blue 216

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

Shades of Echo Blue #AAADD8

Tints of Echo Blue #AAADD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.64%

R = 30.41%
G = 30.95%
B = 38.64%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AAADD8 (or 0xAAADD8) is known color: Echo Blue. HEX triplet: AA, AD and D8. RGB value is (170,173,216). Sum of RGB (Red+Green+Blue) = 170+173+216=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 216 - color contains mainly: blue. Hex color #AAADD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADD8 is #555227. Grayscale: #B0B0B0. Windows color (decimal): -5591592 or 14200234. OLE color: 14200234.

HSL color Cylindrical-coordinate representation of color #AAADD8: hue angle of 236.09º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAADD8 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 173 216 -
CMYK 0.21 0.20 0 0.15
HSL 236.09º 0.37% 0.76% -
HSV(B) 236.09º 0.21% 0.85% -
XYZ 43.92 43.39 71.03 -
YUV 177.01 150.01 123 -
System Red Green Blue C M Y K H S L
Decimal 170 173 216 0.21 0.20 0 0.15 236.09 0.37 0.76
Hex AA AD D8 15 14 0 F EC 25 4C
Octal 252 255 330 25 24 0 17 354 45 114
Binary 10101010 10101101 11011000 10101 10100 0 1111 11101100 100101 1001100

Color Harmonies of #AAADD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAADD8

Black with #AAADD8

Text Example


Text Example

White with #AAADD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAADD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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