Html Css Color HEX #9FADAF Gull Grey

📋 copy color: '#9FADAF'

red 159 ◦ green 173 ◦ blue 175

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

Shades of Gull Grey #9FADAF

Tints of Gull Grey #9FADAF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.12%

 BLUE value IS 175 (68.75% from 255) = 34.52%

R = 31.36%
G = 34.12%
B = 34.52%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9FADAF (or 0x9FADAF) is known color: Gull Grey. HEX triplet: 9F, AD and AF. RGB value is (159,173,175). Sum of RGB (Red+Green+Blue) = 159+173+175=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 175 - color contains mainly: blue. Hex color #9FADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FADAF is #605250. Grayscale: #A9A9A9. Windows color (decimal): -6312529 or 11513247. OLE color: 11513247.

HSL color Cylindrical-coordinate representation of color #9FADAF: hue angle of 187.5º 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 #9FADAF is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 173 175 -
CMYK 0.09 0.01 0 0.31
HSL 187.5º 0.09% 0.65% -
HSV(B) 187.5º 0.09% 0.69% -
XYZ 36.98 40.35 46.4 -
YUV 169.04 131.36 120.84 -
System Red Green Blue C M Y K H S L
Decimal 159 173 175 0.09 0.01 0 0.31 187.5 0.09 0.65
Hex 9F AD AF 9 1 0 1F BC 9 41
Octal 237 255 257 11 1 0 37 274 11 101
Binary 10011111 10101101 10101111 1001 1 0 11111 10111100 1001 1000001

Color Harmonies of #9FADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FADAF

Black with #9FADAF

Text Example


Text Example

White with #9FADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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