#9CADAE

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

Shades of Hit Grey #9CADAE

Tints of Hit Grey #9CADAE

Color information

#9CADAE (or 0x9CADAE) is unknown color: approx Hit Grey. HEX triplet: 9C, AD and AE. RGB value is (156,173,174). Sum of RGB (Red+Green+Blue) = 156+173+174=503 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.01% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 174 - color contains mainly: blue. Hex color #9CADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CADAE is #635251. Grayscale: #A8A8A8. Windows color (decimal): -6509138 or 11447708. OLE color: 11447708.

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

Color convert

RGB156173174-
CMYK0.100.0100.32
HSL183.33º10%64.71%-
HSV(B)183.33º10.34%68.24%-
XYZ36.2940.0145.85-
YUV168.03131.37119.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.01%
GREEN value IS 173 (67.97% from 255) = 34.39%
BLUE value IS 174 (68.36% from 255) = 34.59%
R=31.01%
G=34.39%
B=34.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1561731740.100.0100.32183.331064.71
Hex9CADAEA1020b7a41
Octal23425525612104026712101
Binary1001110010101101101011101010101000001011011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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