#9FAFC9

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

Shades of Echo Blue #9FAFC9

Tints of Echo Blue #9FAFC9

Color information

#9FAFC9 (or 0x9FAFC9) is unknown color: approx Echo Blue. HEX triplet: 9F, AF and C9. RGB value is (159,175,201). Sum of RGB (Red+Green+Blue) = 159+175+201=535 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.72% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 201 (78.91% from 255 or 37.57% from 535); Max value from RGB is 201 - color contains mainly: blue. Hex color #9FAFC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAFC9 is #605036. Grayscale: #ADADAD. Windows color (decimal): -6311991 or 13217695. OLE color: 13217695.

HSL color Cylindrical-coordinate representation of color #9FAFC9: hue angle of 217.14º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FAFC9 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB159175201-
CMYK0.210.1300.21
HSL217.14º28%70.59%-
HSV(B)217.14º20.9%78.82%-
XYZ40.1742.2561.3-
YUV173.18143.7117.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.72%
GREEN value IS 175 (68.75% from 255) = 32.71%
BLUE value IS 201 (78.91% from 255) = 37.57%
R=29.72%
G=32.71%
B=37.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1591752010.210.1300.21217.142870.59
Hex9FAFC915D015d91c47
Octal237257311251502533134107
Binary10011111101011111100100110101110101010111011001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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