#9CA9CC

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

Shades of Echo Blue #9CA9CC

Tints of Echo Blue #9CA9CC

Color information

#9CA9CC (or 0x9CA9CC) is unknown color: approx Echo Blue. HEX triplet: 9C, A9 and CC. RGB value is (156,169,204). Sum of RGB (Red+Green+Blue) = 156+169+204=529 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.49% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #9CA9CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA9CC is #635633. Grayscale: #A8A8A8. Windows color (decimal): -6510132 or 13412764. OLE color: 13412764.

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

Color convert

RGB156169204-
CMYK0.240.1700.2
HSL223.75º32%70.59%-
HSV(B)223.75º23.53%80%-
XYZ38.839.862.76-
YUV169.1147.69118.65-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.49%
GREEN value IS 169 (66.41% from 255) = 31.95%
BLUE value IS 204 (80.08% from 255) = 38.56%
R=29.49%
G=31.95%
B=38.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1561692040.240.1700.2223.753270.59
Hex9CA9CC1811014e02047
Octal234251314302102434040107
Binary1001110010101001110011001100010001010100111000001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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