Html Css Color HEX #9FACD1 Echo Blue

📋 copy color: '#9FACD1'

red 159 ◦ green 172 ◦ blue 209

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

Shades of Echo Blue #9FACD1

Tints of Echo Blue #9FACD1

RGB

 RED value IS 159 (62.5% from 255) = 29.44%

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

 BLUE value IS 209 (82.03% from 255) = 38.7%

R = 29.44%
G = 31.85%
B = 38.7%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9FACD1 (or 0x9FACD1) is known color: Echo Blue. HEX triplet: 9F, AC and D1. RGB value is (159,172,209). Sum of RGB (Red+Green+Blue) = 159+172+209=540 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.44% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 209 - color contains mainly: blue. Hex color #9FACD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FACD1 is #60532E. Grayscale: #ACACAC. Windows color (decimal): -6312751 or 13741215. OLE color: 13741215.

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

Color convert

RGB 159 172 209 -
CMYK 0.24 0.18 0 0.18
HSL 224.4º 0.35% 0.72% -
HSV(B) 224.4º 0.24% 0.82% -
XYZ 40.56 41.48 66.19 -
YUV 172.33 148.69 118.49 -
System Red Green Blue C M Y K H S L
Decimal 159 172 209 0.24 0.18 0 0.18 224.4 0.35 0.72
Hex 9F AC D1 18 12 0 12 E0 23 48
Octal 237 254 321 30 22 0 22 340 43 110
Binary 10011111 10101100 11010001 11000 10010 0 10010 11100000 100011 1001000

Color Harmonies of #9FACD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FACD1

Black with #9FACD1

Text Example


Text Example

White with #9FACD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,172,209); }

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

background-color css

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

 a { background-color: rgb(159,172,209); }

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

border-color css

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

 span { border-color: rgb(159,172,209); }

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