#9FAAD2

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

Shades of Echo Blue #9FAAD2

Tints of Echo Blue #9FAAD2

Color information

#9FAAD2 (or 0x9FAAD2) is unknown color: approx Echo Blue. HEX triplet: 9F, AA and D2. RGB value is (159,170,210). Sum of RGB (Red+Green+Blue) = 159+170+210=539 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.50% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 210 - color contains mainly: blue. Hex color #9FAAD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAAD2 is #60552D. Grayscale: #ABABAB. Windows color (decimal): -6313262 or 13806239. OLE color: 13806239.

HSL color Cylindrical-coordinate representation of color #9FAAD2: hue angle of 227.06º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9FAAD2 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB159170210-
CMYK0.240.1900.18
HSL227.06º36.17%72.35%-
HSV(B)227.06º24.29%82.35%-
XYZ40.3140.7766.72-
YUV171.27149.86119.25-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.50%
GREEN value IS 170 (66.80% from 255) = 31.54%
BLUE value IS 210 (82.42% from 255) = 38.96%
R=29.50%
G=31.54%
B=38.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1591702100.240.1900.18227.0636.1772.35
Hex9FAAD21813012e32448
Octal237252322302302234344110
Binary1001111110101010110100101100010011010010111000111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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