Html Css Color HEX #9DB4DC Echo Blue

📋 copy color: '#9DB4DC'

red 157 ◦ green 180 ◦ blue 220

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

Shades of Echo Blue #9DB4DC

Tints of Echo Blue #9DB4DC

RGB

 RED value IS 157 (61.72% from 255) = 28.19%

 GREEN value IS 180 (70.7% from 255) = 32.32%

 BLUE value IS 220 (86.33% from 255) = 39.5%

R = 28.19%
G = 32.32%
B = 39.5%

CMYK

 C value IS 0.29

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9DB4DC (or 0x9DB4DC) is known color: Echo Blue. HEX triplet: 9D, B4 and DC. RGB value is (157,180,220). Sum of RGB (Red+Green+Blue) = 157+180+220=557 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.19% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DB4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB4DC is #624B23. Grayscale: #B1B1B1. Windows color (decimal): -6441764 or 14464157. OLE color: 14464157.

HSL color Cylindrical-coordinate representation of color #9DB4DC: hue angle of 218.1º 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 #9DB4DC is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 180 220 -
CMYK 0.29 0.18 0 0.14
HSL 218.1º 0.47% 0.74% -
HSV(B) 218.1º 0.29% 0.86% -
XYZ 43.14 44.98 74.12 -
YUV 177.68 151.88 113.25 -
System Red Green Blue C M Y K H S L
Decimal 157 180 220 0.29 0.18 0 0.14 218.1 0.47 0.74
Hex 9D B4 DC 1D 12 0 E DA 2F 4A
Octal 235 264 334 35 22 0 16 332 57 112
Binary 10011101 10110100 11011100 11101 10010 0 1110 11011010 101111 1001010

Color Harmonies of #9DB4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB4DC

Black with #9DB4DC

Text Example


Text Example

White with #9DB4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DB4DC;
 }
 .AnyTagClassName
 {
   color: #9DB4DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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