#9FAFCA

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

Shades of Echo Blue #9FAFCA

Tints of Echo Blue #9FAFCA

Color information

#9FAFCA (or 0x9FAFCA) is unknown color: approx Echo Blue. HEX triplet: 9F, AF and CA. RGB value is (159,175,202). Sum of RGB (Red+Green+Blue) = 159+175+202=536 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.66% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 202 - color contains mainly: blue. Hex color #9FAFCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAFCA is #605035. Grayscale: #ADADAD. Windows color (decimal): -6311990 or 13283231. OLE color: 13283231.

HSL color Cylindrical-coordinate representation of color #9FAFCA: hue angle of 217.67º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FAFCA is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB159175202-
CMYK0.210.1300.21
HSL217.67º28.86%70.78%-
HSV(B)217.67º21.29%79.22%-
XYZ40.2942.361.92-
YUV173.29144.2117.8-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.66%
GREEN value IS 175 (68.75% from 255) = 32.65%
BLUE value IS 202 (79.30% from 255) = 37.69%
R=29.66%
G=32.65%
B=37.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1591752020.210.1300.21217.6728.8670.78
Hex9FAFCA15D015da1d47
Octal237257312251502533235107
Binary10011111101011111100101010101110101010111011010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,175,202); }

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

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

 a { background-color: rgb(159,175,202); }

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

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

 span { border-color: rgb(159,175,202); }

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