#9DA5C1

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

Shades of Echo Blue #9DA5C1

Tints of Echo Blue #9DA5C1

Color information

#9DA5C1 (or 0x9DA5C1) is unknown color: approx Echo Blue. HEX triplet: 9D, A5 and C1. RGB value is (157,165,193). Sum of RGB (Red+Green+Blue) = 157+165+193=515 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.49% from 515); Green value is 165 (64.84% from 255 or 32.04% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 193 - color contains mainly: blue. Hex color #9DA5C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA5C1 is #625A3E. Grayscale: #A5A5A5. Windows color (decimal): -6445631 or 12690845. OLE color: 12690845.

HSL color Cylindrical-coordinate representation of color #9DA5C1: hue angle of 226.67º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9DA5C1 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB157165193-
CMYK0.190.1500.24
HSL226.67º22.5%68.63%-
HSV(B)226.67º18.65%75.69%-
XYZ36.9937.9355.82-
YUV165.8143.35121.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.49%
GREEN value IS 165 (64.84% from 255) = 32.04%
BLUE value IS 193 (75.78% from 255) = 37.48%
R=30.49%
G=32.04%
B=37.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1571651930.190.1500.24226.6722.568.63
Hex9DA5C113F018e31645
Octal235245301231703034326105
Binary10011101101001011100000110011111101100011100011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,165,193); }

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

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

 a { background-color: rgb(157,165,193); }

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

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

 span { border-color: rgb(157,165,193); }

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