#9BACDC

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

Shades of Echo Blue #9BACDC

Tints of Echo Blue #9BACDC

Color information

#9BACDC (or 0x9BACDC) is unknown color: approx Echo Blue. HEX triplet: 9B, AC and DC. RGB value is (155,172,220). Sum of RGB (Red+Green+Blue) = 155+172+220=547 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.34% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BACDC is #645323. Grayscale: #ACACAC. Windows color (decimal): -6574884 or 14462107. OLE color: 14462107.

HSL color Cylindrical-coordinate representation of color #9BACDC: hue angle of 224.31º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BACDC is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB155172220-
CMYK0.300.2200.14
HSL224.31º48.15%73.53%-
HSV(B)224.31º29.55%86.27%-
XYZ41.1941.6473.58-
YUV172.39154.87115.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.34%
GREEN value IS 172 (67.58% from 255) = 31.44%
BLUE value IS 220 (86.33% from 255) = 40.22%
R=28.34%
G=31.44%
B=40.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1551722200.300.2200.14224.3148.1573.53
Hex9BACDC1E160Ee0304a
Octal233254334362601634060112
Binary100110111010110011011100111101011001110111000001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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