#9EAACD

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

Shades of Echo Blue #9EAACD

Tints of Echo Blue #9EAACD

Color information

#9EAACD (or 0x9EAACD) is unknown color: approx Echo Blue. HEX triplet: 9E, AA and CD. RGB value is (158,170,205). Sum of RGB (Red+Green+Blue) = 158+170+205=533 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.64% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #9EAACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAACD is #615532. Grayscale: #AAAAAA. Windows color (decimal): -6378803 or 13478558. OLE color: 13478558.

HSL color Cylindrical-coordinate representation of color #9EAACD: hue angle of 224.68º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9EAACD is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB158170205-
CMYK0.230.1700.20
HSL224.68º31.97%71.18%-
HSV(B)224.68º22.93%80.39%-
XYZ39.4940.4363.48-
YUV170.4147.52119.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.64%
GREEN value IS 170 (66.80% from 255) = 31.89%
BLUE value IS 205 (80.47% from 255) = 38.46%
R=29.64%
G=31.89%
B=38.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1581702050.230.1700.20224.6831.9771.18
Hex9EAACD1711014e12047
Octal236252315272102434140107
Binary1001111010101010110011011011110001010100111000011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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