#AFB1B0

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

Shades of Periglacial Blue #AFB1B0

Tints of Periglacial Blue #AFB1B0

Color information

#AFB1B0 (or 0xAFB1B0) is unknown color: approx Periglacial Blue. HEX triplet: AF, B1 and B0. RGB value is (175,177,176). Sum of RGB (Red+Green+Blue) = 175+177+176=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 176 (69.14% from 255 or 33.33% from 528); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB1B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB1B0 is #504E4F. Grayscale: #B0B0B0. Windows color (decimal): -5262928 or 11579823. OLE color: 11579823.

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

Color convert

RGB175177176-
CMYK0.0100.010.31
HSL150º1.27%69.02%-
HSV(B)150º1.13%69.41%-
XYZ41.2443.6947.33-
YUV176.29127.84127.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 177 (69.53% from 255) = 33.52%
BLUE value IS 176 (69.14% from 255) = 33.33%
R=33.14%
G=33.52%
B=33.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751771760.0100.010.311501.2769.02
HexAFB1B01011F96145
Octal257261260101372261105
Binary101011111011000110110000101111111001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB1B0; }

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

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

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

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

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

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

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

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