#9FAACD

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

Shades of Echo Blue #9FAACD

Tints of Echo Blue #9FAACD

Color information

#9FAACD (or 0x9FAACD) is unknown color: approx Echo Blue. HEX triplet: 9F, AA and CD. RGB value is (159,170,205). Sum of RGB (Red+Green+Blue) = 159+170+205=534 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.78% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #9FAACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAACD is #605532. Grayscale: #AAAAAA. Windows color (decimal): -6313267 or 13478559. OLE color: 13478559.

HSL color Cylindrical-coordinate representation of color #9FAACD: hue angle of 225.65º degrees, saturation: 0.32, 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 #9FAACD is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB159170205-
CMYK0.220.1700.20
HSL225.65º31.51%71.37%-
HSV(B)225.65º22.44%80.39%-
XYZ39.6940.5363.49-
YUV170.7147.36119.65-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.78%
GREEN value IS 170 (66.80% from 255) = 31.84%
BLUE value IS 205 (80.47% from 255) = 38.39%
R=29.78%
G=31.84%
B=38.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1591702050.220.1700.20225.6531.5171.37
Hex9FAACD1611014e22047
Octal237252315262102434240107
Binary1001111110101010110011011011010001010100111000101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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