#9FAEDE

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

Shades of Echo Blue #9FAEDE

Tints of Echo Blue #9FAEDE

Color information

#9FAEDE (or 0x9FAEDE) is unknown color: approx Echo Blue. HEX triplet: 9F, AE and DE. RGB value is (159,174,222). Sum of RGB (Red+Green+Blue) = 159+174+222=555 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.65% from 555); Green value is 174 (68.36% from 255 or 31.35% 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 #9FAEDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAEDE is #605121. Grayscale: #AEAEAE. Windows color (decimal): -6312226 or 14593695. OLE color: 14593695.

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

Color convert

RGB159174222-
CMYK0.280.2200.13
HSL225.71º48.84%74.71%-
HSV(B)225.71º28.38%87.06%-
XYZ42.6242.9275.14-
YUV174.99154.53116.6-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.65%
GREEN value IS 174 (68.36% from 255) = 31.35%
BLUE value IS 222 (87.11% from 255) = 40%
R=28.65%
G=31.35%
B=40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1591742220.280.2200.13225.7148.8474.71
Hex9FAEDE1C160De2314b
Octal237256336342601534261113
Binary100111111010111011011110111001011001101111000101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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