Html Css Color HEX #9EAEAF Gull Grey

📋 copy color: '#9EAEAF'

red 158 ◦ green 174 ◦ blue 175

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

Shades of Gull Grey #9EAEAF

Tints of Gull Grey #9EAEAF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.32%

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

R = 31.16%
G = 34.32%
B = 34.52%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9EAEAF (or 0x9EAEAF) is known color: Gull Grey. HEX triplet: 9E, AE and AF. RGB value is (158,174,175). Sum of RGB (Red+Green+Blue) = 158+174+175=507 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.16% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 175 - color contains mainly: blue. Hex color #9EAEAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAEAF is #615150. Grayscale: #A9A9A9. Windows color (decimal): -6377809 or 11513502. OLE color: 11513502.

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

Color convert

RGB 158 174 175 -
CMYK 0.10 0.01 0 0.31
HSL 183.53º 0.1% 0.65% -
HSV(B) 183.53º 0.1% 0.69% -
XYZ 36.97 40.64 46.45 -
YUV 169.33 131.2 119.92 -
System Red Green Blue C M Y K H S L
Decimal 158 174 175 0.10 0.01 0 0.31 183.53 0.1 0.65
Hex 9E AE AF A 1 0 1F B8 A 41
Octal 236 256 257 12 1 0 37 270 12 101
Binary 10011110 10101110 10101111 1010 1 0 11111 10111000 1010 1000001

Color Harmonies of #9EAEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAEAF

Black with #9EAEAF

Text Example


Text Example

White with #9EAEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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