#9DAACC

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

Shades of Echo Blue #9DAACC

Tints of Echo Blue #9DAACC

Color information

#9DAACC (or 0x9DAACC) is unknown color: approx Echo Blue. HEX triplet: 9D, AA and CC. RGB value is (157,170,204). Sum of RGB (Red+Green+Blue) = 157+170+204=531 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.57% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #9DAACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAACC is #625533. Grayscale: #A9A9A9. Windows color (decimal): -6444340 or 13413021. OLE color: 13413021.

HSL color Cylindrical-coordinate representation of color #9DAACC: hue angle of 223.4º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DAACC is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB157170204-
CMYK0.230.1700.2
HSL223.4º31.54%70.78%-
HSV(B)223.4º23.04%80%-
XYZ39.1840.2862.84-
YUV169.99147.19118.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.57%
GREEN value IS 170 (66.80% from 255) = 32.02%
BLUE value IS 204 (80.08% from 255) = 38.42%
R=29.57%
G=32.02%
B=38.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1571702040.230.1700.2223.431.5470.78
Hex9DAACC1711014df2047
Octal235252314272102433740107
Binary1001110110101010110011001011110001010100110111111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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