#9FAAC2

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

Shades of Echo Blue #9FAAC2

Tints of Echo Blue #9FAAC2

Color information

#9FAAC2 (or 0x9FAAC2) is unknown color: approx Echo Blue. HEX triplet: 9F, AA and C2. RGB value is (159,170,194). Sum of RGB (Red+Green+Blue) = 159+170+194=523 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.40% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 194 (76.17% from 255 or 37.09% from 523); Max value from RGB is 194 - color contains mainly: blue. Hex color #9FAAC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAAC2 is #60553D. Grayscale: #A9A9A9. Windows color (decimal): -6313278 or 12757663. OLE color: 12757663.

HSL color Cylindrical-coordinate representation of color #9FAAC2: hue angle of 221.14º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9FAAC2 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB159170194-
CMYK0.180.1200.24
HSL221.14º22.29%69.22%-
HSV(B)221.14º18.04%76.08%-
XYZ38.4140.0256.74-
YUV169.45141.86120.55-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.40%
GREEN value IS 170 (66.80% from 255) = 32.50%
BLUE value IS 194 (76.17% from 255) = 37.09%
R=30.40%
G=32.50%
B=37.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1591701940.180.1200.24221.1422.2969.22
Hex9FAAC212C018dd1645
Octal237252302221403033526105
Binary10011111101010101100001010010110001100011011101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,170,194); }

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

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

 a { background-color: rgb(159,170,194); }

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

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

 span { border-color: rgb(159,170,194); }

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