#9EA5CA

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

Shades of Echo Blue #9EA5CA

Tints of Echo Blue #9EA5CA

Color information

#9EA5CA (or 0x9EA5CA) is unknown color: approx Echo Blue. HEX triplet: 9E, A5 and CA. RGB value is (158,165,202). Sum of RGB (Red+Green+Blue) = 158+165+202=525 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.10% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #9EA5CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA5CA is #615A35. Grayscale: #A6A6A6. Windows color (decimal): -6380086 or 13280670. OLE color: 13280670.

HSL color Cylindrical-coordinate representation of color #9EA5CA: hue angle of 230.45º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9EA5CA is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB158165202-
CMYK0.220.1800.21
HSL230.45º29.33%70.59%-
HSV(B)230.45º21.78%79.22%-
XYZ38.2238.4461.28-
YUV167.12147.68121.49-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.10%
GREEN value IS 165 (64.84% from 255) = 31.43%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=30.10%
G=31.43%
B=38.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1581652020.220.1800.21230.4529.3370.59
Hex9EA5CA1612015e61d47
Octal236245312262202534635107
Binary100111101010010111001010101101001001010111100110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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