#9FAFCD

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

Shades of Echo Blue #9FAFCD

Tints of Echo Blue #9FAFCD

Color information

#9FAFCD (or 0x9FAFCD) is unknown color: approx Echo Blue. HEX triplet: 9F, AF and CD. RGB value is (159,175,205). Sum of RGB (Red+Green+Blue) = 159+175+205=539 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.50% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #9FAFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAFCD is #605032. Grayscale: #ADADAD. Windows color (decimal): -6311987 or 13479839. OLE color: 13479839.

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

Color convert

RGB159175205-
CMYK0.220.1500.20
HSL219.13º31.51%71.37%-
HSV(B)219.13º22.44%80.39%-
XYZ40.6542.4463.81-
YUV173.64145.7117.56-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.50%
GREEN value IS 175 (68.75% from 255) = 32.47%
BLUE value IS 205 (80.47% from 255) = 38.03%
R=29.50%
G=32.47%
B=38.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1591752050.220.1500.20219.1331.5171.37
Hex9FAFCD16F014db2047
Octal237257315261702433340107
Binary100111111010111111001101101101111010100110110111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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