#9eacde

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

Shades of Echo Blue #9EACDE

Tints of Echo Blue #9EACDE

Color information

#9EACDE (or 0x9EACDE) is unknown color: approx Echo Blue. HEX triplet: 9E, AC and DE. RGB value is (158,172,222). Sum of RGB (Red+Green+Blue) = 158+172+222=552 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.62% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #9EACDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EACDE is #615321. Grayscale: #ADADAD. Windows color (decimal): -6378274 or 14593182. OLE color: 14593182.

HSL color Cylindrical-coordinate representation of color #9EACDE: hue angle of 226.88º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EACDE is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB158172222-
CMYK0.290.2300.13
HSL226.88º49.23%74.51%-
HSV(B)226.88º28.83%87.06%-
XYZ42.0442.0575.01-
YUV173.51155.36116.93-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.62%
GREEN value IS 172 (67.58% from 255) = 31.16%
BLUE value IS 222 (87.11% from 255) = 40.22%
R=28.62%
G=31.16%
B=40.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1581722220.290.2300.13226.8849.2374.51
Hex9EACDE1D170De3314b
Octal236254336352701534361113
Binary100111101010110011011110111011011101101111000111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9eacde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,172,222); }

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

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

 a { background-color: rgb(158,172,222); }

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

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

 span { border-color: rgb(158,172,222); }

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