#9FAACE

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

Shades of Echo Blue #9FAACE

Tints of Echo Blue #9FAACE

Color information

#9FAACE (or 0x9FAACE) is unknown color: approx Echo Blue. HEX triplet: 9F, AA and CE. RGB value is (159,170,206). Sum of RGB (Red+Green+Blue) = 159+170+206=535 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.72% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #9FAACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAACE is #605531. Grayscale: #AAAAAA. Windows color (decimal): -6313266 or 13544095. OLE color: 13544095.

HSL color Cylindrical-coordinate representation of color #9FAACE: hue angle of 225.96º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FAACE is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB159170206-
CMYK0.230.1700.19
HSL225.96º32.41%71.57%-
HSV(B)225.96º22.82%80.78%-
XYZ39.8140.5864.13-
YUV170.82147.86119.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.72%
GREEN value IS 170 (66.80% from 255) = 31.78%
BLUE value IS 206 (80.86% from 255) = 38.50%
R=29.72%
G=31.78%
B=38.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1591702060.230.1700.19225.9632.4171.57
Hex9FAACE1711013e22048
Octal237252316272102334240110
Binary1001111110101010110011101011110001010011111000101000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,170,206); }

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

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

 a { background-color: rgb(159,170,206); }

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

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

 span { border-color: rgb(159,170,206); }

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