#9EAACC

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

Shades of Echo Blue #9EAACC

Tints of Echo Blue #9EAACC

Color information

#9EAACC (or 0x9EAACC) is unknown color: approx Echo Blue. HEX triplet: 9E, AA and CC. RGB value is (158,170,204). Sum of RGB (Red+Green+Blue) = 158+170+204=532 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.70% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #9EAACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAACC is #615533. Grayscale: #AAAAAA. Windows color (decimal): -6378804 or 13413022. OLE color: 13413022.

HSL color Cylindrical-coordinate representation of color #9EAACC: hue angle of 224.35º degrees, saturation: 0.31, 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 #9EAACC is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB158170204-
CMYK0.230.1700.2
HSL224.35º31.08%70.98%-
HSV(B)224.35º22.55%80%-
XYZ39.3740.3862.85-
YUV170.29147.02119.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.70%
GREEN value IS 170 (66.80% from 255) = 31.95%
BLUE value IS 204 (80.08% from 255) = 38.35%
R=29.70%
G=31.95%
B=38.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1581702040.230.1700.2224.3531.0870.98
Hex9EAACC1711014e01f47
Octal236252314272102434037107
Binary100111101010101011001100101111000101010011100000111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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