Html Css Color HEX #9DACD2 Echo Blue

📋 copy color: '#9DACD2'

red 157 ◦ green 172 ◦ blue 210

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

Shades of Echo Blue #9DACD2

Tints of Echo Blue #9DACD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.96%

R = 29.13%
G = 31.91%
B = 38.96%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9DACD2 (or 0x9DACD2) is known color: Echo Blue. HEX triplet: 9D, AC and D2. RGB value is (157,172,210). Sum of RGB (Red+Green+Blue) = 157+172+210=539 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.13% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 210 - color contains mainly: blue. Hex color #9DACD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DACD2 is #62532D. Grayscale: #ABABAB. Windows color (decimal): -6443822 or 13806749. OLE color: 13806749.

HSL color Cylindrical-coordinate representation of color #9DACD2: hue angle of 223.02º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9DACD2 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 157 172 210 -
CMYK 0.25 0.18 0 0.18
HSL 223.02º 0.37% 0.72% -
HSV(B) 223.02º 0.25% 0.82% -
XYZ 40.29 41.33 66.83 -
YUV 171.85 149.53 117.41 -
System Red Green Blue C M Y K H S L
Decimal 157 172 210 0.25 0.18 0 0.18 223.02 0.37 0.72
Hex 9D AC D2 19 12 0 12 DF 25 48
Octal 235 254 322 31 22 0 22 337 45 110
Binary 10011101 10101100 11010010 11001 10010 0 10010 11011111 100101 1001000

Color Harmonies of #9DACD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DACD2

Black with #9DACD2

Text Example


Text Example

White with #9DACD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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