Html Css Color HEX #AAADDA Echo Blue

📋 copy color: '#AAADDA'

red 170 ◦ green 173 ◦ blue 218

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

Shades of Echo Blue #AAADDA

Tints of Echo Blue #AAADDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.86%

R = 30.3%
G = 30.84%
B = 38.86%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AAADDA (or 0xAAADDA) is known color: Echo Blue. HEX triplet: AA, AD and DA. RGB value is (170,173,218). Sum of RGB (Red+Green+Blue) = 170+173+218=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #AAADDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADDA is #555225. Grayscale: #B1B1B1. Windows color (decimal): -5591590 or 14331306. OLE color: 14331306.

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

Color convert

RGB 170 173 218 -
CMYK 0.22 0.21 0 0.15
HSL 236.25º 0.39% 0.76% -
HSV(B) 236.25º 0.22% 0.85% -
XYZ 44.18 43.5 72.4 -
YUV 177.23 151.01 122.84 -
System Red Green Blue C M Y K H S L
Decimal 170 173 218 0.22 0.21 0 0.15 236.25 0.39 0.76
Hex AA AD DA 16 15 0 F EC 27 4C
Octal 252 255 332 26 25 0 17 354 47 114
Binary 10101010 10101101 11011010 10110 10101 0 1111 11101100 100111 1001100

Color Harmonies of #AAADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAADDA

Black with #AAADDA

Text Example


Text Example

White with #AAADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAADDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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