#9DA6DB

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

Shades of Echo Blue #9DA6DB

Tints of Echo Blue #9DA6DB

Color information

#9DA6DB (or 0x9DA6DB) is unknown color: approx Echo Blue. HEX triplet: 9D, A6 and DB. RGB value is (157,166,219). Sum of RGB (Red+Green+Blue) = 157+166+219=542 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.97% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DA6DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA6DB is #625924. Grayscale: #A9A9A9. Windows color (decimal): -6445349 or 14395037. OLE color: 14395037.

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

Color convert

RGB157166219-
CMYK0.280.2400.14
HSL231.29º46.27%73.73%-
HSV(B)231.29º28.31%85.88%-
XYZ40.3339.5672.53-
YUV169.35156.02119.19-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.97%
GREEN value IS 166 (65.23% from 255) = 30.63%
BLUE value IS 219 (85.94% from 255) = 40.41%
R=28.97%
G=30.63%
B=40.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1571662190.280.2400.14231.2946.2773.73
Hex9DA6DB1C180Ee72e4a
Octal235246333343001634756112
Binary100111011010011011011011111001100001110111001111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,166,219); }

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

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

 a { background-color: rgb(157,166,219); }

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

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

 span { border-color: rgb(157,166,219); }

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