#9DAEAD

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

Shades of Hit Grey #9DAEAD

Tints of Hit Grey #9DAEAD

Color information

#9DAEAD (or 0x9DAEAD) is unknown color: approx Hit Grey. HEX triplet: 9D, AE and AD. RGB value is (157,174,173). Sum of RGB (Red+Green+Blue) = 157+174+173=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAEAD is #625152. Grayscale: #A8A8A8. Windows color (decimal): -6443347 or 11382429. OLE color: 11382429.

HSL color Cylindrical-coordinate representation of color #9DAEAD: hue angle of 176.47º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9DAEAD is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB157174173-
CMYK0.1000.010.32
HSL176.47º9.5%64.9%-
HSV(B)176.47º9.77%68.24%-
XYZ36.5840.4645.42-
YUV168.8130.37119.58-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.15%
GREEN value IS 174 (68.36% from 255) = 34.52%
BLUE value IS 173 (67.97% from 255) = 34.33%
R=31.15%
G=34.52%
B=34.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1571741730.1000.010.32176.479.564.9
Hex9DAEADA0120b0941
Octal23525625512014026011101
Binary1001110110101110101011011010011000001011000010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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