#9EAEDE

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

Shades of Echo Blue #9EAEDE

Tints of Echo Blue #9EAEDE

Color information

#9EAEDE (or 0x9EAEDE) is unknown color: approx Echo Blue. HEX triplet: 9E, AE and DE. RGB value is (158,174,222). Sum of RGB (Red+Green+Blue) = 158+174+222=554 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.52% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #9EAEDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAEDE is #615121. Grayscale: #AEAEAE. Windows color (decimal): -6377762 or 14593694. OLE color: 14593694.

HSL color Cylindrical-coordinate representation of color #9EAEDE: hue angle of 225º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EAEDE is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB158174222-
CMYK0.290.2200.13
HSL225º49.23%74.51%-
HSV(B)225º28.83%87.06%-
XYZ42.4242.8275.14-
YUV174.69154.7116.1-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.52%
GREEN value IS 174 (68.36% from 255) = 31.41%
BLUE value IS 222 (87.11% from 255) = 40.07%
R=28.52%
G=31.41%
B=40.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1581742220.290.2200.1322549.2374.51
Hex9EAEDE1D160De1314b
Octal236256336352601534161113
Binary100111101010111011011110111011011001101111000011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,174,222); }

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

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

 a { background-color: rgb(158,174,222); }

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

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

 span { border-color: rgb(158,174,222); }

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