#9DABAD

Color #9DABAD Gull Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gull Grey #9DABAD

Tints of Gull Grey #9DABAD

Color information

#9DABAD (or 0x9DABAD) is unknown color: approx Gull Grey. HEX triplet: 9D, AB and AD. RGB value is (157,171,173). Sum of RGB (Red+Green+Blue) = 157+171+173=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 173 - color contains mainly: blue. Hex color #9DABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DABAD is #625452. Grayscale: #A7A7A7. Windows color (decimal): -6444115 or 11381661. OLE color: 11381661.

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

Color convert

RGB157171173-
CMYK0.090.0100.32
HSL187.5º8.89%64.71%-
HSV(B)187.5º9.25%67.84%-
XYZ36.0139.3145.23-
YUV167.04131.36120.84-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.34%
GREEN value IS 171 (67.19% from 255) = 34.13%
BLUE value IS 173 (67.97% from 255) = 34.53%
R=31.34%
G=34.13%
B=34.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1571711730.090.0100.32187.58.8964.71
Hex9DABAD91020bb941
Octal23525325511104027311101
Binary1001110110101011101011011001101000001011101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DABAD;
 }
 .AnyTagClassName
 {
   color: #9DABAD;
 }
</style>
background-color css

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

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

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

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

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

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