Html Css Color HEX #9FACDC Echo Blue

📋 copy color: '#9FACDC'

red 159 ◦ green 172 ◦ blue 220

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

Shades of Echo Blue #9FACDC

Tints of Echo Blue #9FACDC

RGB

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

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

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

R = 28.86%
G = 31.22%
B = 39.93%

CMYK

 C value IS 0.28

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9FACDC (or 0x9FACDC) is known color: Echo Blue. HEX triplet: 9F, AC and DC. RGB value is (159,172,220). Sum of RGB (Red+Green+Blue) = 159+172+220=551 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.86% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #9FACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FACDC is #605323. Grayscale: #ADADAD. Windows color (decimal): -6312740 or 14462111. OLE color: 14462111.

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

Color convert

RGB 159 172 220 -
CMYK 0.28 0.22 0 0.14
HSL 227.21º 0.47% 0.74% -
HSV(B) 227.21º 0.28% 0.86% -
XYZ 41.97 42.04 73.61 -
YUV 173.59 154.19 117.6 -
System Red Green Blue C M Y K H S L
Decimal 159 172 220 0.28 0.22 0 0.14 227.21 0.47 0.74
Hex 9F AC DC 1C 16 0 E E3 2F 4A
Octal 237 254 334 34 26 0 16 343 57 112
Binary 10011111 10101100 11011100 11100 10110 0 1110 11100011 101111 1001010

Color Harmonies of #9FACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FACDC

Black with #9FACDC

Text Example


Text Example

White with #9FACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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