#9FA7CB

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

Shades of Echo Blue #9FA7CB

Tints of Echo Blue #9FA7CB

Color information

#9FA7CB (or 0x9FA7CB) is unknown color: approx Echo Blue. HEX triplet: 9F, A7 and CB. RGB value is (159,167,203). Sum of RGB (Red+Green+Blue) = 159+167+203=529 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30.06% from 529); Green value is 167 (65.62% from 255 or 31.57% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #9FA7CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA7CB is #605834. Grayscale: #A8A8A8. Windows color (decimal): -6314037 or 13346719. OLE color: 13346719.

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

Color convert

RGB159167203-
CMYK0.220.1800.20
HSL229.09º29.73%70.98%-
HSV(B)229.09º21.67%79.61%-
XYZ38.939.3262.04-
YUV168.71147.35121.07-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.06%
GREEN value IS 167 (65.62% from 255) = 31.57%
BLUE value IS 203 (79.69% from 255) = 38.37%
R=30.06%
G=31.57%
B=38.37%

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
Decimal1591672030.220.1800.20229.0929.7370.98
Hex9FA7CB1612014e51e47
Octal237247313262202434536107
Binary100111111010011111001011101101001001010011100101111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,167,203); }

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

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

 a { background-color: rgb(159,167,203); }

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

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

 span { border-color: rgb(159,167,203); }

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