Shades of Periglacial Blue #A3C1B4
Tints of Periglacial Blue #A3C1B4
RGB
CMYK
RGB Variations
Color information
#A3C1B4 (or 0xA3C1B4) is known color: Periglacial Blue. HEX triplet: A3, C1 and B4. RGB value is (163,193,180). Sum of RGB (Red+Green+Blue) = 163+193+180=536 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.41% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 180 (70.70% from 255 or 33.58% from 536); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C1B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C1B4 is #5C3E4B. Grayscale: #B6B6B6. Windows color (decimal): -6045260 or 11846051. OLE color: 11846051.
HSL color Cylindrical-coordinate representation of color #A3C1B4: hue angle of 154º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A3C1B4 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 193 | 180 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.24 |
| HSL | 154º | 0.19% | 0.7% | - |
| HSV(B) | 154º | 0.16% | 0.76% | - |
| XYZ | 42.41 | 49.22 | 50.45 | - |
| YUV | 182.55 | 126.56 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 193 | 180 | 0.16 | 0 | 0.07 | 0.24 | 154 | 0.19 | 0.7 |
| Hex | A3 | C1 | B4 | 10 | 0 | 7 | 18 | 9A | 13 | 46 |
| Octal | 243 | 301 | 264 | 20 | 0 | 7 | 30 | 232 | 23 | 106 |
| Binary | 10100011 | 11000001 | 10110100 | 10000 | 0 | 111 | 11000 | 10011010 | 10011 | 1000110 |
Color Harmonies of #A3C1B4
Complementary color
Monochromatic Colors of #A3C1B4
Black with #A3C1B4
Text Example
Text Example
White with #A3C1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C1B4; }
p { color: rgb(163,193,180); }
H1.HeaderClassName
{
color: #A3C1B4;
}
.AnyTagClassName
{
color: #A3C1B4;
}
</style>
background-color css
<style>
a { background-color: #A3C1B4; }
a { background-color: rgb(163,193,180); }
div.DivClassName
{
background-color: #A3C1B4;
}
.BgClassName
{
background-color: #A3C1B4;
}
</style>
border-color css
<style>
span { border-color: #A3C1B4; }
span { border-color: rgb(163,193,180); }
td.TdClassName
{
border-color: #A3C1B4;
}
.TagClassName
{
border-color: #A3C1B4;
}
</style>