Shades of Periglacial Blue #A3C0B4
Tints of Periglacial Blue #A3C0B4
RGB
CMYK
RGB Variations
Color information
#A3C0B4 (or 0xA3C0B4) is known color: Periglacial Blue. HEX triplet: A3, C0 and B4. RGB value is (163,192,180). Sum of RGB (Red+Green+Blue) = 163+192+180=535 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.47% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C0B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C0B4 is #5C3F4B. Grayscale: #B5B5B5. Windows color (decimal): -6045516 or 11845795. OLE color: 11845795.
HSL color Cylindrical-coordinate representation of color #A3C0B4: hue angle of 155.17º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A3C0B4 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 192 | 180 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.25 |
| HSL | 155.17º | 0.19% | 0.7% | - |
| HSV(B) | 155.17º | 0.15% | 0.75% | - |
| XYZ | 42.19 | 48.78 | 50.37 | - |
| YUV | 181.96 | 126.89 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 192 | 180 | 0.15 | 0 | 0.06 | 0.25 | 155.17 | 0.19 | 0.7 |
| Hex | A3 | C0 | B4 | F | 0 | 6 | 19 | 9B | 13 | 46 |
| Octal | 243 | 300 | 264 | 17 | 0 | 6 | 31 | 233 | 23 | 106 |
| Binary | 10100011 | 11000000 | 10110100 | 1111 | 0 | 110 | 11001 | 10011011 | 10011 | 1000110 |
Color Harmonies of #A3C0B4
Complementary color
Monochromatic Colors of #A3C0B4
Black with #A3C0B4
Text Example
Text Example
White with #A3C0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C0B4; }
p { color: rgb(163,192,180); }
H1.HeaderClassName
{
color: #A3C0B4;
}
.AnyTagClassName
{
color: #A3C0B4;
}
</style>
background-color css
<style>
a { background-color: #A3C0B4; }
a { background-color: rgb(163,192,180); }
div.DivClassName
{
background-color: #A3C0B4;
}
.BgClassName
{
background-color: #A3C0B4;
}
</style>
border-color css
<style>
span { border-color: #A3C0B4; }
span { border-color: rgb(163,192,180); }
td.TdClassName
{
border-color: #A3C0B4;
}
.TagClassName
{
border-color: #A3C0B4;
}
</style>