#9BACDF

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

Shades of Echo Blue #9BACDF

Tints of Echo Blue #9BACDF

Color information

#9BACDF (or 0x9BACDF) is unknown color: approx Echo Blue. HEX triplet: 9B, AC and DF. RGB value is (155,172,223). Sum of RGB (Red+Green+Blue) = 155+172+223=550 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.18% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BACDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BACDF is #645320. Grayscale: #ACACAC. Windows color (decimal): -6574881 or 14658715. OLE color: 14658715.

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

Color convert

RGB155172223-
CMYK0.300.2300.13
HSL225º51.52%74.12%-
HSV(B)225º30.49%87.45%-
XYZ41.5941.875.69-
YUV172.73156.37115.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.18%
GREEN value IS 172 (67.58% from 255) = 31.27%
BLUE value IS 223 (87.5% from 255) = 40.55%
R=28.18%
G=31.27%
B=40.55%

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
Decimal1551722230.300.2300.1322551.5274.12
Hex9BACDF1E170De1344a
Octal233254337362701534164112
Binary100110111010110011011111111101011101101111000011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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