#9FABCD

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

Shades of Echo Blue #9FABCD

Tints of Echo Blue #9FABCD

Color information

#9FABCD (or 0x9FABCD) is unknown color: approx Echo Blue. HEX triplet: 9F, AB and CD. RGB value is (159,171,205). Sum of RGB (Red+Green+Blue) = 159+171+205=535 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.72% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #9FABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FABCD is #605432. Grayscale: #ABABAB. Windows color (decimal): -6313011 or 13478815. OLE color: 13478815.

HSL color Cylindrical-coordinate representation of color #9FABCD: hue angle of 224.35º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FABCD is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB159171205-
CMYK0.220.1700.20
HSL224.35º31.51%71.37%-
HSV(B)224.35º22.44%80.39%-
XYZ39.8840.963.55-
YUV171.29147.02119.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.72%
GREEN value IS 171 (67.19% from 255) = 31.96%
BLUE value IS 205 (80.47% from 255) = 38.32%
R=29.72%
G=31.96%
B=38.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1591712050.220.1700.20224.3531.5171.37
Hex9FABCD1611014e02047
Octal237253315262102434040107
Binary1001111110101011110011011011010001010100111000001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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