Shades of Periglacial Blue #A6C0B6
Tints of Periglacial Blue #A6C0B6
RGB
CMYK
RGB Variations
Color information
#A6C0B6 (or 0xA6C0B6) is known color: Periglacial Blue. HEX triplet: A6, C0 and B6. RGB value is (166,192,182). Sum of RGB (Red+Green+Blue) = 166+192+182=540 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.74% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 182 (71.48% from 255 or 33.70% from 540); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C0B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C0B6 is #593F49. Grayscale: #B7B7B7. Windows color (decimal): -5848906 or 11976870. OLE color: 11976870.
HSL color Cylindrical-coordinate representation of color #A6C0B6: hue angle of 156.92º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6C0B6 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 192 | 182 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.25 |
| HSL | 156.92º | 0.17% | 0.7% | - |
| HSV(B) | 156.92º | 0.14% | 0.75% | - |
| XYZ | 43.02 | 49.18 | 51.48 | - |
| YUV | 183.09 | 127.39 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 182 | 0.14 | 0 | 0.05 | 0.25 | 156.92 | 0.17 | 0.7 |
| Hex | A6 | C0 | B6 | E | 0 | 5 | 19 | 9D | 11 | 46 |
| Octal | 246 | 300 | 266 | 16 | 0 | 5 | 31 | 235 | 21 | 106 |
| Binary | 10100110 | 11000000 | 10110110 | 1110 | 0 | 101 | 11001 | 10011101 | 10001 | 1000110 |
Color Harmonies of #A6C0B6
Complementary color
Monochromatic Colors of #A6C0B6
Black with #A6C0B6
Text Example
Text Example
White with #A6C0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C0B6; }
p { color: rgb(166,192,182); }
H1.HeaderClassName
{
color: #A6C0B6;
}
.AnyTagClassName
{
color: #A6C0B6;
}
</style>
background-color css
<style>
a { background-color: #A6C0B6; }
a { background-color: rgb(166,192,182); }
div.DivClassName
{
background-color: #A6C0B6;
}
.BgClassName
{
background-color: #A6C0B6;
}
</style>
border-color css
<style>
span { border-color: #A6C0B6; }
span { border-color: rgb(166,192,182); }
td.TdClassName
{
border-color: #A6C0B6;
}
.TagClassName
{
border-color: #A6C0B6;
}
</style>