#9FACDE

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

Shades of Echo Blue #9FACDE

Tints of Echo Blue #9FACDE

Color information

#9FACDE (or 0x9FACDE) is unknown color: approx Echo Blue. HEX triplet: 9F, AC and DE. RGB value is (159,172,222). Sum of RGB (Red+Green+Blue) = 159+172+222=553 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.75% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #9FACDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FACDE is #605321. Grayscale: #ADADAD. Windows color (decimal): -6312738 or 14593183. OLE color: 14593183.

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

Color convert

RGB159172222-
CMYK0.280.2300.13
HSL227.62º48.84%74.71%-
HSV(B)227.62º28.38%87.06%-
XYZ42.2442.1575.02-
YUV173.81155.19117.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.75%
GREEN value IS 172 (67.58% from 255) = 31.10%
BLUE value IS 222 (87.11% from 255) = 40.14%
R=28.75%
G=31.10%
B=40.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1591722220.280.2300.13227.6248.8474.71
Hex9FACDE1C170De4314b
Octal237254336342701534461113
Binary100111111010110011011110111001011101101111001001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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