#9FA9CD

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

Shades of Echo Blue #9FA9CD

Tints of Echo Blue #9FA9CD

Color information

#9FA9CD (or 0x9FA9CD) is unknown color: approx Echo Blue. HEX triplet: 9F, A9 and CD. RGB value is (159,169,205). Sum of RGB (Red+Green+Blue) = 159+169+205=533 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.83% from 533); Green value is 169 (66.41% from 255 or 31.71% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #9FA9CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA9CD is #605632. Grayscale: #A9A9A9. Windows color (decimal): -6313523 or 13478303. OLE color: 13478303.

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

Color convert

RGB159169205-
CMYK0.220.1800.20
HSL226.96º31.51%71.37%-
HSV(B)226.96º22.44%80.39%-
XYZ39.5140.1563.43-
YUV170.11147.69120.07-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.83%
GREEN value IS 169 (66.41% from 255) = 31.71%
BLUE value IS 205 (80.47% from 255) = 38.46%
R=29.83%
G=31.71%
B=38.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1591692050.220.1800.20226.9631.5171.37
Hex9FA9CD1612014e32047
Octal237251315262202434340107
Binary1001111110101001110011011011010010010100111000111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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