#9DACDE

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

Shades of Echo Blue #9DACDE

Tints of Echo Blue #9DACDE

Color information

#9DACDE (or 0x9DACDE) is unknown color: approx Echo Blue. HEX triplet: 9D, AC and DE. RGB value is (157,172,222). Sum of RGB (Red+Green+Blue) = 157+172+222=551 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.49% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: blue. Hex color #9DACDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DACDE is #625321. Grayscale: #ADADAD. Windows color (decimal): -6443810 or 14593181. OLE color: 14593181.

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

Color convert

RGB157172222-
CMYK0.290.2300.13
HSL226.15º49.62%74.31%-
HSV(B)226.15º29.28%87.06%-
XYZ41.8441.9575-
YUV173.21155.53116.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.49%
GREEN value IS 172 (67.58% from 255) = 31.22%
BLUE value IS 222 (87.11% from 255) = 40.29%
R=28.49%
G=31.22%
B=40.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1571722220.290.2300.13226.1549.6274.31
Hex9DACDE1D170De2324a
Octal235254336352701534262112
Binary100111011010110011011110111011011101101111000101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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