Html Css Color HEX #9DB0DC Echo Blue

📋 copy color: '#9DB0DC'

red 157 ◦ green 176 ◦ blue 220

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

Shades of Echo Blue #9DB0DC

Tints of Echo Blue #9DB0DC

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 value IS 0.29

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

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

RGB 157 176 220 -
CMYK 0.29 0.2 0 0.14
HSL 221.9º 0.47% 0.74% -
HSV(B) 221.9º 0.29% 0.86% -
XYZ 42.35 43.39 73.85 -
YUV 175.34 153.21 114.92 -
System Red Green Blue C M Y K H S L
Decimal 157 176 220 0.29 0.2 0 0.14 221.9 0.47 0.74
Hex 9D B0 DC 1D 14 0 E DE 2F 4A
Octal 235 260 334 35 24 0 16 336 57 112
Binary 10011101 10110000 11011100 11101 10100 0 1110 11011110 101111 1001010

Color Harmonies of #9DB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB0DC

Black with #9DB0DC

Text Example


Text Example

White with #9DB0DC

Text Example


Text Example

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