Html Css Color HEX #9FADB0 Gull Grey

📋 copy color: '#9FADB0'

red 159 ◦ green 173 ◦ blue 176

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

Shades of Gull Grey #9FADB0

Tints of Gull Grey #9FADB0

RGB

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

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

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

R = 31.3%
G = 34.06%
B = 34.65%

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

#9FADB0 (or 0x9FADB0) is known color: Gull Grey. HEX triplet: 9F, AD and B0. RGB value is (159,173,176). Sum of RGB (Red+Green+Blue) = 159+173+176=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 176 - color contains mainly: blue. Hex color #9FADB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FADB0 is #60524F. Grayscale: #A9A9A9. Windows color (decimal): -6312528 or 11578783. OLE color: 11578783.

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

Color convert

RGB 159 173 176 -
CMYK 0.10 0.02 0 0.31
HSL 190.59º 0.1% 0.66% -
HSV(B) 190.59º 0.1% 0.69% -
XYZ 37.08 40.39 46.92 -
YUV 169.16 131.86 120.76 -
System Red Green Blue C M Y K H S L
Decimal 159 173 176 0.10 0.02 0 0.31 190.59 0.1 0.66
Hex 9F AD B0 A 2 0 1F BF A 42
Octal 237 255 260 12 2 0 37 277 12 102
Binary 10011111 10101101 10110000 1010 10 0 11111 10111111 1010 1000010

Color Harmonies of #9FADB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FADB0

Black with #9FADB0

Text Example


Text Example

White with #9FADB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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