Html Css Color HEX #9EAAAF Gull Grey

📋 copy color: '#9EAAAF'

red 158 ◦ green 170 ◦ blue 175

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

Shades of Gull Grey #9EAAAF

Tints of Gull Grey #9EAAAF

RGB

 RED value IS 158 (62.11% from 255) = 31.41%

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

 BLUE value IS 175 (68.75% from 255) = 34.79%

R = 31.41%
G = 33.8%
B = 34.79%

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

#9EAAAF (or 0x9EAAAF) is known color: Gull Grey. HEX triplet: 9E, AA and AF. RGB value is (158,170,175). Sum of RGB (Red+Green+Blue) = 158+170+175=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 175 - color contains mainly: blue. Hex color #9EAAAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAAAF is #615550. Grayscale: #A6A6A6. Windows color (decimal): -6378833 or 11512478. OLE color: 11512478.

HSL color Cylindrical-coordinate representation of color #9EAAAF: hue angle of 197.65º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9EAAAF is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 158 170 175 -
CMYK 0.10 0.03 0 0.31
HSL 197.65º 0.1% 0.65% -
HSV(B) 197.65º 0.1% 0.69% -
XYZ 36.21 39.11 46.2 -
YUV 166.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 158 170 175 0.10 0.03 0 0.31 197.65 0.1 0.65
Hex 9E AA AF A 3 0 1F C6 A 41
Octal 236 252 257 12 3 0 37 306 12 101
Binary 10011110 10101010 10101111 1010 11 0 11111 11000110 1010 1000001

Color Harmonies of #9EAAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAAAF

Black with #9EAAAF

Text Example


Text Example

White with #9EAAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,170,175); }

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

background-color css

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

 a { background-color: rgb(158,170,175); }

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

border-color css

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

 span { border-color: rgb(158,170,175); }

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