#9DA6DC

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

Shades of Echo Blue #9DA6DC

Tints of Echo Blue #9DA6DC

Color information

#9DA6DC (or 0x9DA6DC) is unknown color: approx Echo Blue. HEX triplet: 9D, A6 and DC. RGB value is (157,166,220). Sum of RGB (Red+Green+Blue) = 157+166+220=543 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.91% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DA6DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA6DC is #625923. Grayscale: #A9A9A9. Windows color (decimal): -6445348 or 14460573. OLE color: 14460573.

HSL color Cylindrical-coordinate representation of color #9DA6DC: hue angle of 231.43º degrees, saturation: 0.47, 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 #9DA6DC is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB157166220-
CMYK0.290.2500.14
HSL231.43º47.37%73.92%-
HSV(B)231.43º28.64%86.27%-
XYZ40.4639.6173.22-
YUV169.46156.52119.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.91%
GREEN value IS 166 (65.23% from 255) = 30.57%
BLUE value IS 220 (86.33% from 255) = 40.52%
R=28.91%
G=30.57%
B=40.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1571662200.290.2500.14231.4347.3773.92
Hex9DA6DC1D190Ee72f4a
Octal235246334353101634757112
Binary100111011010011011011100111011100101110111001111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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