#9DACCF

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

Shades of Echo Blue #9DACCF

Tints of Echo Blue #9DACCF

Color information

#9DACCF (or 0x9DACCF) is unknown color: approx Echo Blue. HEX triplet: 9D, AC and CF. RGB value is (157,172,207). Sum of RGB (Red+Green+Blue) = 157+172+207=536 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.29% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #9DACCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DACCF is #625330. Grayscale: #ABABAB. Windows color (decimal): -6443825 or 13610141. OLE color: 13610141.

HSL color Cylindrical-coordinate representation of color #9DACCF: hue angle of 222º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DACCF is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB157172207-
CMYK0.240.1700.19
HSL222º34.25%71.37%-
HSV(B)222º24.15%81.18%-
XYZ39.9241.1864.88-
YUV171.5148.03117.65-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.29%
GREEN value IS 172 (67.58% from 255) = 32.09%
BLUE value IS 207 (81.25% from 255) = 38.62%
R=29.29%
G=32.09%
B=38.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1571722070.240.1700.1922234.2571.37
Hex9DACCF1811013de2247
Octal235254317302102333642107
Binary1001110110101100110011111100010001010011110111101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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