Html Css Color HEX #9EACAE Gull Grey

📋 copy color: '#9EACAE'

red 158 ◦ green 172 ◦ blue 174

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

Shades of Gull Grey #9EACAE

Tints of Gull Grey #9EACAE

RGB

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

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

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

R = 31.35%
G = 34.13%
B = 34.52%

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

#9EACAE (or 0x9EACAE) is known color: Gull Grey. HEX triplet: 9E, AC and AE. RGB value is (158,172,174). Sum of RGB (Red+Green+Blue) = 158+172+174=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 174 - color contains mainly: blue. Hex color #9EACAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EACAE is #615351. Grayscale: #A8A8A8. Windows color (decimal): -6378322 or 11447454. OLE color: 11447454.

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

Color convert

RGB 158 172 174 -
CMYK 0.09 0.01 0 0.32
HSL 187.5º 0.09% 0.65% -
HSV(B) 187.5º 0.09% 0.68% -
XYZ 36.49 39.83 45.81 -
YUV 168.04 131.36 120.84 -
System Red Green Blue C M Y K H S L
Decimal 158 172 174 0.09 0.01 0 0.32 187.5 0.09 0.65
Hex 9E AC AE 9 1 0 20 BC 9 41
Octal 236 254 256 11 1 0 40 274 11 101
Binary 10011110 10101100 10101110 1001 1 0 100000 10111100 1001 1000001

Color Harmonies of #9EACAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EACAE

Black with #9EACAE

Text Example


Text Example

White with #9EACAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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