Html Css Color HEX #9DB0CD Echo Blue

📋 copy color: '#9DB0CD'

red 157 ◦ green 176 ◦ blue 205

#9DB0CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Echo Blue #9DB0CD

Tints of Echo Blue #9DB0CD

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.1%

R = 29.18%
G = 32.71%
B = 38.1%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9DB0CD (or 0x9DB0CD) is known color: 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

RGB 157 176 205 -
CMYK 0.23 0.14 0 0.20
HSL 216.25º 0.32% 0.71% -
HSV(B) 216.25º 0.23% 0.8% -
XYZ 40.45 42.63 63.85 -
YUV 173.63 145.71 116.14 -
System Red Green Blue C M Y K H S L
Decimal 157 176 205 0.23 0.14 0 0.20 216.25 0.32 0.71
Hex 9D B0 CD 17 E 0 14 D8 20 47
Octal 235 260 315 27 16 0 24 330 40 107
Binary 10011101 10110000 11001101 10111 1110 0 10100 11011000 100000 1000111

Color Harmonies of #9DB0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB0CD

Black with #9DB0CD

Text Example


Text Example

White with #9DB0CD

Text Example


Text Example

HTML Codes & Css Web 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>