Html Css Color HEX #9CADAE Hit Grey

📋 copy color: '#9CADAE'

red 156 ◦ green 173 ◦ blue 174

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

Shades of Hit Grey #9CADAE

Tints of Hit Grey #9CADAE

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

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

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

RGB 156 173 174 -
CMYK 0.10 0.01 0 0.32
HSL 183.33º 0.1% 0.65% -
HSV(B) 183.33º 0.1% 0.68% -
XYZ 36.29 40.01 45.85 -
YUV 168.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 156 173 174 0.10 0.01 0 0.32 183.33 0.1 0.65
Hex 9C AD AE A 1 0 20 B7 A 41
Octal 234 255 256 12 1 0 40 267 12 101
Binary 10011100 10101101 10101110 1010 1 0 100000 10110111 1010 1000001

Color Harmonies of #9CADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CADAE

Black with #9CADAE

Text Example


Text Example

White with #9CADAE

Text Example


Text Example

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