Html Css Color HEX #9FAFAB Conch

📋 copy color: '#9FAFAB'

red 159 ◦ green 175 ◦ blue 171

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

Shades of Conch #9FAFAB

Tints of Conch #9FAFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.86%

R = 31.49%
G = 34.65%
B = 33.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#9FAFAB (or 0x9FAFAB) is known color: Conch. HEX triplet: 9F, AF and AB. RGB value is (159,175,171). Sum of RGB (Red+Green+Blue) = 159+175+171=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAFAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAFAB is #605054. Grayscale: #A9A9A9. Windows color (decimal): -6312021 or 11251615. OLE color: 11251615.

HSL color Cylindrical-coordinate representation of color #9FAFAB: hue angle of 165º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9FAFAB is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 175 171 -
CMYK 0.09 0 0.02 0.31
HSL 165º 0.09% 0.65% -
HSV(B) 165º 0.09% 0.69% -
XYZ 36.98 40.97 44.49 -
YUV 169.76 128.7 120.33 -
System Red Green Blue C M Y K H S L
Decimal 159 175 171 0.09 0 0.02 0.31 165 0.09 0.65
Hex 9F AF AB 9 0 2 1F A5 9 41
Octal 237 257 253 11 0 2 37 245 11 101
Binary 10011111 10101111 10101011 1001 0 10 11111 10100101 1001 1000001

Color Harmonies of #9FAFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAFAB

Black with #9FAFAB

Text Example


Text Example

White with #9FAFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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