Shades of Periglacial Blue #AFB3B1
Tints of Periglacial Blue #AFB3B1
RGB
CMYK
RGB Variations
Color information
#AFB3B1 (or 0xAFB3B1) is known color: Periglacial Blue. HEX triplet: AF, B3 and B1. RGB value is (175,179,177). Sum of RGB (Red+Green+Blue) = 175+179+177=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB3B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB3B1 is #504C4E. Grayscale: #B1B1B1. Windows color (decimal): -5262415 or 11645871. OLE color: 11645871.
HSL color Cylindrical-coordinate representation of color #AFB3B1: hue angle of 150º degrees, saturation: 0.03, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AFB3B1 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 179 | 177 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.30 |
| HSL | 150º | 0.03% | 0.69% | - |
| HSV(B) | 150º | 0.02% | 0.7% | - |
| XYZ | 41.74 | 44.53 | 47.99 | - |
| YUV | 177.58 | 127.67 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 179 | 177 | 0.02 | 0 | 0.01 | 0.30 | 150 | 0.03 | 0.69 |
| Hex | AF | B3 | B1 | 2 | 0 | 1 | 1E | 96 | 3 | 45 |
| Octal | 257 | 263 | 261 | 2 | 0 | 1 | 36 | 226 | 3 | 105 |
| Binary | 10101111 | 10110011 | 10110001 | 10 | 0 | 1 | 11110 | 10010110 | 11 | 1000101 |
Color Harmonies of #AFB3B1
Complementary color
Monochromatic Colors of #AFB3B1
Black with #AFB3B1
Text Example
Text Example
White with #AFB3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB3B1; }
p { color: rgb(175,179,177); }
H1.HeaderClassName
{
color: #AFB3B1;
}
.AnyTagClassName
{
color: #AFB3B1;
}
</style>
background-color css
<style>
a { background-color: #AFB3B1; }
a { background-color: rgb(175,179,177); }
div.DivClassName
{
background-color: #AFB3B1;
}
.BgClassName
{
background-color: #AFB3B1;
}
</style>
border-color css
<style>
span { border-color: #AFB3B1; }
span { border-color: rgb(175,179,177); }
td.TdClassName
{
border-color: #AFB3B1;
}
.TagClassName
{
border-color: #AFB3B1;
}
</style>