#9FA5CC

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

Shades of Echo Blue #9FA5CC

Tints of Echo Blue #9FA5CC

Color information

#9FA5CC (or 0x9FA5CC) is unknown color: approx Echo Blue. HEX triplet: 9F, A5 and CC. RGB value is (159,165,204). Sum of RGB (Red+Green+Blue) = 159+165+204=528 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.11% from 528); Green value is 165 (64.84% from 255 or 31.25% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #9FA5CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA5CC is #605A33. Grayscale: #A7A7A7. Windows color (decimal): -6314548 or 13411743. OLE color: 13411743.

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

Color convert

RGB159165204-
CMYK0.220.1900.2
HSL232º30.61%71.18%-
HSV(B)232º22.06%80%-
XYZ38.6538.6462.55-
YUV167.65148.51121.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.11%
GREEN value IS 165 (64.84% from 255) = 31.25%
BLUE value IS 204 (80.08% from 255) = 38.64%
R=30.11%
G=31.25%
B=38.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1591652040.220.1900.223230.6171.18
Hex9FA5CC1613014e81f47
Octal237245314262302435037107
Binary100111111010010111001100101101001101010011101000111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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