Html Css Color HEX #9FAAB0 Gull Grey

📋 copy color: '#9FAAB0'

red 159 ◦ green 170 ◦ blue 176

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

Shades of Gull Grey #9FAAB0

Tints of Gull Grey #9FAAB0

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.66%

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

R = 31.49%
G = 33.66%
B = 34.85%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9FAAB0 (or 0x9FAAB0) is known color: Gull Grey. HEX triplet: 9F, AA and B0. RGB value is (159,170,176). Sum of RGB (Red+Green+Blue) = 159+170+176=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 176 - color contains mainly: blue. Hex color #9FAAB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAAB0 is #60554F. Grayscale: #A7A7A7. Windows color (decimal): -6313296 or 11578015. OLE color: 11578015.

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

Color convert

RGB 159 170 176 -
CMYK 0.10 0.03 0 0.31
HSL 201.18º 0.1% 0.66% -
HSV(B) 201.18º 0.1% 0.69% -
XYZ 36.51 39.25 46.73 -
YUV 167.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 159 170 176 0.10 0.03 0 0.31 201.18 0.1 0.66
Hex 9F AA B0 A 3 0 1F C9 A 42
Octal 237 252 260 12 3 0 37 311 12 102
Binary 10011111 10101010 10110000 1010 11 0 11111 11001001 1010 1000010

Color Harmonies of #9FAAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAAB0

Black with #9FAAB0

Text Example


Text Example

White with #9FAAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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