#9FACC9

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

Shades of Echo Blue #9FACC9

Tints of Echo Blue #9FACC9

Color information

#9FACC9 (or 0x9FACC9) is unknown color: approx Echo Blue. HEX triplet: 9F, AC and C9. RGB value is (159,172,201). Sum of RGB (Red+Green+Blue) = 159+172+201=532 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.89% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 201 - color contains mainly: blue. Hex color #9FACC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FACC9 is #605336. Grayscale: #ABABAB. Windows color (decimal): -6312759 or 13216927. OLE color: 13216927.

HSL color Cylindrical-coordinate representation of color #9FACC9: hue angle of 221.43º 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 #9FACC9 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB159172201-
CMYK0.210.1400.21
HSL221.43º28%70.59%-
HSV(B)221.43º20.9%78.82%-
XYZ39.5941.0961.1-
YUV171.42144.69119.14-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.89%
GREEN value IS 172 (67.58% from 255) = 32.33%
BLUE value IS 201 (78.91% from 255) = 37.78%
R=29.89%
G=32.33%
B=37.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1591722010.210.1400.21221.432870.59
Hex9FACC915E015dd1c47
Octal237254311251602533534107
Binary10011111101011001100100110101111001010111011101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FACC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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