Shades of Periglacial Blue #A6C0B3
Tints of Periglacial Blue #A6C0B3
RGB
CMYK
RGB Variations
Color information
#A6C0B3 (or 0xA6C0B3) is known color: Periglacial Blue. HEX triplet: A6, C0 and B3. RGB value is (166,192,179). Sum of RGB (Red+Green+Blue) = 166+192+179=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 179 (70.31% from 255 or 33.33% from 537); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C0B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C0B3 is #593F4C. Grayscale: #B6B6B6. Windows color (decimal): -5848909 or 11780262. OLE color: 11780262.
HSL color Cylindrical-coordinate representation of color #A6C0B3: hue angle of 150º 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 #A6C0B3 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 192 | 179 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.25 |
| HSL | 150º | 0.17% | 0.7% | - |
| HSV(B) | 150º | 0.14% | 0.75% | - |
| XYZ | 42.71 | 49.06 | 49.87 | - |
| YUV | 182.74 | 125.89 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 179 | 0.14 | 0 | 0.07 | 0.25 | 150 | 0.17 | 0.7 |
| Hex | A6 | C0 | B3 | E | 0 | 7 | 19 | 96 | 11 | 46 |
| Octal | 246 | 300 | 263 | 16 | 0 | 7 | 31 | 226 | 21 | 106 |
| Binary | 10100110 | 11000000 | 10110011 | 1110 | 0 | 111 | 11001 | 10010110 | 10001 | 1000110 |
Color Harmonies of #A6C0B3
Complementary color
Monochromatic Colors of #A6C0B3
Black with #A6C0B3
Text Example
Text Example
White with #A6C0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C0B3; }
p { color: rgb(166,192,179); }
H1.HeaderClassName
{
color: #A6C0B3;
}
.AnyTagClassName
{
color: #A6C0B3;
}
</style>
background-color css
<style>
a { background-color: #A6C0B3; }
a { background-color: rgb(166,192,179); }
div.DivClassName
{
background-color: #A6C0B3;
}
.BgClassName
{
background-color: #A6C0B3;
}
</style>
border-color css
<style>
span { border-color: #A6C0B3; }
span { border-color: rgb(166,192,179); }
td.TdClassName
{
border-color: #A6C0B3;
}
.TagClassName
{
border-color: #A6C0B3;
}
</style>