Html Css Color HEX #9FAAAE Gull Grey

📋 copy color: '#9FAAAE'

red 159 ◦ green 170 ◦ blue 174

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

Shades of Gull Grey #9FAAAE

Tints of Gull Grey #9FAAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.59%

R = 31.61%
G = 33.8%
B = 34.59%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9FAAAE (or 0x9FAAAE) is known color: Gull Grey. HEX triplet: 9F, AA and AE. RGB value is (159,170,174). Sum of RGB (Red+Green+Blue) = 159+170+174=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 174 - color contains mainly: blue. Hex color #9FAAAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAAAE is #605551. Grayscale: #A7A7A7. Windows color (decimal): -6313298 or 11446943. OLE color: 11446943.

HSL color Cylindrical-coordinate representation of color #9FAAAE: hue angle of 196º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9FAAAE is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 159 170 174 -
CMYK 0.09 0.02 0 0.32
HSL 196º 0.08% 0.65% -
HSV(B) 196º 0.09% 0.68% -
XYZ 36.31 39.18 45.69 -
YUV 167.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 159 170 174 0.09 0.02 0 0.32 196 0.08 0.65
Hex 9F AA AE 9 2 0 20 C4 8 41
Octal 237 252 256 11 2 0 40 304 10 101
Binary 10011111 10101010 10101110 1001 10 0 100000 11000100 1000 1000001

Color Harmonies of #9FAAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAAAE

Black with #9FAAAE

Text Example


Text Example

White with #9FAAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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