Html Css Color HEX #AAADCB Echo Blue

📋 copy color: '#AAADCB'

red 170 ◦ green 173 ◦ blue 203

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

Shades of Echo Blue #AAADCB

Tints of Echo Blue #AAADCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.18%

R = 31.14%
G = 31.68%
B = 37.18%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AAADCB (or 0xAAADCB) is known color: Echo Blue. HEX triplet: AA, AD and CB. RGB value is (170,173,203). Sum of RGB (Red+Green+Blue) = 170+173+203=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 203 - color contains mainly: blue. Hex color #AAADCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADCB is #555234. Grayscale: #AFAFAF. Windows color (decimal): -5591605 or 13348266. OLE color: 13348266.

HSL color Cylindrical-coordinate representation of color #AAADCB: hue angle of 234.55º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAADCB is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 173 203 -
CMYK 0.16 0.15 0 0.20
HSL 234.55º 0.24% 0.73% -
HSV(B) 234.55º 0.16% 0.8% -
XYZ 42.3 42.74 62.52 -
YUV 175.52 143.51 124.06 -
System Red Green Blue C M Y K H S L
Decimal 170 173 203 0.16 0.15 0 0.20 234.55 0.24 0.73
Hex AA AD CB 10 F 0 14 EB 18 49
Octal 252 255 313 20 17 0 24 353 30 111
Binary 10101010 10101101 11001011 10000 1111 0 10100 11101011 11000 1001001

Color Harmonies of #AAADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAADCB

Black with #AAADCB

Text Example


Text Example

White with #AAADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAADCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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