#9FAFCF

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

Shades of Echo Blue #9FAFCF

Tints of Echo Blue #9FAFCF

Color information

#9FAFCF (or 0x9FAFCF) is unknown color: approx Echo Blue. HEX triplet: 9F, AF and CF. RGB value is (159,175,207). Sum of RGB (Red+Green+Blue) = 159+175+207=541 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.39% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #9FAFCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAFCF is #605030. Grayscale: #ADADAD. Windows color (decimal): -6311985 or 13610911. OLE color: 13610911.

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

Color convert

RGB159175207-
CMYK0.230.1500.19
HSL220º33.33%71.76%-
HSV(B)220º23.19%81.18%-
XYZ40.8942.5465.09-
YUV173.86146.7117.4-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.39%
GREEN value IS 175 (68.75% from 255) = 32.35%
BLUE value IS 207 (81.25% from 255) = 38.26%
R=29.39%
G=32.35%
B=38.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1591752070.230.1500.1922033.3371.76
Hex9FAFCF17F013dc2148
Octal237257317271702333441110
Binary100111111010111111001111101111111010011110111001000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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