#ABB1AF

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

Shades of Periglacial Blue #ABB1AF

Tints of Periglacial Blue #ABB1AF

Color information

#ABB1AF (or 0xABB1AF) is unknown color: approx Periglacial Blue. HEX triplet: AB, B1 and AF. RGB value is (171,177,175). Sum of RGB (Red+Green+Blue) = 171+177+175=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB1AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB1AF is #544E50. Grayscale: #AEAEAE. Windows color (decimal): -5525073 or 11514283. OLE color: 11514283.

HSL color Cylindrical-coordinate representation of color #ABB1AF: hue angle of 160º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ABB1AF is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB171177175-
CMYK0.0300.010.31
HSL160º3.7%68.24%-
HSV(B)160º3.39%69.41%-
XYZ40.2543.246.77-
YUV174.98128.01125.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.70%
GREEN value IS 177 (69.53% from 255) = 33.84%
BLUE value IS 175 (68.75% from 255) = 33.46%
R=32.70%
G=33.84%
B=33.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711771750.0300.010.311603.768.24
HexABB1AF3011Fa0444
Octal253261257301372404104
Binary101010111011000110101111110111111101000001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB1AF; }

 p { color: rgb(171,177,175); }

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

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

 a { background-color: rgb(171,177,175); }

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

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

 span { border-color: rgb(171,177,175); }

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