Html Css Color HEX #9AADAE Hit Grey

📋 copy color: '#9AADAE'

red 154 ◦ green 173 ◦ blue 174

#9AADAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hit Grey #9AADAE

Tints of Hit Grey #9AADAE

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 value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9AADAE (or 0x9AADAE) is known color: 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

RGB 154 173 174 -
CMYK 0.11 0.01 0 0.32
HSL 183º 0.11% 0.64% -
HSV(B) 183º 0.11% 0.68% -
XYZ 35.91 39.81 45.84 -
YUV 167.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 154 173 174 0.11 0.01 0 0.32 183 0.11 0.64
Hex 9A AD AE B 1 0 20 B7 B 40
Octal 232 255 256 13 1 0 40 267 13 100
Binary 10011010 10101101 10101110 1011 1 0 100000 10110111 1011 1000000

Color Harmonies of #9AADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AADAE

Black with #9AADAE

Text Example


Text Example

White with #9AADAE

Text Example


Text Example

HTML Codes & Css Web 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>