#9FAEDD

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

Shades of Echo Blue #9FAEDD

Tints of Echo Blue #9FAEDD

Color information

#9FAEDD (or 0x9FAEDD) is unknown color: approx Echo Blue. HEX triplet: 9F, AE and DD. RGB value is (159,174,221). Sum of RGB (Red+Green+Blue) = 159+174+221=554 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.70% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #9FAEDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAEDD is #605122. Grayscale: #AEAEAE. Windows color (decimal): -6312227 or 14528159. OLE color: 14528159.

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

Color convert

RGB159174221-
CMYK0.280.2100.13
HSL225.48º47.69%74.51%-
HSV(B)225.48º28.05%86.67%-
XYZ42.4942.8674.44-
YUV174.87154.03116.68-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.70%
GREEN value IS 174 (68.36% from 255) = 31.41%
BLUE value IS 221 (86.72% from 255) = 39.89%
R=28.70%
G=31.41%
B=39.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1591742210.280.2100.13225.4847.6974.51
Hex9FAEDD1C150De1304b
Octal237256335342501534160113
Binary100111111010111011011101111001010101101111000011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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