Html Css Color HEX #9AAADD Echo Blue

📋 copy color: '#9AAADD'

red 154 ◦ green 170 ◦ blue 221

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

Shades of Echo Blue #9AAADD

Tints of Echo Blue #9AAADD

RGB

 RED value IS 154 (60.55% from 255) = 28.26%

 GREEN value IS 170 (66.8% from 255) = 31.19%

 BLUE value IS 221 (86.72% from 255) = 40.55%

R = 28.26%
G = 31.19%
B = 40.55%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9AAADD (or 0x9AAADD) is known color: Echo Blue. HEX triplet: 9A, AA and DD. RGB value is (154,170,221). Sum of RGB (Red+Green+Blue) = 154+170+221=545 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.26% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #9AAADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAADD is #655522. Grayscale: #AAAAAA. Windows color (decimal): -6640931 or 14527130. OLE color: 14527130.

HSL color Cylindrical-coordinate representation of color #9AAADD: hue angle of 225.67º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AAADD is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 170 221 -
CMYK 0.30 0.23 0 0.13
HSL 225.67º 0.5% 0.74% -
HSV(B) 225.67º 0.3% 0.87% -
XYZ 40.75 40.84 74.14 -
YUV 171.03 156.2 115.85 -
System Red Green Blue C M Y K H S L
Decimal 154 170 221 0.30 0.23 0 0.13 225.67 0.5 0.74
Hex 9A AA DD 1E 17 0 D E2 32 4A
Octal 232 252 335 36 27 0 15 342 62 112
Binary 10011010 10101010 11011101 11110 10111 0 1101 11100010 110010 1001010

Color Harmonies of #9AAADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAADD

Black with #9AAADD

Text Example


Text Example

White with #9AAADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AAADD; }

 p { color: rgb(154,170,221); }

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

background-color css

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

 a { background-color: rgb(154,170,221); }

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

border-color css

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

 span { border-color: rgb(154,170,221); }

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