Shades of Periglacial Blue #A9C1B7
Tints of Periglacial Blue #A9C1B7
RGB
CMYK
RGB Variations
Color information
#A9C1B7 (or 0xA9C1B7) is known color: Periglacial Blue. HEX triplet: A9, C1 and B7. RGB value is (169,193,183). Sum of RGB (Red+Green+Blue) = 169+193+183=545 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.01% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 183 (71.88% from 255 or 33.58% from 545); Max value from RGB is 193 - color contains mainly: green. Hex color #A9C1B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C1B7 is #563E48. Grayscale: #B8B8B8. Windows color (decimal): -5652041 or 12042665. OLE color: 12042665.
HSL color Cylindrical-coordinate representation of color #A9C1B7: hue angle of 155º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9C1B7 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 193 | 183 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.24 |
| HSL | 155º | 0.16% | 0.71% | - |
| HSV(B) | 155º | 0.12% | 0.76% | - |
| XYZ | 43.98 | 49.99 | 52.13 | - |
| YUV | 184.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 193 | 183 | 0.12 | 0 | 0.05 | 0.24 | 155 | 0.16 | 0.71 |
| Hex | A9 | C1 | B7 | C | 0 | 5 | 18 | 9B | 10 | 47 |
| Octal | 251 | 301 | 267 | 14 | 0 | 5 | 30 | 233 | 20 | 107 |
| Binary | 10101001 | 11000001 | 10110111 | 1100 | 0 | 101 | 11000 | 10011011 | 10000 | 1000111 |
Color Harmonies of #A9C1B7
Complementary color
Monochromatic Colors of #A9C1B7
Black with #A9C1B7
Text Example
Text Example
White with #A9C1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C1B7; }
p { color: rgb(169,193,183); }
H1.HeaderClassName
{
color: #A9C1B7;
}
.AnyTagClassName
{
color: #A9C1B7;
}
</style>
background-color css
<style>
a { background-color: #A9C1B7; }
a { background-color: rgb(169,193,183); }
div.DivClassName
{
background-color: #A9C1B7;
}
.BgClassName
{
background-color: #A9C1B7;
}
</style>
border-color css
<style>
span { border-color: #A9C1B7; }
span { border-color: rgb(169,193,183); }
td.TdClassName
{
border-color: #A9C1B7;
}
.TagClassName
{
border-color: #A9C1B7;
}
</style>