#9ABCAE

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

Shades of Skeptic #9ABCAE

Tints of Skeptic #9ABCAE

Color information

#9ABCAE (or 0x9ABCAE) is unknown color: approx Skeptic. HEX triplet: 9A, BC and AE. RGB value is (154,188,174). Sum of RGB (Red+Green+Blue) = 154+188+174=516 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.84% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABCAE is #654351. Grayscale: #B0B0B0. Windows color (decimal): -6636370 or 11451546. OLE color: 11451546.

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

Color convert

RGB154188174-
CMYK0.1800.070.26
HSL155.29º20.24%67.06%-
HSV(B)155.29º18.09%73.73%-
XYZ38.9545.8946.85-
YUV176.24126.74112.14-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.84%
GREEN value IS 188 (73.83% from 255) = 36.43%
BLUE value IS 174 (68.36% from 255) = 33.72%
R=29.84%
G=36.43%
B=33.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1541881740.1800.070.26155.2920.2467.06
Hex9ABCAE12071A9b1443
Octal23227425622073223324103
Binary1001101010111100101011101001001111101010011011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,188,174); }

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

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

 a { background-color: rgb(154,188,174); }

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

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

 span { border-color: rgb(154,188,174); }

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