Html Css Color HEX #9DACDC Echo Blue

📋 copy color: '#9DACDC'

red 157 ◦ green 172 ◦ blue 220

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

Shades of Echo Blue #9DACDC

Tints of Echo Blue #9DACDC

RGB

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

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

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

R = 28.6%
G = 31.33%
B = 40.07%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9DACDC (or 0x9DACDC) is known color: Echo Blue. HEX triplet: 9D, AC and DC. RGB value is (157,172,220). Sum of RGB (Red+Green+Blue) = 157+172+220=549 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.60% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DACDC is #625323. Grayscale: #ACACAC. Windows color (decimal): -6443812 or 14462109. OLE color: 14462109.

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

Color convert

RGB 157 172 220 -
CMYK 0.29 0.22 0 0.14
HSL 225.71º 0.47% 0.74% -
HSV(B) 225.71º 0.29% 0.86% -
XYZ 41.58 41.84 73.59 -
YUV 172.99 154.53 116.6 -
System Red Green Blue C M Y K H S L
Decimal 157 172 220 0.29 0.22 0 0.14 225.71 0.47 0.74
Hex 9D AC DC 1D 16 0 E E2 2F 4A
Octal 235 254 334 35 26 0 16 342 57 112
Binary 10011101 10101100 11011100 11101 10110 0 1110 11100010 101111 1001010

Color Harmonies of #9DACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DACDC

Black with #9DACDC

Text Example


Text Example

White with #9DACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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