#9CB1DE

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

Shades of Echo Blue #9CB1DE

Tints of Echo Blue #9CB1DE

Color information

#9CB1DE (or 0x9CB1DE) is unknown color: approx Echo Blue. HEX triplet: 9C, B1 and DE. RGB value is (156,177,222). Sum of RGB (Red+Green+Blue) = 156+177+222=555 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.11% from 555); Green value is 177 (69.53% from 255 or 31.89% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #9CB1DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CB1DE is #634E21. Grayscale: #AFAFAF. Windows color (decimal): -6508066 or 14594460. OLE color: 14594460.

HSL color Cylindrical-coordinate representation of color #9CB1DE: hue angle of 220.91º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CB1DE is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB156177222-
CMYK0.300.2000.13
HSL220.91º50%74.12%-
HSV(B)220.91º29.73%87.06%-
XYZ42.6243.7975.31-
YUV175.85154.04113.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.11%
GREEN value IS 177 (69.53% from 255) = 31.89%
BLUE value IS 222 (87.11% from 255) = 40%
R=28.11%
G=31.89%
B=40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1561772220.300.2000.13220.915074.12
Hex9CB1DE1E140Ddd324a
Octal234261336362401533562112
Binary100111001011000111011110111101010001101110111011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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