#9CAEAF

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

Shades of Hit Grey #9CAEAF

Tints of Hit Grey #9CAEAF

Color information

#9CAEAF (or 0x9CAEAF) is unknown color: approx Hit Grey. HEX triplet: 9C, AE and AF. RGB value is (156,174,175). Sum of RGB (Red+Green+Blue) = 156+174+175=505 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.89% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 175 - color contains mainly: blue. Hex color #9CAEAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAEAF is #635150. Grayscale: #A8A8A8. Windows color (decimal): -6508881 or 11513500. OLE color: 11513500.

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

Color convert

RGB156174175-
CMYK0.110.0100.31
HSL183.16º10.61%64.9%-
HSV(B)183.16º10.86%68.63%-
XYZ36.5840.4446.43-
YUV168.73131.54118.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.89%
GREEN value IS 174 (68.36% from 255) = 34.46%
BLUE value IS 175 (68.75% from 255) = 34.65%
R=30.89%
G=34.46%
B=34.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1561741750.110.0100.31183.1610.6164.9
Hex9CAEAFB101Fb7b41
Octal23425625713103726713101
Binary100111001010111010101111101110111111011011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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