#9DACAF

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

Shades of Gull Grey #9DACAF

Tints of Gull Grey #9DACAF

Color information

#9DACAF (or 0x9DACAF) is unknown color: approx Gull Grey. HEX triplet: 9D, AC and AF. RGB value is (157,172,175). Sum of RGB (Red+Green+Blue) = 157+172+175=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 175 - color contains mainly: blue. Hex color #9DACAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DACAF is #625350. Grayscale: #A7A7A7. Windows color (decimal): -6443857 or 11512989. OLE color: 11512989.

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

Color convert

RGB157172175-
CMYK0.100.0200.31
HSL190º10.11%65.1%-
HSV(B)190º10.29%68.63%-
XYZ36.439.7746.32-
YUV167.86132.03120.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.15%
GREEN value IS 172 (67.58% from 255) = 34.13%
BLUE value IS 175 (68.75% from 255) = 34.72%
R=31.15%
G=34.13%
B=34.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1571721750.100.0200.3119010.1165.1
Hex9DACAFA201Fbea41
Octal23525425712203727612101
Binary1001110110101100101011111010100111111011111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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