#9BACD1

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

Shades of Echo Blue #9BACD1

Tints of Echo Blue #9BACD1

Color information

#9BACD1 (or 0x9BACD1) is unknown color: approx Echo Blue. HEX triplet: 9B, AC and D1. RGB value is (155,172,209). Sum of RGB (Red+Green+Blue) = 155+172+209=536 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.92% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 209 - color contains mainly: blue. Hex color #9BACD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BACD1 is #64532E. Grayscale: #AAAAAA. Windows color (decimal): -6574895 or 13741211. OLE color: 13741211.

HSL color Cylindrical-coordinate representation of color #9BACD1: hue angle of 221.11º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BACD1 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB155172209-
CMYK0.260.1800.18
HSL221.11º36.99%71.37%-
HSV(B)221.11º25.84%81.96%-
XYZ39.7841.0866.15-
YUV171.14149.37116.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.92%
GREEN value IS 172 (67.58% from 255) = 32.09%
BLUE value IS 209 (82.03% from 255) = 38.99%
R=28.92%
G=32.09%
B=38.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1551722090.260.1800.18221.1136.9971.37
Hex9BACD11A12012dd2547
Octal233254321322202233545107
Binary1001101110101100110100011101010010010010110111011001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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