Html Css Color HEX #9EABAD Gull Grey

📋 copy color: '#9EABAD'

red 158 ◦ green 171 ◦ blue 173

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

Shades of Gull Grey #9EABAD

Tints of Gull Grey #9EABAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.46%

R = 31.47%
G = 34.06%
B = 34.46%

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

#9EABAD (or 0x9EABAD) is known color: Gull Grey. HEX triplet: 9E, AB and AD. RGB value is (158,171,173). Sum of RGB (Red+Green+Blue) = 158+171+173=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 173 - color contains mainly: blue. Hex color #9EABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EABAD is #615452. Grayscale: #A7A7A7. Windows color (decimal): -6378579 or 11381662. OLE color: 11381662.

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

Color convert

RGB 158 171 173 -
CMYK 0.09 0.01 0 0.32
HSL 188º 0.08% 0.65% -
HSV(B) 188º 0.09% 0.68% -
XYZ 36.21 39.41 45.23 -
YUV 167.34 131.19 121.34 -
System Red Green Blue C M Y K H S L
Decimal 158 171 173 0.09 0.01 0 0.32 188 0.08 0.65
Hex 9E AB AD 9 1 0 20 BC 8 41
Octal 236 253 255 11 1 0 40 274 10 101
Binary 10011110 10101011 10101101 1001 1 0 100000 10111100 1000 1000001

Color Harmonies of #9EABAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EABAD

Black with #9EABAD

Text Example


Text Example

White with #9EABAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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