#9FA8DE

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

Shades of Echo Blue #9FA8DE

Tints of Echo Blue #9FA8DE

Color information

#9FA8DE (or 0x9FA8DE) is unknown color: approx Echo Blue. HEX triplet: 9F, A8 and DE. RGB value is (159,168,222). Sum of RGB (Red+Green+Blue) = 159+168+222=549 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.96% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #9FA8DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA8DE is #605721. Grayscale: #ABABAB. Windows color (decimal): -6313762 or 14592159. OLE color: 14592159.

HSL color Cylindrical-coordinate representation of color #9FA8DE: hue angle of 231.43º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FA8DE is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB159168222-
CMYK0.280.2400.13
HSL231.43º48.84%74.71%-
HSV(B)231.43º28.38%87.06%-
XYZ41.4940.6574.77-
YUV171.46156.52119.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.96%
GREEN value IS 168 (66.02% from 255) = 30.60%
BLUE value IS 222 (87.11% from 255) = 40.44%
R=28.96%
G=30.60%
B=40.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1591682220.280.2400.13231.4348.8474.71
Hex9FA8DE1C180De7314b
Octal237250336343001534761113
Binary100111111010100011011110111001100001101111001111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,168,222); }

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

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

 a { background-color: rgb(159,168,222); }

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

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

 span { border-color: rgb(159,168,222); }

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