#A6C3B6

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

Shades of Periglacial Blue #A6C3B6

Tints of Periglacial Blue #A6C3B6

Color information

#A6C3B6 (or 0xA6C3B6) is unknown color: approx Periglacial Blue. HEX triplet: A6, C3 and B6. RGB value is (166,195,182). Sum of RGB (Red+Green+Blue) = 166+195+182=543 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.57% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 182 (71.48% from 255 or 33.52% from 543); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C3B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C3B6 is #593C49. Grayscale: #B8B8B8. Windows color (decimal): -5848138 or 11977638. OLE color: 11977638.

HSL color Cylindrical-coordinate representation of color #A6C3B6: hue angle of 153.1º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A6C3B6 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB166195182-
CMYK0.1500.070.24
HSL153.1º19.46%70.78%-
HSV(B)153.1º14.87%76.47%-
XYZ43.6850.5151.7-
YUV184.85126.39114.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.57%
GREEN value IS 195 (76.56% from 255) = 35.91%
BLUE value IS 182 (71.48% from 255) = 33.52%
R=30.57%
G=35.91%
B=33.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661951820.1500.070.24153.119.4670.78
HexA6C3B6F0718991347
Octal24630326617073023123107
Binary101001101100001110110110111101111100010011001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C3B6; }

 p { color: rgb(166,195,182); }

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

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

 a { background-color: rgb(166,195,182); }

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

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

 span { border-color: rgb(166,195,182); }

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