#9DB0DC

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

Shades of Echo Blue #9DB0DC

Tints of Echo Blue #9DB0DC

Color information

#9DB0DC (or 0x9DB0DC) is unknown color: approx Echo Blue. HEX triplet: 9D, B0 and DC. RGB value is (157,176,220). Sum of RGB (Red+Green+Blue) = 157+176+220=553 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.39% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DB0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DB0DC is #624F23. Grayscale: #AFAFAF. Windows color (decimal): -6442788 or 14463133. OLE color: 14463133.

HSL color Cylindrical-coordinate representation of color #9DB0DC: hue angle of 221.9º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DB0DC is Cyan = 0.29, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB157176220-
CMYK0.290.200.14
HSL221.9º47.37%73.92%-
HSV(B)221.9º28.64%86.27%-
XYZ42.3543.3973.85-
YUV175.34153.21114.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.39%
GREEN value IS 176 (69.14% from 255) = 31.83%
BLUE value IS 220 (86.33% from 255) = 39.78%
R=28.39%
G=31.83%
B=39.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1571762200.290.200.14221.947.3773.92
Hex9DB0DC1D140Ede2f4a
Octal235260334352401633657112
Binary100111011011000011011100111011010001110110111101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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