Shades of Periglacial Blue #AAB3B0
Tints of Periglacial Blue #AAB3B0
RGB
CMYK
RGB Variations
Color information
#AAB3B0 (or 0xAAB3B0) is known color: Periglacial Blue. HEX triplet: AA, B3 and B0. RGB value is (170,179,176). Sum of RGB (Red+Green+Blue) = 170+179+176=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB3B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB3B0 is #554C4F. Grayscale: #AFAFAF. Windows color (decimal): -5590096 or 11580330. OLE color: 11580330.
HSL color Cylindrical-coordinate representation of color #AAB3B0: hue angle of 160º degrees, saturation: 0.06, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AAB3B0 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 176 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.30 |
| HSL | 160º | 0.06% | 0.68% | - |
| HSV(B) | 160º | 0.05% | 0.7% | - |
| XYZ | 40.53 | 43.92 | 47.42 | - |
| YUV | 175.97 | 128.02 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 176 | 0.05 | 0 | 0.02 | 0.30 | 160 | 0.06 | 0.68 |
| Hex | AA | B3 | B0 | 5 | 0 | 2 | 1E | A0 | 6 | 44 |
| Octal | 252 | 263 | 260 | 5 | 0 | 2 | 36 | 240 | 6 | 104 |
| Binary | 10101010 | 10110011 | 10110000 | 101 | 0 | 10 | 11110 | 10100000 | 110 | 1000100 |
Color Harmonies of #AAB3B0
Complementary color
Monochromatic Colors of #AAB3B0
Black with #AAB3B0
Text Example
Text Example
White with #AAB3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB3B0; }
p { color: rgb(170,179,176); }
H1.HeaderClassName
{
color: #AAB3B0;
}
.AnyTagClassName
{
color: #AAB3B0;
}
</style>
background-color css
<style>
a { background-color: #AAB3B0; }
a { background-color: rgb(170,179,176); }
div.DivClassName
{
background-color: #AAB3B0;
}
.BgClassName
{
background-color: #AAB3B0;
}
</style>
border-color css
<style>
span { border-color: #AAB3B0; }
span { border-color: rgb(170,179,176); }
td.TdClassName
{
border-color: #AAB3B0;
}
.TagClassName
{
border-color: #AAB3B0;
}
</style>