#9FABC5

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

Shades of Echo Blue #9FABC5

Tints of Echo Blue #9FABC5

Color information

#9FABC5 (or 0x9FABC5) is unknown color: approx Echo Blue. HEX triplet: 9F, AB and C5. RGB value is (159,171,197). Sum of RGB (Red+Green+Blue) = 159+171+197=527 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.17% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 197 - color contains mainly: blue. Hex color #9FABC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FABC5 is #60543A. Grayscale: #AAAAAA. Windows color (decimal): -6313019 or 12954527. OLE color: 12954527.

HSL color Cylindrical-coordinate representation of color #9FABC5: hue angle of 221.05º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9FABC5 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB159171197-
CMYK0.190.1300.23
HSL221.05º24.68%69.8%-
HSV(B)221.05º19.29%77.25%-
XYZ38.9440.5358.59-
YUV170.38143.02119.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.17%
GREEN value IS 171 (67.19% from 255) = 32.45%
BLUE value IS 197 (77.34% from 255) = 37.38%
R=30.17%
G=32.45%
B=37.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1591711970.190.1300.23221.0524.6869.8
Hex9FABC513D017dd1946
Octal237253305231502733531106
Binary10011111101010111100010110011110101011111011101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FABC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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