Html Css Color HEX #9FAADC Echo Blue

📋 copy color: '#9FAADC'

red 159 ◦ green 170 ◦ blue 220

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

Shades of Echo Blue #9FAADC

Tints of Echo Blue #9FAADC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.97%

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

R = 28.96%
G = 30.97%
B = 40.07%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9FAADC (or 0x9FAADC) is known color: Echo Blue. HEX triplet: 9F, AA and DC. RGB value is (159,170,220). Sum of RGB (Red+Green+Blue) = 159+170+220=549 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.96% from 549); Green value is 170 (66.80% from 255 or 30.97% 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 #9FAADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAADC is #605523. Grayscale: #ACACAC. Windows color (decimal): -6313252 or 14461599. OLE color: 14461599.

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

Color convert

RGB 159 170 220 -
CMYK 0.28 0.23 0 0.14
HSL 229.18º 0.47% 0.74% -
HSV(B) 229.18º 0.28% 0.86% -
XYZ 41.59 41.29 73.49 -
YUV 172.41 154.86 118.43 -
System Red Green Blue C M Y K H S L
Decimal 159 170 220 0.28 0.23 0 0.14 229.18 0.47 0.74
Hex 9F AA DC 1C 17 0 E E5 2F 4A
Octal 237 252 334 34 27 0 16 345 57 112
Binary 10011111 10101010 11011100 11100 10111 0 1110 11100101 101111 1001010

Color Harmonies of #9FAADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAADC

Black with #9FAADC

Text Example


Text Example

White with #9FAADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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