#A1C1B2

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

Shades of Skeptic #A1C1B2

Tints of Skeptic #A1C1B2

Color information

#A1C1B2 (or 0xA1C1B2) is unknown color: approx Skeptic. HEX triplet: A1, C1 and B2. RGB value is (161,193,178). Sum of RGB (Red+Green+Blue) = 161+193+178=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C1B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C1B2 is #5E3E4D. Grayscale: #B5B5B5. Windows color (decimal): -6176334 or 11714977. OLE color: 11714977.

HSL color Cylindrical-coordinate representation of color #A1C1B2: hue angle of 151.87º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1C1B2 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB161193178-
CMYK0.1700.080.24
HSL151.87º20.51%69.41%-
HSV(B)151.87º16.58%75.69%-
XYZ41.848.9349.36-
YUV181.72125.9113.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.26%
GREEN value IS 193 (75.78% from 255) = 36.28%
BLUE value IS 178 (69.92% from 255) = 33.46%
R=30.26%
G=36.28%
B=33.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611931780.1700.080.24151.8720.5169.41
HexA1C1B2110818981545
Octal241301262210103023025105
Binary10100001110000011011001010001010001100010011000101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C1B2; }

 p { color: rgb(161,193,178); }

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

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

 a { background-color: rgb(161,193,178); }

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

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

 span { border-color: rgb(161,193,178); }

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