#9FABCC

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

Shades of Echo Blue #9FABCC

Tints of Echo Blue #9FABCC

Color information

#9FABCC (or 0x9FABCC) is unknown color: approx Echo Blue. HEX triplet: 9F, AB and CC. RGB value is (159,171,204). Sum of RGB (Red+Green+Blue) = 159+171+204=534 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.78% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #9FABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FABCC is #605433. Grayscale: #ABABAB. Windows color (decimal): -6313012 or 13413279. OLE color: 13413279.

HSL color Cylindrical-coordinate representation of color #9FABCC: hue angle of 224º degrees, saturation: 0.31, 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 #9FABCC is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB159171204-
CMYK0.220.1600.2
HSL224º30.61%71.18%-
HSV(B)224º22.06%80%-
XYZ39.7640.8662.92-
YUV171.17146.52119.32-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.78%
GREEN value IS 171 (67.19% from 255) = 32.02%
BLUE value IS 204 (80.08% from 255) = 38.20%
R=29.78%
G=32.02%
B=38.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1591712040.220.1600.222430.6171.18
Hex9FABCC1610014e01f47
Octal237253314262002434037107
Binary100111111010101111001100101101000001010011100000111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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