#9FABDD

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

Shades of Echo Blue #9FABDD

Tints of Echo Blue #9FABDD

Color information

#9FABDD (or 0x9FABDD) is unknown color: approx Echo Blue. HEX triplet: 9F, AB and DD. RGB value is (159,171,221). Sum of RGB (Red+Green+Blue) = 159+171+221=551 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.86% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #9FABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FABDD is #605422. Grayscale: #ACACAC. Windows color (decimal): -6312995 or 14527391. OLE color: 14527391.

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

Color convert

RGB159171221-
CMYK0.280.2300.13
HSL228.39º47.69%74.51%-
HSV(B)228.39º28.05%86.67%-
XYZ41.9141.7274.25-
YUV173.11155.02117.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.86%
GREEN value IS 171 (67.19% from 255) = 31.03%
BLUE value IS 221 (86.72% from 255) = 40.11%
R=28.86%
G=31.03%
B=40.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1591712210.280.2300.13228.3947.6974.51
Hex9FABDD1C170De4304b
Octal237253335342701534460113
Binary100111111010101111011101111001011101101111001001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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