#9FAACC

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

Shades of Echo Blue #9FAACC

Tints of Echo Blue #9FAACC

Color information

#9FAACC (or 0x9FAACC) is unknown color: approx Echo Blue. HEX triplet: 9F, AA and CC. RGB value is (159,170,204). Sum of RGB (Red+Green+Blue) = 159+170+204=533 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.83% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #9FAACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAACC is #605533. Grayscale: #AAAAAA. Windows color (decimal): -6313268 or 13413023. OLE color: 13413023.

HSL color Cylindrical-coordinate representation of color #9FAACC: hue angle of 225.33º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FAACC is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB159170204-
CMYK0.220.1700.2
HSL225.33º30.61%71.18%-
HSV(B)225.33º22.06%80%-
XYZ39.5740.4862.85-
YUV170.59146.86119.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.83%
GREEN value IS 170 (66.80% from 255) = 31.89%
BLUE value IS 204 (80.08% from 255) = 38.27%
R=29.83%
G=31.89%
B=38.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1591702040.220.1700.2225.3330.6171.18
Hex9FAACC1611014e11f47
Octal237252314262102434137107
Binary100111111010101011001100101101000101010011100001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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