#9FACDF

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

Shades of Echo Blue #9FACDF

Tints of Echo Blue #9FACDF

Color information

#9FACDF (or 0x9FACDF) is unknown color: approx Echo Blue. HEX triplet: 9F, AC and DF. RGB value is (159,172,223). Sum of RGB (Red+Green+Blue) = 159+172+223=554 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.70% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #9FACDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FACDF is #605320. Grayscale: #ADADAD. Windows color (decimal): -6312737 or 14658719. OLE color: 14658719.

HSL color Cylindrical-coordinate representation of color #9FACDF: hue angle of 227.81º 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 #9FACDF is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB159172223-
CMYK0.290.2300.13
HSL227.81º50%74.9%-
HSV(B)227.81º28.7%87.45%-
XYZ42.3742.275.73-
YUV173.93155.69117.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.70%
GREEN value IS 172 (67.58% from 255) = 31.05%
BLUE value IS 223 (87.5% from 255) = 40.25%
R=28.70%
G=31.05%
B=40.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1591722230.290.2300.13227.815074.9
Hex9FACDF1D170De4324b
Octal237254337352701534462113
Binary100111111010110011011111111011011101101111001001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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