#9FA8E0

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

Shades of Echo Blue #9FA8E0

Tints of Echo Blue #9FA8E0

Color information

#9FA8E0 (or 0x9FA8E0) is unknown color: approx Echo Blue. HEX triplet: 9F, A8 and E0. RGB value is (159,168,224). Sum of RGB (Red+Green+Blue) = 159+168+224=551 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.86% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 224 (87.89% from 255 or 40.65% from 551); Max value from RGB is 224 - color contains mainly: blue. Hex color #9FA8E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA8E0 is #60571F. Grayscale: #ABABAB. Windows color (decimal): -6313760 or 14723231. OLE color: 14723231.

HSL color Cylindrical-coordinate representation of color #9FA8E0: hue angle of 231.69º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FA8E0 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB159168224-
CMYK0.290.2500.12
HSL231.69º51.18%75.1%-
HSV(B)231.69º29.02%87.84%-
XYZ41.7640.7676.19-
YUV171.69157.52118.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.86%
GREEN value IS 168 (66.02% from 255) = 30.49%
BLUE value IS 224 (87.89% from 255) = 40.65%
R=28.86%
G=30.49%
B=40.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1591682240.290.2500.12231.6951.1875.1
Hex9FA8E01D190Ce8334b
Octal237250340353101435063113
Binary100111111010100011100000111011100101100111010001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,168,224); }

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

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

 a { background-color: rgb(159,168,224); }

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

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

 span { border-color: rgb(159,168,224); }

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