Html Css Color HEX #9DB5DB Echo Blue

📋 copy color: '#9DB5DB'

red 157 ◦ green 181 ◦ blue 219

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

Shades of Echo Blue #9DB5DB

Tints of Echo Blue #9DB5DB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.5%

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

R = 28.19%
G = 32.5%
B = 39.32%

CMYK

 C value IS 0.28

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9DB5DB (or 0x9DB5DB) is known color: Echo Blue. HEX triplet: 9D, B5 and DB. RGB value is (157,181,219). Sum of RGB (Red+Green+Blue) = 157+181+219=557 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.19% from 557); Green value is 181 (71.09% from 255 or 32.50% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DB5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DB5DB is #624A24. Grayscale: #B1B1B1. Windows color (decimal): -6441509 or 14398877. OLE color: 14398877.

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

Color convert

RGB 157 181 219 -
CMYK 0.28 0.17 0 0.14
HSL 216.77º 0.46% 0.74% -
HSV(B) 216.77º 0.28% 0.86% -
XYZ 43.21 45.33 73.49 -
YUV 178.16 151.05 112.91 -
System Red Green Blue C M Y K H S L
Decimal 157 181 219 0.28 0.17 0 0.14 216.77 0.46 0.74
Hex 9D B5 DB 1C 11 0 E D9 2E 4A
Octal 235 265 333 34 21 0 16 331 56 112
Binary 10011101 10110101 11011011 11100 10001 0 1110 11011001 101110 1001010

Color Harmonies of #9DB5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB5DB

Black with #9DB5DB

Text Example


Text Example

White with #9DB5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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