#9DAACE

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

Shades of Echo Blue #9DAACE

Tints of Echo Blue #9DAACE

Color information

#9DAACE (or 0x9DAACE) is unknown color: approx Echo Blue. HEX triplet: 9D, AA and CE. RGB value is (157,170,206). Sum of RGB (Red+Green+Blue) = 157+170+206=533 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.46% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #9DAACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAACE is #625531. Grayscale: #AAAAAA. Windows color (decimal): -6444338 or 13544093. OLE color: 13544093.

HSL color Cylindrical-coordinate representation of color #9DAACE: hue angle of 224.08º degrees, saturation: 0.33, 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 #9DAACE is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB157170206-
CMYK0.240.1700.19
HSL224.08º33.33%71.18%-
HSV(B)224.08º23.79%80.78%-
XYZ39.4240.3764.11-
YUV170.22148.19118.57-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.46%
GREEN value IS 170 (66.80% from 255) = 31.89%
BLUE value IS 206 (80.86% from 255) = 38.65%
R=29.46%
G=31.89%
B=38.65%

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
Decimal1571702060.240.1700.19224.0833.3371.18
Hex9DAACE1811013e02147
Octal235252316302102334041107
Binary1001110110101010110011101100010001010011111000001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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