#9AAEDE

Color #9AAEDE Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #9AAEDE

Tints of Echo Blue #9AAEDE

Color information

#9AAEDE (or 0x9AAEDE) is unknown color: approx Echo Blue. HEX triplet: 9A, AE and DE. RGB value is (154,174,222). Sum of RGB (Red+Green+Blue) = 154+174+222=550 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #9AAEDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAEDE is #655121. Grayscale: #ADADAD. Windows color (decimal): -6639906 or 14593690. OLE color: 14593690.

HSL color Cylindrical-coordinate representation of color #9AAEDE: hue angle of 222.35º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AAEDE is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB154174222-
CMYK0.310.2200.13
HSL222.35º50.75%73.73%-
HSV(B)222.35º30.63%87.06%-
XYZ41.6542.4275.1-
YUV173.49155.37114.1-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28%
GREEN value IS 174 (68.36% from 255) = 31.64%
BLUE value IS 222 (87.11% from 255) = 40.36%
R=28%
G=31.64%
B=40.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1541742220.310.2200.13222.3550.7573.73
Hex9AAEDE1F160Dde334a
Octal232256336372601533663112
Binary100110101010111011011110111111011001101110111101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,174,222); }

 H1.HeaderClassName
 {
   color: #9AAEDE;
 }
 .AnyTagClassName
 {
   color: #9AAEDE;
 }
</style>
background-color css

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

 a { background-color: rgb(154,174,222); }

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

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

 span { border-color: rgb(154,174,222); }

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