Shades of Periglacial Blue #A8C0B6
Tints of Periglacial Blue #A8C0B6
RGB
CMYK
RGB Variations
Color information
#A8C0B6 (or 0xA8C0B6) is known color: Periglacial Blue. HEX triplet: A8, C0 and B6. RGB value is (168,192,182). Sum of RGB (Red+Green+Blue) = 168+192+182=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 182 (71.48% from 255 or 33.58% from 542); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C0B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C0B6 is #573F49. Grayscale: #B7B7B7. Windows color (decimal): -5717834 or 11976872. OLE color: 11976872.
HSL color Cylindrical-coordinate representation of color #A8C0B6: hue angle of 155º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8C0B6 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 182 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.25 |
| HSL | 155º | 0.16% | 0.71% | - |
| HSV(B) | 155º | 0.13% | 0.75% | - |
| XYZ | 43.44 | 49.4 | 51.5 | - |
| YUV | 183.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 182 | 0.12 | 0 | 0.05 | 0.25 | 155 | 0.16 | 0.71 |
| Hex | A8 | C0 | B6 | C | 0 | 5 | 19 | 9B | 10 | 47 |
| Octal | 250 | 300 | 266 | 14 | 0 | 5 | 31 | 233 | 20 | 107 |
| Binary | 10101000 | 11000000 | 10110110 | 1100 | 0 | 101 | 11001 | 10011011 | 10000 | 1000111 |
Color Harmonies of #A8C0B6
Complementary color
Monochromatic Colors of #A8C0B6
Black with #A8C0B6
Text Example
Text Example
White with #A8C0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C0B6; }
p { color: rgb(168,192,182); }
H1.HeaderClassName
{
color: #A8C0B6;
}
.AnyTagClassName
{
color: #A8C0B6;
}
</style>
background-color css
<style>
a { background-color: #A8C0B6; }
a { background-color: rgb(168,192,182); }
div.DivClassName
{
background-color: #A8C0B6;
}
.BgClassName
{
background-color: #A8C0B6;
}
</style>
border-color css
<style>
span { border-color: #A8C0B6; }
span { border-color: rgb(168,192,182); }
td.TdClassName
{
border-color: #A8C0B6;
}
.TagClassName
{
border-color: #A8C0B6;
}
</style>