Html Css Color HEX #9EACAF Gull Grey

📋 copy color: '#9EACAF'

red 158 ◦ green 172 ◦ blue 175

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

Shades of Gull Grey #9EACAF

Tints of Gull Grey #9EACAF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.06%

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

R = 31.29%
G = 34.06%
B = 34.65%

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

#9EACAF (or 0x9EACAF) is known color: Gull Grey. HEX triplet: 9E, AC and AF. RGB value is (158,172,175). Sum of RGB (Red+Green+Blue) = 158+172+175=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 175 - color contains mainly: blue. Hex color #9EACAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EACAF is #615350. Grayscale: #A8A8A8. Windows color (decimal): -6378321 or 11512990. OLE color: 11512990.

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

Color convert

RGB 158 172 175 -
CMYK 0.10 0.02 0 0.31
HSL 190.59º 0.1% 0.65% -
HSV(B) 190.59º 0.1% 0.69% -
XYZ 36.59 39.87 46.32 -
YUV 168.16 131.86 120.76 -
System Red Green Blue C M Y K H S L
Decimal 158 172 175 0.10 0.02 0 0.31 190.59 0.1 0.65
Hex 9E AC AF A 2 0 1F BF A 41
Octal 236 254 257 12 2 0 37 277 12 101
Binary 10011110 10101100 10101111 1010 10 0 11111 10111111 1010 1000001

Color Harmonies of #9EACAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EACAF

Black with #9EACAF

Text Example


Text Example

White with #9EACAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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