#9EA5C0

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

Shades of Echo Blue #9EA5C0

Tints of Echo Blue #9EA5C0

Color information

#9EA5C0 (or 0x9EA5C0) is unknown color: approx Echo Blue. HEX triplet: 9E, A5 and C0. RGB value is (158,165,192). Sum of RGB (Red+Green+Blue) = 158+165+192=515 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.68% from 515); Green value is 165 (64.84% from 255 or 32.04% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 192 - color contains mainly: blue. Hex color #9EA5C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA5C0 is #615A3F. Grayscale: #A5A5A5. Windows color (decimal): -6380096 or 12625310. OLE color: 12625310.

HSL color Cylindrical-coordinate representation of color #9EA5C0: hue angle of 227.65º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9EA5C0 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB158165192-
CMYK0.180.1400.25
HSL227.65º21.25%68.63%-
HSV(B)227.65º17.71%75.29%-
XYZ37.0737.9955.25-
YUV165.98142.68122.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.68%
GREEN value IS 165 (64.84% from 255) = 32.04%
BLUE value IS 192 (75.39% from 255) = 37.28%
R=30.68%
G=32.04%
B=37.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581651920.180.1400.25227.6521.2568.63
Hex9EA5C012E019e41545
Octal236245300221603134425105
Binary10011110101001011100000010010111001100111100100101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,165,192); }

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

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

 a { background-color: rgb(158,165,192); }

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

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

 span { border-color: rgb(158,165,192); }

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