#9BACCC

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

Shades of Echo Blue #9BACCC

Tints of Echo Blue #9BACCC

Color information

#9BACCC (or 0x9BACCC) is unknown color: approx Echo Blue. HEX triplet: 9B, AC and CC. RGB value is (155,172,204). Sum of RGB (Red+Green+Blue) = 155+172+204=531 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.19% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #9BACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BACCC is #645333. Grayscale: #AAAAAA. Windows color (decimal): -6574900 or 13413531. OLE color: 13413531.

HSL color Cylindrical-coordinate representation of color #9BACCC: hue angle of 219.18º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BACCC is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB155172204-
CMYK0.240.1600.2
HSL219.18º32.45%70.39%-
HSV(B)219.18º24.02%80%-
XYZ39.1740.8362.94-
YUV170.56146.87116.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.19%
GREEN value IS 172 (67.58% from 255) = 32.39%
BLUE value IS 204 (80.08% from 255) = 38.42%
R=29.19%
G=32.39%
B=38.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1551722040.240.1600.2219.1832.4570.39
Hex9BACCC1810014db2046
Octal233254314302002433340106
Binary1001101110101100110011001100010000010100110110111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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