Shades of Periglacial Blue #A1C2B3
Tints of Periglacial Blue #A1C2B3
RGB
CMYK
RGB Variations
Color information
#A1C2B3 (or 0xA1C2B3) is known color: Periglacial Blue. HEX triplet: A1, C2 and B3. RGB value is (161,194,179). Sum of RGB (Red+Green+Blue) = 161+194+179=534 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.15% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C2B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C2B3 is #5E3D4C. Grayscale: #B6B6B6. Windows color (decimal): -6176077 or 11780769. OLE color: 11780769.
HSL color Cylindrical-coordinate representation of color #A1C2B3: hue angle of 152.73º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1C2B3 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 194 | 179 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.24 |
| HSL | 152.73º | 0.21% | 0.7% | - |
| HSV(B) | 152.73º | 0.17% | 0.76% | - |
| XYZ | 42.13 | 49.42 | 49.97 | - |
| YUV | 182.42 | 126.07 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 194 | 179 | 0.17 | 0 | 0.08 | 0.24 | 152.73 | 0.21 | 0.7 |
| Hex | A1 | C2 | B3 | 11 | 0 | 8 | 18 | 99 | 15 | 46 |
| Octal | 241 | 302 | 263 | 21 | 0 | 10 | 30 | 231 | 25 | 106 |
| Binary | 10100001 | 11000010 | 10110011 | 10001 | 0 | 1000 | 11000 | 10011001 | 10101 | 1000110 |
Color Harmonies of #A1C2B3
Complementary color
Monochromatic Colors of #A1C2B3
Black with #A1C2B3
Text Example
Text Example
White with #A1C2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C2B3; }
p { color: rgb(161,194,179); }
H1.HeaderClassName
{
color: #A1C2B3;
}
.AnyTagClassName
{
color: #A1C2B3;
}
</style>
background-color css
<style>
a { background-color: #A1C2B3; }
a { background-color: rgb(161,194,179); }
div.DivClassName
{
background-color: #A1C2B3;
}
.BgClassName
{
background-color: #A1C2B3;
}
</style>
border-color css
<style>
span { border-color: #A1C2B3; }
span { border-color: rgb(161,194,179); }
td.TdClassName
{
border-color: #A1C2B3;
}
.TagClassName
{
border-color: #A1C2B3;
}
</style>