#9DACCA

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

Shades of Echo Blue #9DACCA

Tints of Echo Blue #9DACCA

Color information

#9DACCA (or 0x9DACCA) is unknown color: approx Echo Blue. HEX triplet: 9D, AC and CA. RGB value is (157,172,202). Sum of RGB (Red+Green+Blue) = 157+172+202=531 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.57% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #9DACCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DACCA is #625335. Grayscale: #AAAAAA. Windows color (decimal): -6443830 or 13282461. OLE color: 13282461.

HSL color Cylindrical-coordinate representation of color #9DACCA: hue angle of 220º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DACCA is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB157172202-
CMYK0.220.1500.21
HSL220º29.8%70.39%-
HSV(B)220º22.28%79.22%-
XYZ39.3240.9461.71-
YUV170.93145.53118.06-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.57%
GREEN value IS 172 (67.58% from 255) = 32.39%
BLUE value IS 202 (79.30% from 255) = 38.04%
R=29.57%
G=32.39%
B=38.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1571722020.220.1500.2122029.870.39
Hex9DACCA16F015dc1e46
Octal235254312261702533436106
Binary10011101101011001100101010110111101010111011100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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