#9DB1D8

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

Shades of Echo Blue #9DB1D8

Tints of Echo Blue #9DB1D8

Color information

#9DB1D8 (or 0x9DB1D8) is unknown color: approx Echo Blue. HEX triplet: 9D, B1 and D8. RGB value is (157,177,216). Sum of RGB (Red+Green+Blue) = 157+177+216=550 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.55% from 550); Green value is 177 (69.53% from 255 or 32.18% from 550); Blue value is 216 (84.77% from 255 or 39.27% from 550); Max value from RGB is 216 - color contains mainly: blue. Hex color #9DB1D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DB1D8 is #624E27. Grayscale: #AFAFAF. Windows color (decimal): -6442536 or 14201245. OLE color: 14201245.

HSL color Cylindrical-coordinate representation of color #9DB1D8: hue angle of 219.66º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DB1D8 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB157177216-
CMYK0.270.1800.15
HSL219.66º43.07%73.14%-
HSV(B)219.66º27.31%84.71%-
XYZ42.0243.5771.16-
YUV175.47150.87114.83-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.55%
GREEN value IS 177 (69.53% from 255) = 32.18%
BLUE value IS 216 (84.77% from 255) = 39.27%
R=28.55%
G=32.18%
B=39.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1571772160.270.1800.15219.6643.0773.14
Hex9DB1D81B120Fdc2b49
Octal235261330332201733453111
Binary100111011011000111011000110111001001111110111001010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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