Html Css Color HEX #AAADC8 Echo Blue

📋 copy color: '#AAADC8'

red 170 ◦ green 173 ◦ blue 200

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

Shades of Echo Blue #AAADC8

Tints of Echo Blue #AAADC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.83%

R = 31.31%
G = 31.86%
B = 36.83%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AAADC8 (or 0xAAADC8) is known color: Echo Blue. HEX triplet: AA, AD and C8. RGB value is (170,173,200). Sum of RGB (Red+Green+Blue) = 170+173+200=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 200 (78.52% from 255 or 36.83% from 543); Max value from RGB is 200 - color contains mainly: blue. Hex color #AAADC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADC8 is #555237. Grayscale: #AFAFAF. Windows color (decimal): -5591608 or 13151658. OLE color: 13151658.

HSL color Cylindrical-coordinate representation of color #AAADC8: hue angle of 234º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAADC8 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 173 200 -
CMYK 0.15 0.14 0 0.22
HSL 234º 0.21% 0.73% -
HSV(B) 234º 0.15% 0.78% -
XYZ 41.95 42.6 60.66 -
YUV 175.18 142.01 124.3 -
System Red Green Blue C M Y K H S L
Decimal 170 173 200 0.15 0.14 0 0.22 234 0.21 0.73
Hex AA AD C8 F E 0 16 EA 15 49
Octal 252 255 310 17 16 0 26 352 25 111
Binary 10101010 10101101 11001000 1111 1110 0 10110 11101010 10101 1001001

Color Harmonies of #AAADC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAADC8

Black with #AAADC8

Text Example


Text Example

White with #AAADC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAADC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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