Html Css Color HEX #9FAFCE Echo Blue

📋 copy color: '#9FAFCE'

red 159 ◦ green 175 ◦ blue 206

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

Shades of Echo Blue #9FAFCE

Tints of Echo Blue #9FAFCE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.41%

 BLUE value IS 206 (80.86% from 255) = 38.15%

R = 29.44%
G = 32.41%
B = 38.15%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9FAFCE (or 0x9FAFCE) is known color: Echo Blue. HEX triplet: 9F, AF and CE. RGB value is (159,175,206). Sum of RGB (Red+Green+Blue) = 159+175+206=540 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.44% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #9FAFCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAFCE is #605031. Grayscale: #ADADAD. Windows color (decimal): -6311986 or 13545375. OLE color: 13545375.

HSL color Cylindrical-coordinate representation of color #9FAFCE: hue angle of 219.57º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FAFCE is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 175 206 -
CMYK 0.23 0.15 0 0.19
HSL 219.57º 0.32% 0.72% -
HSV(B) 219.57º 0.23% 0.81% -
XYZ 40.77 42.49 64.44 -
YUV 173.75 146.2 117.48 -
System Red Green Blue C M Y K H S L
Decimal 159 175 206 0.23 0.15 0 0.19 219.57 0.32 0.72
Hex 9F AF CE 17 F 0 13 DC 20 48
Octal 237 257 316 27 17 0 23 334 40 110
Binary 10011111 10101111 11001110 10111 1111 0 10011 11011100 100000 1001000

Color Harmonies of #9FAFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAFCE

Black with #9FAFCE

Text Example


Text Example

White with #9FAFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,175,206); }

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

background-color css

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

 a { background-color: rgb(159,175,206); }

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

border-color css

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

 span { border-color: rgb(159,175,206); }

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