Html Css Color HEX #9DB1DC Echo Blue

📋 copy color: '#9DB1DC'

red 157 ◦ green 177 ◦ blue 220

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

Shades of Echo Blue #9DB1DC

Tints of Echo Blue #9DB1DC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.95%

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

R = 28.34%
G = 31.95%
B = 39.71%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9DB1DC (or 0x9DB1DC) is known color: Echo Blue. HEX triplet: 9D, B1 and DC. RGB value is (157,177,220). Sum of RGB (Red+Green+Blue) = 157+177+220=554 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.34% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DB1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DB1DC is #624E23. Grayscale: #AFAFAF. Windows color (decimal): -6442532 or 14463389. OLE color: 14463389.

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

Color convert

RGB 157 177 220 -
CMYK 0.29 0.20 0 0.14
HSL 220.95º 0.47% 0.74% -
HSV(B) 220.95º 0.29% 0.86% -
XYZ 42.55 43.78 73.92 -
YUV 175.92 152.87 114.5 -
System Red Green Blue C M Y K H S L
Decimal 157 177 220 0.29 0.20 0 0.14 220.95 0.47 0.74
Hex 9D B1 DC 1D 14 0 E DD 2F 4A
Octal 235 261 334 35 24 0 16 335 57 112
Binary 10011101 10110001 11011100 11101 10100 0 1110 11011101 101111 1001010

Color Harmonies of #9DB1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB1DC

Black with #9DB1DC

Text Example


Text Example

White with #9DB1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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