#9ABAAD

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

Shades of Skeptic #9ABAAD

Tints of Skeptic #9ABAAD

Color information

#9ABAAD (or 0x9ABAAD) is unknown color: approx Skeptic. HEX triplet: 9A, BA and AD. RGB value is (154,186,173). Sum of RGB (Red+Green+Blue) = 154+186+173=513 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.02% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABAAD is #654552. Grayscale: #AEAEAE. Windows color (decimal): -6636883 or 11385498. OLE color: 11385498.

HSL color Cylindrical-coordinate representation of color #9ABAAD: hue angle of 155.62º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9ABAAD is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB154186173-
CMYK0.1700.070.27
HSL155.62º18.82%66.67%-
HSV(B)155.62º17.2%72.94%-
XYZ38.434546.2-
YUV174.95126.9113.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.02%
GREEN value IS 186 (73.05% from 255) = 36.26%
BLUE value IS 173 (67.97% from 255) = 33.72%
R=30.02%
G=36.26%
B=33.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541861730.1700.070.27155.6218.8266.67
Hex9ABAAD11071B9c1343
Octal23227225521073323423103
Binary1001101010111010101011011000101111101110011100100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,186,173); }

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

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

 a { background-color: rgb(154,186,173); }

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

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

 span { border-color: rgb(154,186,173); }

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