Html Css Color HEX #9DB1DB Echo Blue

📋 copy color: '#9DB1DB'

red 157 ◦ green 177 ◦ blue 219

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

Shades of Echo Blue #9DB1DB

Tints of Echo Blue #9DB1DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.6%

R = 28.39%
G = 32.01%
B = 39.6%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9DB1DB (or 0x9DB1DB) is known color: Echo Blue. HEX triplet: 9D, B1 and DB. RGB value is (157,177,219). Sum of RGB (Red+Green+Blue) = 157+177+219=553 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.39% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DB1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DB1DB is #624E24. Grayscale: #AFAFAF. Windows color (decimal): -6442533 or 14397853. OLE color: 14397853.

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

Color convert

RGB 157 177 219 -
CMYK 0.28 0.19 0 0.14
HSL 220.65º 0.46% 0.74% -
HSV(B) 220.65º 0.28% 0.86% -
XYZ 42.41 43.73 73.22 -
YUV 175.81 152.37 114.58 -
System Red Green Blue C M Y K H S L
Decimal 157 177 219 0.28 0.19 0 0.14 220.65 0.46 0.74
Hex 9D B1 DB 1C 13 0 E DD 2E 4A
Octal 235 261 333 34 23 0 16 335 56 112
Binary 10011101 10110001 11011011 11100 10011 0 1110 11011101 101110 1001010

Color Harmonies of #9DB1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB1DB

Black with #9DB1DB

Text Example


Text Example

White with #9DB1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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