#9AAEDB

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

Shades of Echo Blue #9AAEDB

Tints of Echo Blue #9AAEDB

Color information

#9AAEDB (or 0x9AAEDB) is unknown color: approx Echo Blue. HEX triplet: 9A, AE and DB. RGB value is (154,174,219). Sum of RGB (Red+Green+Blue) = 154+174+219=547 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.15% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #9AAEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AAEDB is #655124. Grayscale: #ACACAC. Windows color (decimal): -6639909 or 14397082. OLE color: 14397082.

HSL color Cylindrical-coordinate representation of color #9AAEDB: hue angle of 221.54º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AAEDB is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB154174219-
CMYK0.300.2100.14
HSL221.54º47.45%73.14%-
HSV(B)221.54º29.68%85.88%-
XYZ41.2542.2673-
YUV173.15153.87114.34-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.15%
GREEN value IS 174 (68.36% from 255) = 31.81%
BLUE value IS 219 (85.94% from 255) = 40.04%
R=28.15%
G=31.81%
B=40.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1541742190.300.2100.14221.5447.4573.14
Hex9AAEDB1E150Ede2f49
Octal232256333362501633657111
Binary100110101010111011011011111101010101110110111101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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