#9EAFDE

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

Shades of Echo Blue #9EAFDE

Tints of Echo Blue #9EAFDE

Color information

#9EAFDE (or 0x9EAFDE) is unknown color: approx Echo Blue. HEX triplet: 9E, AF and DE. RGB value is (158,175,222). Sum of RGB (Red+Green+Blue) = 158+175+222=555 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.47% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #9EAFDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAFDE is #615021. Grayscale: #AFAFAF. Windows color (decimal): -6377506 or 14593950. OLE color: 14593950.

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

Color convert

RGB158175222-
CMYK0.290.2100.13
HSL224.06º49.23%74.51%-
HSV(B)224.06º28.83%87.06%-
XYZ42.6243.275.2-
YUV175.27154.37115.68-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.47%
GREEN value IS 175 (68.75% from 255) = 31.53%
BLUE value IS 222 (87.11% from 255) = 40%
R=28.47%
G=31.53%
B=40%

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
Decimal1581752220.290.2100.13224.0649.2374.51
Hex9EAFDE1D150De0314b
Octal236257336352501534061113
Binary100111101010111111011110111011010101101111000001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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