#9CA5CE

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

Shades of Echo Blue #9CA5CE

Tints of Echo Blue #9CA5CE

Color information

#9CA5CE (or 0x9CA5CE) is unknown color: approx Echo Blue. HEX triplet: 9C, A5 and CE. RGB value is (156,165,206). Sum of RGB (Red+Green+Blue) = 156+165+206=527 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.60% from 527); Green value is 165 (64.84% from 255 or 31.31% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #9CA5CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA5CE is #635A31. Grayscale: #A6A6A6. Windows color (decimal): -6511154 or 13542812. OLE color: 13542812.

HSL color Cylindrical-coordinate representation of color #9CA5CE: hue angle of 229.2º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CA5CE is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB156165206-
CMYK0.240.2000.19
HSL229.2º33.78%70.98%-
HSV(B)229.2º24.27%80.78%-
XYZ38.3138.4363.79-
YUV166.98150.02120.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.60%
GREEN value IS 165 (64.84% from 255) = 31.31%
BLUE value IS 206 (80.86% from 255) = 39.09%
R=29.60%
G=31.31%
B=39.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1561652060.240.2000.19229.233.7870.98
Hex9CA5CE1814013e52247
Octal234245316302402334542107
Binary1001110010100101110011101100010100010011111001011000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,165,206); }

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

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

 a { background-color: rgb(156,165,206); }

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

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

 span { border-color: rgb(156,165,206); }

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