Html Css Color HEX #9FAFCB Echo Blue

📋 copy color: '#9FAFCB'

red 159 ◦ green 175 ◦ blue 203

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

Shades of Echo Blue #9FAFCB

Tints of Echo Blue #9FAFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.8%

R = 29.61%
G = 32.59%
B = 37.8%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9FAFCB (or 0x9FAFCB) is known color: Echo Blue. HEX triplet: 9F, AF and CB. RGB value is (159,175,203). Sum of RGB (Red+Green+Blue) = 159+175+203=537 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.61% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #9FAFCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAFCB is #605034. Grayscale: #ADADAD. Windows color (decimal): -6311989 or 13348767. OLE color: 13348767.

HSL color Cylindrical-coordinate representation of color #9FAFCB: hue angle of 218.18º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FAFCB is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 175 203 -
CMYK 0.22 0.14 0 0.20
HSL 218.18º 0.3% 0.71% -
HSV(B) 218.18º 0.22% 0.8% -
XYZ 40.41 42.34 62.54 -
YUV 173.41 144.7 117.72 -
System Red Green Blue C M Y K H S L
Decimal 159 175 203 0.22 0.14 0 0.20 218.18 0.3 0.71
Hex 9F AF CB 16 E 0 14 DA 1E 47
Octal 237 257 313 26 16 0 24 332 36 107
Binary 10011111 10101111 11001011 10110 1110 0 10100 11011010 11110 1000111

Color Harmonies of #9FAFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAFCB

Black with #9FAFCB

Text Example


Text Example

White with #9FAFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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