#9BACDE

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

Shades of Echo Blue #9BACDE

Tints of Echo Blue #9BACDE

Color information

#9BACDE (or 0x9BACDE) is unknown color: approx Echo Blue. HEX triplet: 9B, AC and DE. RGB value is (155,172,222). Sum of RGB (Red+Green+Blue) = 155+172+222=549 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.23% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #9BACDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BACDE is #645321. Grayscale: #ACACAC. Windows color (decimal): -6574882 or 14593179. OLE color: 14593179.

HSL color Cylindrical-coordinate representation of color #9BACDE: hue angle of 224.78º 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 #9BACDE is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155172222-
CMYK0.300.2300.13
HSL224.78º50.38%73.92%-
HSV(B)224.78º30.18%87.06%-
XYZ41.4541.7574.98-
YUV172.62155.87115.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.23%
GREEN value IS 172 (67.58% from 255) = 31.33%
BLUE value IS 222 (87.11% from 255) = 40.44%
R=28.23%
G=31.33%
B=40.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551722220.300.2300.13224.7850.3873.92
Hex9BACDE1E170De1324a
Octal233254336362701534162112
Binary100110111010110011011110111101011101101111000011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,172,222); }

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

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

 a { background-color: rgb(155,172,222); }

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

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

 span { border-color: rgb(155,172,222); }

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