Shades of Periglacial Blue #AAACAB
Tints of Periglacial Blue #AAACAB
RGB
CMYK
RGB Variations
Color information
#AAACAB (or 0xAAACAB) is known color: Periglacial Blue. HEX triplet: AA, AC and AB. RGB value is (170,172,171). Sum of RGB (Red+Green+Blue) = 170+172+171=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 172 - color contains mainly: green. Hex color #AAACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAACAB is #555354. Grayscale: #ABABAB. Windows color (decimal): -5591893 or 11250858. OLE color: 11250858.
HSL color Cylindrical-coordinate representation of color #AAACAB: hue angle of 150º degrees, saturation: 0.01, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #AAACAB is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 172 | 171 | - |
CMYK | 0.01 | 0 | 0.01 | 0.33 |
HSL | 150º | 0.01% | 0.67% | - |
HSV(B) | 150º | 0.01% | 0.67% | - |
XYZ | 38.68 | 40.99 | 44.4 | - |
YUV | 171.29 | 127.84 | 127.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 172 | 171 | 0.01 | 0 | 0.01 | 0.33 | 150 | 0.01 | 0.67 |
Hex | AA | AC | AB | 1 | 0 | 1 | 21 | 96 | 1 | 43 |
Octal | 252 | 254 | 253 | 1 | 0 | 1 | 41 | 226 | 1 | 103 |
Binary | 10101010 | 10101100 | 10101011 | 1 | 0 | 1 | 100001 | 10010110 | 1 | 1000011 |
Color Harmonies of #AAACAB
Complementary color
Monochromatic Colors of #AAACAB
Black with #AAACAB
Text Example
Text Example
White with #AAACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAACAB; }
p { color: rgb(170,172,171); }
H1.HeaderClassName
{
color: #AAACAB;
}
.AnyTagClassName
{
color: #AAACAB;
}
</style>
background-color css
<style>
a { background-color: #AAACAB; }
a { background-color: rgb(170,172,171); }
div.DivClassName
{
background-color: #AAACAB;
}
.BgClassName
{
background-color: #AAACAB;
}
</style>
border-color css
<style>
span { border-color: #AAACAB; }
span { border-color: rgb(170,172,171); }
td.TdClassName
{
border-color: #AAACAB;
}
.TagClassName
{
border-color: #AAACAB;
}
</style>