#9DB1DF

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

Shades of Echo Blue #9DB1DF

Tints of Echo Blue #9DB1DF

Color information

#9DB1DF (or 0x9DB1DF) is unknown color: approx Echo Blue. HEX triplet: 9D, B1 and DF. RGB value is (157,177,223). Sum of RGB (Red+Green+Blue) = 157+177+223=557 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.19% from 557); Green value is 177 (69.53% from 255 or 31.78% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DB1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DB1DF is #624E20. Grayscale: #B0B0B0. Windows color (decimal): -6442529 or 14659997. OLE color: 14659997.

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

Color convert

RGB157177223-
CMYK0.300.2100.13
HSL221.82º50.77%74.51%-
HSV(B)221.82º29.6%87.45%-
XYZ42.9543.9476.03-
YUV176.26154.37114.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.19%
GREEN value IS 177 (69.53% from 255) = 31.78%
BLUE value IS 223 (87.5% from 255) = 40.04%
R=28.19%
G=31.78%
B=40.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1571772230.300.2100.13221.8250.7774.51
Hex9DB1DF1E150Dde334b
Octal235261337362501533663113
Binary100111011011000111011111111101010101101110111101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,177,223); }

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

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

 a { background-color: rgb(157,177,223); }

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

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

 span { border-color: rgb(157,177,223); }

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