#A8C1B7

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

Shades of Periglacial Blue #A8C1B7

Tints of Periglacial Blue #A8C1B7

Color information

#A8C1B7 (or 0xA8C1B7) is unknown color: approx Periglacial Blue. HEX triplet: A8, C1 and B7. RGB value is (168,193,183). Sum of RGB (Red+Green+Blue) = 168+193+183=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 183 (71.88% from 255 or 33.64% from 544); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C1B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C1B7 is #573E48. Grayscale: #B8B8B8. Windows color (decimal): -5717577 or 12042664. OLE color: 12042664.

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

Color convert

RGB168193183-
CMYK0.1300.050.24
HSL156º16.78%70.78%-
HSV(B)156º12.95%75.69%-
XYZ43.7749.8852.12-
YUV184.38127.22116.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.88%
GREEN value IS 193 (75.78% from 255) = 35.48%
BLUE value IS 183 (71.88% from 255) = 33.64%
R=30.88%
G=35.48%
B=33.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681931830.1300.050.2415616.7870.78
HexA8C1B7D05189c1147
Octal25030126715053023421107
Binary101010001100000110110111110101011100010011100100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C1B7; }

 p { color: rgb(168,193,183); }

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

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

 a { background-color: rgb(168,193,183); }

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

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

 span { border-color: rgb(168,193,183); }

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