#9DB0CD

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

Shades of Echo Blue #9DB0CD

Tints of Echo Blue #9DB0CD

Color information

#9DB0CD (or 0x9DB0CD) is unknown color: approx Echo Blue. HEX triplet: 9D, B0 and CD. RGB value is (157,176,205). Sum of RGB (Red+Green+Blue) = 157+176+205=538 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.18% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #9DB0CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DB0CD is #624F32. Grayscale: #ADADAD. Windows color (decimal): -6442803 or 13480093. OLE color: 13480093.

HSL color Cylindrical-coordinate representation of color #9DB0CD: hue angle of 216.25º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DB0CD is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB157176205-
CMYK0.230.1400.20
HSL216.25º32.43%70.98%-
HSV(B)216.25º23.41%80.39%-
XYZ40.4542.6363.85-
YUV173.62145.71116.14-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.18%
GREEN value IS 176 (69.14% from 255) = 32.71%
BLUE value IS 205 (80.47% from 255) = 38.10%
R=29.18%
G=32.71%
B=38.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571762050.230.1400.20216.2532.4370.98
Hex9DB0CD17E014d82047
Octal235260315271602433040107
Binary100111011011000011001101101111110010100110110001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,176,205); }

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

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

 a { background-color: rgb(157,176,205); }

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

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

 span { border-color: rgb(157,176,205); }

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