#9EAADB

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

Shades of Echo Blue #9EAADB

Tints of Echo Blue #9EAADB

Color information

#9EAADB (or 0x9EAADB) is unknown color: approx Echo Blue. HEX triplet: 9E, AA and DB. RGB value is (158,170,219). Sum of RGB (Red+Green+Blue) = 158+170+219=547 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.88% from 547); Green value is 170 (66.80% from 255 or 31.08% 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 #9EAADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAADB is #615524. Grayscale: #ABABAB. Windows color (decimal): -6378789 or 14396062. OLE color: 14396062.

HSL color Cylindrical-coordinate representation of color #9EAADB: hue angle of 228.2º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EAADB is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB158170219-
CMYK0.280.2200.14
HSL228.2º45.86%73.92%-
HSV(B)228.2º27.85%85.88%-
XYZ41.2641.1372.78-
YUV172154.52118.02-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.88%
GREEN value IS 170 (66.80% from 255) = 31.08%
BLUE value IS 219 (85.94% from 255) = 40.04%
R=28.88%
G=31.08%
B=40.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1581702190.280.2200.14228.245.8673.92
Hex9EAADB1C160Ee42e4a
Octal236252333342601634456112
Binary100111101010101011011011111001011001110111001001011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,170,219); }

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

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

 a { background-color: rgb(158,170,219); }

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

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

 span { border-color: rgb(158,170,219); }

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