#9EAFCA

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

Shades of Echo Blue #9EAFCA

Tints of Echo Blue #9EAFCA

Color information

#9EAFCA (or 0x9EAFCA) is unknown color: approx Echo Blue. HEX triplet: 9E, AF and CA. RGB value is (158,175,202). Sum of RGB (Red+Green+Blue) = 158+175+202=535 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.53% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #9EAFCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAFCA is #615035. Grayscale: #ACACAC. Windows color (decimal): -6377526 or 13283230. OLE color: 13283230.

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

Color convert

RGB158175202-
CMYK0.220.1300.21
HSL216.82º29.33%70.59%-
HSV(B)216.82º21.78%79.22%-
XYZ40.0942.1961.91-
YUV172.99144.37117.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.53%
GREEN value IS 175 (68.75% from 255) = 32.71%
BLUE value IS 202 (79.30% from 255) = 37.76%
R=29.53%
G=32.71%
B=37.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1581752020.220.1300.21216.8229.3370.59
Hex9EAFCA16D015d91d47
Octal236257312261502533135107
Binary10011110101011111100101010110110101010111011001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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