#9EAACB

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

Shades of Echo Blue #9EAACB

Tints of Echo Blue #9EAACB

Color information

#9EAACB (or 0x9EAACB) is unknown color: approx Echo Blue. HEX triplet: 9E, AA and CB. RGB value is (158,170,203). Sum of RGB (Red+Green+Blue) = 158+170+203=531 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.76% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #9EAACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAACB is #615534. Grayscale: #AAAAAA. Windows color (decimal): -6378805 or 13347486. OLE color: 13347486.

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

Color convert

RGB158170203-
CMYK0.220.1600.20
HSL224º30.2%70.78%-
HSV(B)224º22.17%79.61%-
XYZ39.2540.3362.22-
YUV170.17146.52119.32-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.76%
GREEN value IS 170 (66.80% from 255) = 32.02%
BLUE value IS 203 (79.69% from 255) = 38.23%
R=29.76%
G=32.02%
B=38.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1581702030.220.1600.2022430.270.78
Hex9EAACB1610014e01e47
Octal236252313262002434036107
Binary100111101010101011001011101101000001010011100000111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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