#9CACCC

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

Shades of Echo Blue #9CACCC

Tints of Echo Blue #9CACCC

Color information

#9CACCC (or 0x9CACCC) is unknown color: approx Echo Blue. HEX triplet: 9C, AC and CC. RGB value is (156,172,204). Sum of RGB (Red+Green+Blue) = 156+172+204=532 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.32% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #9CACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CACCC is #635333. Grayscale: #AAAAAA. Windows color (decimal): -6509364 or 13413532. OLE color: 13413532.

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

Color convert

RGB156172204-
CMYK0.240.1600.2
HSL220º32%70.59%-
HSV(B)220º23.53%80%-
XYZ39.3640.9362.95-
YUV170.86146.7117.4-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.32%
GREEN value IS 172 (67.58% from 255) = 32.33%
BLUE value IS 204 (80.08% from 255) = 38.35%
R=29.32%
G=32.33%
B=38.35%

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
Decimal1561722040.240.1600.22203270.59
Hex9CACCC1810014dc2047
Octal234254314302002433440107
Binary1001110010101100110011001100010000010100110111001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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