#9FAFDF

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

Shades of Echo Blue #9FAFDF

Tints of Echo Blue #9FAFDF

Color information

#9FAFDF (or 0x9FAFDF) is unknown color: approx Echo Blue. HEX triplet: 9F, AF and DF. RGB value is (159,175,223). Sum of RGB (Red+Green+Blue) = 159+175+223=557 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.55% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #9FAFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAFDF is #605020. Grayscale: #AFAFAF. Windows color (decimal): -6311969 or 14659487. OLE color: 14659487.

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

Color convert

RGB159175223-
CMYK0.290.2200.13
HSL225º50%74.9%-
HSV(B)225º28.7%87.45%-
XYZ42.9543.3675.92-
YUV175.69154.7116.1-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.55%
GREEN value IS 175 (68.75% from 255) = 31.42%
BLUE value IS 223 (87.5% from 255) = 40.04%
R=28.55%
G=31.42%
B=40.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1591752230.290.2200.132255074.9
Hex9FAFDF1D160De1324b
Octal237257337352601534162113
Binary100111111010111111011111111011011001101111000011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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