#9CAAAE

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

Shades of Gull Grey #9CAAAE

Tints of Gull Grey #9CAAAE

Color information

#9CAAAE (or 0x9CAAAE) is unknown color: approx Gull Grey. HEX triplet: 9C, AA and AE. RGB value is (156,170,174). Sum of RGB (Red+Green+Blue) = 156+170+174=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 174 - color contains mainly: blue. Hex color #9CAAAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAAAE is #635551. Grayscale: #A6A6A6. Windows color (decimal): -6509906 or 11446940. OLE color: 11446940.

HSL color Cylindrical-coordinate representation of color #9CAAAE: hue angle of 193.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 #9CAAAE is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB156170174-
CMYK0.100.0200.32
HSL193.33º10%64.71%-
HSV(B)193.33º10.34%68.24%-
XYZ35.7338.8745.66-
YUV166.27132.36120.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.2%
GREEN value IS 170 (66.80% from 255) = 34%
BLUE value IS 174 (68.36% from 255) = 34.8%
R=31.2%
G=34%
B=34.8%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1561701740.100.0200.32193.331064.71
Hex9CAAAEA2020c1a41
Octal23425225612204030112101
Binary10011100101010101010111010101001000001100000110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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