#9CAACD

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

Shades of Echo Blue #9CAACD

Tints of Echo Blue #9CAACD

Color information

#9CAACD (or 0x9CAACD) is unknown color: approx Echo Blue. HEX triplet: 9C, AA and CD. RGB value is (156,170,205). Sum of RGB (Red+Green+Blue) = 156+170+205=531 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.38% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #9CAACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CAACD is #635532. Grayscale: #A9A9A9. Windows color (decimal): -6509875 or 13478556. OLE color: 13478556.

HSL color Cylindrical-coordinate representation of color #9CAACD: hue angle of 222.86º degrees, saturation: 0.33, 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 #9CAACD is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB156170205-
CMYK0.240.1700.20
HSL222.86º32.89%70.78%-
HSV(B)222.86º23.9%80.39%-
XYZ39.140.2363.46-
YUV169.8147.86118.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.38%
GREEN value IS 170 (66.80% from 255) = 32.02%
BLUE value IS 205 (80.47% from 255) = 38.61%
R=29.38%
G=32.02%
B=38.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1561702050.240.1700.20222.8632.8970.78
Hex9CAACD1811014df2147
Octal234252315302102433741107
Binary1001110010101010110011011100010001010100110111111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,170,205); }

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

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

 a { background-color: rgb(156,170,205); }

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

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

 span { border-color: rgb(156,170,205); }

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