Html Css Color HEX #9FACB0 Gull Grey

📋 copy color: '#9FACB0'

red 159 ◦ green 172 ◦ blue 176

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

Shades of Gull Grey #9FACB0

Tints of Gull Grey #9FACB0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.93%

 BLUE value IS 176 (69.14% from 255) = 34.71%

R = 31.36%
G = 33.93%
B = 34.71%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9FACB0 (or 0x9FACB0) is known color: Gull Grey. HEX triplet: 9F, AC and B0. RGB value is (159,172,176). Sum of RGB (Red+Green+Blue) = 159+172+176=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 176 - color contains mainly: blue. Hex color #9FACB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FACB0 is #60534F. Grayscale: #A8A8A8. Windows color (decimal): -6312784 or 11578527. OLE color: 11578527.

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

Color convert

RGB 159 172 176 -
CMYK 0.10 0.02 0 0.31
HSL 194.12º 0.1% 0.66% -
HSV(B) 194.12º 0.1% 0.69% -
XYZ 36.89 40.01 46.85 -
YUV 168.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 159 172 176 0.10 0.02 0 0.31 194.12 0.1 0.66
Hex 9F AC B0 A 2 0 1F C2 A 42
Octal 237 254 260 12 2 0 37 302 12 102
Binary 10011111 10101100 10110000 1010 10 0 11111 11000010 1010 1000010

Color Harmonies of #9FACB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FACB0

Black with #9FACB0

Text Example


Text Example

White with #9FACB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,172,176); }

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

background-color css

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

 a { background-color: rgb(159,172,176); }

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

border-color css

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

 span { border-color: rgb(159,172,176); }

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