Html Css Color HEX #9DACC5 Echo Blue

📋 copy color: '#9DACC5'

red 157 ◦ green 172 ◦ blue 197

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

Shades of Echo Blue #9DACC5

Tints of Echo Blue #9DACC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.45%

R = 29.85%
G = 32.7%
B = 37.45%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9DACC5 (or 0x9DACC5) is known color: Echo Blue. HEX triplet: 9D, AC and C5. RGB value is (157,172,197). Sum of RGB (Red+Green+Blue) = 157+172+197=526 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.85% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 197 - color contains mainly: blue. Hex color #9DACC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DACC5 is #62533A. Grayscale: #AAAAAA. Windows color (decimal): -6443835 or 12954781. OLE color: 12954781.

HSL color Cylindrical-coordinate representation of color #9DACC5: hue angle of 217.5º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9DACC5 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 157 172 197 -
CMYK 0.20 0.13 0 0.23
HSL 217.5º 0.26% 0.69% -
HSV(B) 217.5º 0.2% 0.77% -
XYZ 38.74 40.7 58.64 -
YUV 170.37 143.03 118.47 -
System Red Green Blue C M Y K H S L
Decimal 157 172 197 0.20 0.13 0 0.23 217.5 0.26 0.69
Hex 9D AC C5 14 D 0 17 DA 1A 45
Octal 235 254 305 24 15 0 27 332 32 105
Binary 10011101 10101100 11000101 10100 1101 0 10111 11011010 11010 1000101

Color Harmonies of #9DACC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DACC5

Black with #9DACC5

Text Example


Text Example

White with #9DACC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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