#9AB4A9

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

Shades of Skeptic #9AB4A9

Tints of Skeptic #9AB4A9

Color information

#9AB4A9 (or 0x9AB4A9) is unknown color: approx Skeptic. HEX triplet: 9A, B4 and A9. RGB value is (154,180,169). Sum of RGB (Red+Green+Blue) = 154+180+169=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 169 (66.41% from 255 or 33.60% from 503); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB4A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB4A9 is #654B56. Grayscale: #AAAAAA. Windows color (decimal): -6638423 or 11121818. OLE color: 11121818.

HSL color Cylindrical-coordinate representation of color #9AB4A9: hue angle of 154.62º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9AB4A9 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB154180169-
CMYK0.1400.060.29
HSL154.62º14.77%65.49%-
HSV(B)154.62º14.44%70.59%-
XYZ36.8142.3843.78-
YUV170.97126.89115.89-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.62%
GREEN value IS 180 (70.70% from 255) = 35.79%
BLUE value IS 169 (66.41% from 255) = 33.60%
R=30.62%
G=35.79%
B=33.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1541801690.1400.060.29154.6214.7765.49
Hex9AB4A9E061D9bf41
Octal23226425116063523317101
Binary10011010101101001010100111100110111011001101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,180,169); }

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

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

 a { background-color: rgb(154,180,169); }

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

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

 span { border-color: rgb(154,180,169); }

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