#9CA8DC

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

Shades of Echo Blue #9CA8DC

Tints of Echo Blue #9CA8DC

Color information

#9CA8DC (or 0x9CA8DC) is unknown color: approx Echo Blue. HEX triplet: 9C, A8 and DC. RGB value is (156,168,220). Sum of RGB (Red+Green+Blue) = 156+168+220=544 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.68% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #9CA8DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA8DC is #635723. Grayscale: #AAAAAA. Windows color (decimal): -6510372 or 14461084. OLE color: 14461084.

HSL color Cylindrical-coordinate representation of color #9CA8DC: hue angle of 228.75º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CA8DC is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB156168220-
CMYK0.290.2400.14
HSL228.75º47.76%73.73%-
HSV(B)228.75º29.09%86.27%-
XYZ40.6340.2473.34-
YUV170.34156.02117.77-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.68%
GREEN value IS 168 (66.02% from 255) = 30.88%
BLUE value IS 220 (86.33% from 255) = 40.44%
R=28.68%
G=30.88%
B=40.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1561682200.290.2400.14228.7547.7673.73
Hex9CA8DC1D180Ee5304a
Octal234250334353001634560112
Binary100111001010100011011100111011100001110111001011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,168,220); }

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

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

 a { background-color: rgb(156,168,220); }

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

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

 span { border-color: rgb(156,168,220); }

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