Shades of Heather #A3C1CB
Tints of Heather #A3C1CB
RGB
CMYK
RGB Variations
Color information
#A3C1CB (or 0xA3C1CB) is known color: Heather. HEX triplet: A3, C1 and CB. RGB value is (163,193,203). Sum of RGB (Red+Green+Blue) = 163+193+203=559 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.16% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 203 - color contains mainly: blue. Hex color #A3C1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C1CB is #5C3E34. Grayscale: #B9B9B9. Windows color (decimal): -6045237 or 13353379. OLE color: 13353379.
HSL color Cylindrical-coordinate representation of color #A3C1CB: hue angle of 195º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3C1CB is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 193 | 203 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.20 |
| HSL | 195º | 0.28% | 0.72% | - |
| HSV(B) | 195º | 0.2% | 0.8% | - |
| XYZ | 44.95 | 50.24 | 63.83 | - |
| YUV | 185.17 | 138.06 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 193 | 203 | 0.20 | 0.05 | 0 | 0.20 | 195 | 0.28 | 0.72 |
| Hex | A3 | C1 | CB | 14 | 5 | 0 | 14 | C3 | 1C | 48 |
| Octal | 243 | 301 | 313 | 24 | 5 | 0 | 24 | 303 | 34 | 110 |
| Binary | 10100011 | 11000001 | 11001011 | 10100 | 101 | 0 | 10100 | 11000011 | 11100 | 1001000 |
Color Harmonies of #A3C1CB
Complementary color
Monochromatic Colors of #A3C1CB
Black with #A3C1CB
Text Example
Text Example
White with #A3C1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C1CB; }
p { color: rgb(163,193,203); }
H1.HeaderClassName
{
color: #A3C1CB;
}
.AnyTagClassName
{
color: #A3C1CB;
}
</style>
background-color css
<style>
a { background-color: #A3C1CB; }
a { background-color: rgb(163,193,203); }
div.DivClassName
{
background-color: #A3C1CB;
}
.BgClassName
{
background-color: #A3C1CB;
}
</style>
border-color css
<style>
span { border-color: #A3C1CB; }
span { border-color: rgb(163,193,203); }
td.TdClassName
{
border-color: #A3C1CB;
}
.TagClassName
{
border-color: #A3C1CB;
}
</style>