#9FAFDD

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

Shades of Echo Blue #9FAFDD

Tints of Echo Blue #9FAFDD

Color information

#9FAFDD (or 0x9FAFDD) is unknown color: approx Echo Blue. HEX triplet: 9F, AF and DD. RGB value is (159,175,221). Sum of RGB (Red+Green+Blue) = 159+175+221=555 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.65% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #9FAFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAFDD is #605022. Grayscale: #AFAFAF. Windows color (decimal): -6311971 or 14528415. OLE color: 14528415.

HSL color Cylindrical-coordinate representation of color #9FAFDD: hue angle of 224.52º 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 #9FAFDD is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB159175221-
CMYK0.280.2100.13
HSL224.52º47.69%74.51%-
HSV(B)224.52º28.05%86.67%-
XYZ42.6843.2574.51-
YUV175.46153.7116.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.65%
GREEN value IS 175 (68.75% from 255) = 31.53%
BLUE value IS 221 (86.72% from 255) = 39.82%
R=28.65%
G=31.53%
B=39.82%

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
Decimal1591752210.280.2100.13224.5247.6974.51
Hex9FAFDD1C150De1304b
Octal237257335342501534160113
Binary100111111010111111011101111001010101101111000011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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