#9FAAD0

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

Shades of Echo Blue #9FAAD0

Tints of Echo Blue #9FAAD0

Color information

#9FAAD0 (or 0x9FAAD0) is unknown color: approx Echo Blue. HEX triplet: 9F, AA and D0. RGB value is (159,170,208). Sum of RGB (Red+Green+Blue) = 159+170+208=537 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.61% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 208 - color contains mainly: blue. Hex color #9FAAD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAAD0 is #60552F. Grayscale: #AAAAAA. Windows color (decimal): -6313264 or 13675167. OLE color: 13675167.

HSL color Cylindrical-coordinate representation of color #9FAAD0: hue angle of 226.53º degrees, saturation: 0.34, 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 #9FAAD0 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB159170208-
CMYK0.240.1800.18
HSL226.53º34.27%71.96%-
HSV(B)226.53º23.56%81.57%-
XYZ40.0640.6765.41-
YUV171.04148.86119.41-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.61%
GREEN value IS 170 (66.80% from 255) = 31.66%
BLUE value IS 208 (81.64% from 255) = 38.73%
R=29.61%
G=31.66%
B=38.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1591702080.240.1800.18226.5334.2771.96
Hex9FAAD01812012e32248
Octal237252320302202234342110
Binary1001111110101010110100001100010010010010111000111000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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