#9FAFCE

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

Shades of Echo Blue #9FAFCE

Tints of Echo Blue #9FAFCE

Color information

#9FAFCE (or 0x9FAFCE) is unknown color: approx Echo Blue. HEX triplet: 9F, AF and CE. RGB value is (159,175,206). Sum of RGB (Red+Green+Blue) = 159+175+206=540 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.44% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #9FAFCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAFCE is #605031. Grayscale: #ADADAD. Windows color (decimal): -6311986 or 13545375. OLE color: 13545375.

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

Color convert

RGB159175206-
CMYK0.230.1500.19
HSL219.57º32.41%71.57%-
HSV(B)219.57º22.82%80.78%-
XYZ40.7742.4964.44-
YUV173.75146.2117.48-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.44%
GREEN value IS 175 (68.75% from 255) = 32.41%
BLUE value IS 206 (80.86% from 255) = 38.15%
R=29.44%
G=32.41%
B=38.15%

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
Decimal1591752060.230.1500.19219.5732.4171.57
Hex9FAFCE17F013dc2048
Octal237257316271702333440110
Binary100111111010111111001110101111111010011110111001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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