#9FABD7

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

Shades of Echo Blue #9FABD7

Tints of Echo Blue #9FABD7

Color information

#9FABD7 (or 0x9FABD7) is unknown color: approx Echo Blue. HEX triplet: 9F, AB and D7. RGB value is (159,171,215). Sum of RGB (Red+Green+Blue) = 159+171+215=545 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.17% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 215 (84.38% from 255 or 39.45% from 545); Max value from RGB is 215 - color contains mainly: blue. Hex color #9FABD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FABD7 is #605428. Grayscale: #ACACAC. Windows color (decimal): -6313001 or 14134175. OLE color: 14134175.

HSL color Cylindrical-coordinate representation of color #9FABD7: hue angle of 227.14º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FABD7 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB159171215-
CMYK0.260.2000.16
HSL227.14º41.18%73.33%-
HSV(B)227.14º26.05%84.31%-
XYZ41.1341.470.11-
YUV172.43152.02118.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.17%
GREEN value IS 171 (67.19% from 255) = 31.38%
BLUE value IS 215 (84.38% from 255) = 39.45%
R=29.17%
G=31.38%
B=39.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1591712150.260.2000.16227.1441.1873.33
Hex9FABD71A14010e32949
Octal237253327322402034351111
Binary1001111110101011110101111101010100010000111000111010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FABD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,171,215); }

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

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

 a { background-color: rgb(159,171,215); }

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

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

 span { border-color: rgb(159,171,215); }

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