#9FB1DE

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

Shades of Echo Blue #9FB1DE

Tints of Echo Blue #9FB1DE

Color information

#9FB1DE (or 0x9FB1DE) is unknown color: approx Echo Blue. HEX triplet: 9F, B1 and DE. RGB value is (159,177,222). Sum of RGB (Red+Green+Blue) = 159+177+222=558 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.49% from 558); Green value is 177 (69.53% from 255 or 31.72% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 222 - color contains mainly: blue. Hex color #9FB1DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FB1DE is #604E21. Grayscale: #B0B0B0. Windows color (decimal): -6311458 or 14594463. OLE color: 14594463.

HSL color Cylindrical-coordinate representation of color #9FB1DE: hue angle of 222.86º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FB1DE is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB159177222-
CMYK0.280.2000.13
HSL222.86º48.84%74.71%-
HSV(B)222.86º28.38%87.06%-
XYZ43.2144.0975.34-
YUV176.75153.54115.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.49%
GREEN value IS 177 (69.53% from 255) = 31.72%
BLUE value IS 222 (87.11% from 255) = 39.78%
R=28.49%
G=31.72%
B=39.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1591772220.280.2000.13222.8648.8474.71
Hex9FB1DE1C140Ddf314b
Octal237261336342401533761113
Binary100111111011000111011110111001010001101110111111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,177,222); }

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

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

 a { background-color: rgb(159,177,222); }

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

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

 span { border-color: rgb(159,177,222); }

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