Html Css Color HEX #9EABAF Gull Grey

📋 copy color: '#9EABAF'

red 158 ◦ green 171 ◦ blue 175

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

Shades of Gull Grey #9EABAF

Tints of Gull Grey #9EABAF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.93%

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

R = 31.35%
G = 33.93%
B = 34.72%

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

#9EABAF (or 0x9EABAF) is known color: Gull Grey. HEX triplet: 9E, AB and AF. RGB value is (158,171,175). Sum of RGB (Red+Green+Blue) = 158+171+175=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 175 - color contains mainly: blue. Hex color #9EABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EABAF is #615450. Grayscale: #A7A7A7. Windows color (decimal): -6378577 or 11512734. OLE color: 11512734.

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

Color convert

RGB 158 171 175 -
CMYK 0.10 0.02 0 0.31
HSL 194.12º 0.1% 0.65% -
HSV(B) 194.12º 0.1% 0.69% -
XYZ 36.4 39.49 46.26 -
YUV 167.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 158 171 175 0.10 0.02 0 0.31 194.12 0.1 0.65
Hex 9E AB AF A 2 0 1F C2 A 41
Octal 236 253 257 12 2 0 37 302 12 101
Binary 10011110 10101011 10101111 1010 10 0 11111 11000010 1010 1000001

Color Harmonies of #9EABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EABAF

Black with #9EABAF

Text Example


Text Example

White with #9EABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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