Html Css Color HEX #9FADAE Gull Grey

📋 copy color: '#9FADAE'

red 159 ◦ green 173 ◦ blue 174

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

Shades of Gull Grey #9FADAE

Tints of Gull Grey #9FADAE

RGB

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

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

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

R = 31.42%
G = 34.19%
B = 34.39%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9FADAE (or 0x9FADAE) is known color: Gull Grey. HEX triplet: 9F, AD and AE. RGB value is (159,173,174). Sum of RGB (Red+Green+Blue) = 159+173+174=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 174 (68.36% from 255 or 34.39% from 506); Max value from RGB is 174 - color contains mainly: blue. Hex color #9FADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FADAE is #605251. Grayscale: #A8A8A8. Windows color (decimal): -6312530 or 11447711. OLE color: 11447711.

HSL color Cylindrical-coordinate representation of color #9FADAE: hue angle of 184º 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 #9FADAE is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 159 173 174 -
CMYK 0.09 0.01 0 0.32
HSL 184º 0.08% 0.65% -
HSV(B) 184º 0.09% 0.68% -
XYZ 36.88 40.31 45.88 -
YUV 168.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 159 173 174 0.09 0.01 0 0.32 184 0.08 0.65
Hex 9F AD AE 9 1 0 20 B8 8 41
Octal 237 255 256 11 1 0 40 270 10 101
Binary 10011111 10101101 10101110 1001 1 0 100000 10111000 1000 1000001

Color Harmonies of #9FADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FADAE

Black with #9FADAE

Text Example


Text Example

White with #9FADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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