#9AADAE

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

Shades of Hit Grey #9AADAE

Tints of Hit Grey #9AADAE

Color information

#9AADAE (or 0x9AADAE) is unknown color: approx Hit Grey. HEX triplet: 9A, AD and AE. RGB value is (154,173,174). Sum of RGB (Red+Green+Blue) = 154+173+174=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 174 - color contains mainly: blue. Hex color #9AADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AADAE is #655251. Grayscale: #A7A7A7. Windows color (decimal): -6640210 or 11447706. OLE color: 11447706.

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

Color convert

RGB154173174-
CMYK0.110.0100.32
HSL183º10.99%64.31%-
HSV(B)183º11.49%68.24%-
XYZ35.9139.8145.84-
YUV167.43131.71118.42-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.74%
GREEN value IS 173 (67.97% from 255) = 34.53%
BLUE value IS 174 (68.36% from 255) = 34.73%
R=30.74%
G=34.53%
B=34.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541731740.110.0100.3218310.9964.31
Hex9AADAEB1020b7b40
Octal23225525613104026713100
Binary1001101010101101101011101011101000001011011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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