#9DAEDD

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

Shades of Echo Blue #9DAEDD

Tints of Echo Blue #9DAEDD

Color information

#9DAEDD (or 0x9DAEDD) is unknown color: approx Echo Blue. HEX triplet: 9D, AE and DD. RGB value is (157,174,221). Sum of RGB (Red+Green+Blue) = 157+174+221=552 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.44% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #9DAEDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAEDD is #625122. Grayscale: #AEAEAE. Windows color (decimal): -6443299 or 14528157. OLE color: 14528157.

HSL color Cylindrical-coordinate representation of color #9DAEDD: hue angle of 224.06º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DAEDD is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB157174221-
CMYK0.290.2100.13
HSL224.06º48.48%74.12%-
HSV(B)224.06º28.96%86.67%-
XYZ42.0942.6674.42-
YUV174.27154.37115.68-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.44%
GREEN value IS 174 (68.36% from 255) = 31.52%
BLUE value IS 221 (86.72% from 255) = 40.04%
R=28.44%
G=31.52%
B=40.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1571742210.290.2100.13224.0648.4874.12
Hex9DAEDD1D150De0304a
Octal235256335352501534060112
Binary100111011010111011011101111011010101101111000001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,174,221); }

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

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

 a { background-color: rgb(157,174,221); }

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

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

 span { border-color: rgb(157,174,221); }

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