Html Css Color HEX #9FAEB6 Gull Grey

📋 copy color: '#9FAEB6'

red 159 ◦ green 174 ◦ blue 182

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

Shades of Gull Grey #9FAEB6

Tints of Gull Grey #9FAEB6

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.79%

 BLUE value IS 182 (71.48% from 255) = 35.34%

R = 30.87%
G = 33.79%
B = 35.34%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9FAEB6 (or 0x9FAEB6) is known color: Gull Grey. HEX triplet: 9F, AE and B6. RGB value is (159,174,182). Sum of RGB (Red+Green+Blue) = 159+174+182=515 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.87% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 182 (71.48% from 255 or 35.34% from 515); Max value from RGB is 182 - color contains mainly: blue. Hex color #9FAEB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAEB6 is #605149. Grayscale: #AAAAAA. Windows color (decimal): -6312266 or 11972255. OLE color: 11972255.

HSL color Cylindrical-coordinate representation of color #9FAEB6: hue angle of 200.87º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9FAEB6 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 159 174 182 -
CMYK 0.13 0.04 0 0.29
HSL 200.87º 0.14% 0.67% -
HSV(B) 200.87º 0.13% 0.71% -
XYZ 37.88 41.02 50.18 -
YUV 170.43 134.53 119.85 -
System Red Green Blue C M Y K H S L
Decimal 159 174 182 0.13 0.04 0 0.29 200.87 0.14 0.67
Hex 9F AE B6 D 4 0 1D C9 E 43
Octal 237 256 266 15 4 0 35 311 16 103
Binary 10011111 10101110 10110110 1101 100 0 11101 11001001 1110 1000011

Color Harmonies of #9FAEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAEB6

Black with #9FAEB6

Text Example


Text Example

White with #9FAEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,174,182); }

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

background-color css

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

 a { background-color: rgb(159,174,182); }

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

border-color css

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

 span { border-color: rgb(159,174,182); }

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