#9EA9CA

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

Shades of Echo Blue #9EA9CA

Tints of Echo Blue #9EA9CA

Color information

#9EA9CA (or 0x9EA9CA) is unknown color: approx Echo Blue. HEX triplet: 9E, A9 and CA. RGB value is (158,169,202). Sum of RGB (Red+Green+Blue) = 158+169+202=529 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.87% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 202 - color contains mainly: blue. Hex color #9EA9CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA9CA is #615635. Grayscale: #A9A9A9. Windows color (decimal): -6379062 or 13281694. OLE color: 13281694.

HSL color Cylindrical-coordinate representation of color #9EA9CA: hue angle of 225º 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 #9EA9CA is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB158169202-
CMYK0.220.1600.21
HSL225º29.33%70.59%-
HSV(B)225º21.78%79.22%-
XYZ38.9539.9161.53-
YUV169.47146.36119.82-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.87%
GREEN value IS 169 (66.41% from 255) = 31.95%
BLUE value IS 202 (79.30% from 255) = 38.19%
R=29.87%
G=31.95%
B=38.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1581692020.220.1600.2122529.3370.59
Hex9EA9CA1610015e11d47
Octal236251312262002534135107
Binary100111101010100111001010101101000001010111100001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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