#9EACD8

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

Shades of Echo Blue #9EACD8

Tints of Echo Blue #9EACD8

Color information

#9EACD8 (or 0x9EACD8) is unknown color: approx Echo Blue. HEX triplet: 9E, AC and D8. RGB value is (158,172,216). Sum of RGB (Red+Green+Blue) = 158+172+216=546 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.94% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 216 (84.77% from 255 or 39.56% from 546); Max value from RGB is 216 - color contains mainly: blue. Hex color #9EACD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EACD8 is #615327. Grayscale: #ACACAC. Windows color (decimal): -6378280 or 14199966. OLE color: 14199966.

HSL color Cylindrical-coordinate representation of color #9EACD8: hue angle of 225.52º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9EACD8 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB158172216-
CMYK0.270.2000.15
HSL225.52º42.65%73.33%-
HSV(B)225.52º26.85%84.71%-
XYZ41.2541.7370.85-
YUV172.83152.36117.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.94%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 216 (84.77% from 255) = 39.56%
R=28.94%
G=31.50%
B=39.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1581722160.270.2000.15225.5242.6573.33
Hex9EACD81B140Fe22b49
Octal236254330332401734253111
Binary100111101010110011011000110111010001111111000101010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EACD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,172,216); }

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

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

 a { background-color: rgb(158,172,216); }

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

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

 span { border-color: rgb(158,172,216); }

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