#9DACDD

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

Shades of Echo Blue #9DACDD

Tints of Echo Blue #9DACDD

Color information

#9DACDD (or 0x9DACDD) is unknown color: approx Echo Blue. HEX triplet: 9D, AC and DD. RGB value is (157,172,221). Sum of RGB (Red+Green+Blue) = 157+172+221=550 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.55% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #9DACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DACDD is #625322. Grayscale: #ACACAC. Windows color (decimal): -6443811 or 14527645. OLE color: 14527645.

HSL color Cylindrical-coordinate representation of color #9DACDD: hue angle of 225.94º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DACDD is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB157172221-
CMYK0.290.2200.13
HSL225.94º48.48%74.12%-
HSV(B)225.94º28.96%86.67%-
XYZ41.7141.8974.29-
YUV173.1155.03116.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.55%
GREEN value IS 172 (67.58% from 255) = 31.27%
BLUE value IS 221 (86.72% from 255) = 40.18%
R=28.55%
G=31.27%
B=40.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1571722210.290.2200.13225.9448.4874.12
Hex9DACDD1D160De2304a
Octal235254335352601534260112
Binary100111011010110011011101111011011001101111000101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,172,221); }

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

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

 a { background-color: rgb(157,172,221); }

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

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

 span { border-color: rgb(157,172,221); }

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