Html Css Color HEX #9DACDB Echo Blue

📋 copy color: '#9DACDB'

red 157 ◦ green 172 ◦ blue 219

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

Shades of Echo Blue #9DACDB

Tints of Echo Blue #9DACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.39%

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

R = 28.65%
G = 31.39%
B = 39.96%

CMYK

 C value IS 0.28

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9DACDB (or 0x9DACDB) is known color: Echo Blue. HEX triplet: 9D, AC and DB. RGB value is (157,172,219). Sum of RGB (Red+Green+Blue) = 157+172+219=548 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.65% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DACDB is #625324. Grayscale: #ACACAC. Windows color (decimal): -6443813 or 14396573. OLE color: 14396573.

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

Color convert

RGB 157 172 219 -
CMYK 0.28 0.21 0 0.14
HSL 225.48º 0.46% 0.74% -
HSV(B) 225.48º 0.28% 0.86% -
XYZ 41.44 41.79 72.9 -
YUV 172.87 154.03 116.68 -
System Red Green Blue C M Y K H S L
Decimal 157 172 219 0.28 0.21 0 0.14 225.48 0.46 0.74
Hex 9D AC DB 1C 15 0 E E1 2E 4A
Octal 235 254 333 34 25 0 16 341 56 112
Binary 10011101 10101100 11011011 11100 10101 0 1110 11100001 101110 1001010

Color Harmonies of #9DACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DACDB

Black with #9DACDB

Text Example


Text Example

White with #9DACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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