Shades of Periglacial Blue #A8C2B7
Tints of Periglacial Blue #A8C2B7
RGB
CMYK
RGB Variations
Color information
#A8C2B7 (or 0xA8C2B7) is known color: Periglacial Blue. HEX triplet: A8, C2 and B7. RGB value is (168,194,183). Sum of RGB (Red+Green+Blue) = 168+194+183=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 183 (71.88% from 255 or 33.58% from 545); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C2B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C2B7 is #573D48. Grayscale: #B8B8B8. Windows color (decimal): -5717321 or 12042920. OLE color: 12042920.
HSL color Cylindrical-coordinate representation of color #A8C2B7: hue angle of 154.62º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A8C2B7 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 194 | 183 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.24 |
| HSL | 154.62º | 0.18% | 0.71% | - |
| HSV(B) | 154.62º | 0.13% | 0.76% | - |
| XYZ | 43.99 | 50.33 | 52.2 | - |
| YUV | 184.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 194 | 183 | 0.13 | 0 | 0.06 | 0.24 | 154.62 | 0.18 | 0.71 |
| Hex | A8 | C2 | B7 | D | 0 | 6 | 18 | 9B | 12 | 47 |
| Octal | 250 | 302 | 267 | 15 | 0 | 6 | 30 | 233 | 22 | 107 |
| Binary | 10101000 | 11000010 | 10110111 | 1101 | 0 | 110 | 11000 | 10011011 | 10010 | 1000111 |
Color Harmonies of #A8C2B7
Complementary color
Monochromatic Colors of #A8C2B7
Black with #A8C2B7
Text Example
Text Example
White with #A8C2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C2B7; }
p { color: rgb(168,194,183); }
H1.HeaderClassName
{
color: #A8C2B7;
}
.AnyTagClassName
{
color: #A8C2B7;
}
</style>
background-color css
<style>
a { background-color: #A8C2B7; }
a { background-color: rgb(168,194,183); }
div.DivClassName
{
background-color: #A8C2B7;
}
.BgClassName
{
background-color: #A8C2B7;
}
</style>
border-color css
<style>
span { border-color: #A8C2B7; }
span { border-color: rgb(168,194,183); }
td.TdClassName
{
border-color: #A8C2B7;
}
.TagClassName
{
border-color: #A8C2B7;
}
</style>