#9EAEDD

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

Shades of Echo Blue #9EAEDD

Tints of Echo Blue #9EAEDD

Color information

#9EAEDD (or 0x9EAEDD) is unknown color: approx Echo Blue. HEX triplet: 9E, AE and DD. RGB value is (158,174,221). Sum of RGB (Red+Green+Blue) = 158+174+221=553 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.57% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #9EAEDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAEDD is #615122. Grayscale: #AEAEAE. Windows color (decimal): -6377763 or 14528158. OLE color: 14528158.

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

Color convert

RGB158174221-
CMYK0.290.2100.13
HSL224.76º48.09%74.31%-
HSV(B)224.76º28.51%86.67%-
XYZ42.2942.7674.43-
YUV174.57154.2116.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.57%
GREEN value IS 174 (68.36% from 255) = 31.46%
BLUE value IS 221 (86.72% from 255) = 39.96%
R=28.57%
G=31.46%
B=39.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1581742210.290.2100.13224.7648.0974.31
Hex9EAEDD1D150De1304a
Octal236256335352501534160112
Binary100111101010111011011101111011010101101111000011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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