#9FA6CE

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

Shades of Echo Blue #9FA6CE

Tints of Echo Blue #9FA6CE

Color information

#9FA6CE (or 0x9FA6CE) is unknown color: approx Echo Blue. HEX triplet: 9F, A6 and CE. RGB value is (159,166,206). Sum of RGB (Red+Green+Blue) = 159+166+206=531 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.94% from 531); Green value is 166 (65.23% from 255 or 31.26% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #9FA6CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA6CE is #605931. Grayscale: #A8A8A8. Windows color (decimal): -6314290 or 13543071. OLE color: 13543071.

HSL color Cylindrical-coordinate representation of color #9FA6CE: hue angle of 231.06º 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 #9FA6CE is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB159166206-
CMYK0.230.1900.19
HSL231.06º32.41%71.57%-
HSV(B)231.06º22.82%80.78%-
XYZ39.0739.163.88-
YUV168.47149.18121.25-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.94%
GREEN value IS 166 (65.23% from 255) = 31.26%
BLUE value IS 206 (80.86% from 255) = 38.79%
R=29.94%
G=31.26%
B=38.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1591662060.230.1900.19231.0632.4171.57
Hex9FA6CE1713013e72048
Octal237246316272302334740110
Binary1001111110100110110011101011110011010011111001111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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