#9DAADC

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

Shades of Echo Blue #9DAADC

Tints of Echo Blue #9DAADC

Color information

#9DAADC (or 0x9DAADC) is unknown color: approx Echo Blue. HEX triplet: 9D, AA and DC. RGB value is (157,170,220). Sum of RGB (Red+Green+Blue) = 157+170+220=547 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.70% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DAADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAADC is #625523. Grayscale: #ABABAB. Windows color (decimal): -6444324 or 14461597. OLE color: 14461597.

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

Color convert

RGB157170220-
CMYK0.290.2300.14
HSL227.62º47.37%73.92%-
HSV(B)227.62º28.64%86.27%-
XYZ41.241.0873.47-
YUV171.81155.19117.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.70%
GREEN value IS 170 (66.80% from 255) = 31.08%
BLUE value IS 220 (86.33% from 255) = 40.22%
R=28.70%
G=31.08%
B=40.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1571702200.290.2300.14227.6247.3773.92
Hex9DAADC1D170Ee42f4a
Octal235252334352701634457112
Binary100111011010101011011100111011011101110111001001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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