#9ABBAD

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

Shades of Skeptic #9ABBAD

Tints of Skeptic #9ABBAD

Color information

#9ABBAD (or 0x9ABBAD) is unknown color: approx Skeptic. HEX triplet: 9A, BB and AD. RGB value is (154,187,173). Sum of RGB (Red+Green+Blue) = 154+187+173=514 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.96% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 187 - color contains mainly: green. Hex color #9ABBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABBAD is #654452. Grayscale: #AFAFAF. Windows color (decimal): -6636627 or 11385754. OLE color: 11385754.

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

Color convert

RGB154187173-
CMYK0.1800.070.27
HSL154.55º19.53%66.86%-
HSV(B)154.55º17.65%73.33%-
XYZ38.6445.4346.27-
YUV175.54126.57112.64-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.96%
GREEN value IS 187 (73.44% from 255) = 36.38%
BLUE value IS 173 (67.97% from 255) = 33.66%
R=29.96%
G=36.38%
B=33.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541871730.1800.070.27154.5519.5366.86
Hex9ABBAD12071B9b1443
Octal23227325522073323324103
Binary1001101010111011101011011001001111101110011011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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