Shades of Heather #A1B9CC
Tints of Heather #A1B9CC
RGB
CMYK
RGB Variations
Color information
#A1B9CC (or 0xA1B9CC) is known color: Heather. HEX triplet: A1, B9 and CC. RGB value is (161,185,204). Sum of RGB (Red+Green+Blue) = 161+185+204=550 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.27% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #A1B9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B9CC is #5E4633. Grayscale: #B3B3B3. Windows color (decimal): -6178356 or 13416865. OLE color: 13416865.
HSL color Cylindrical-coordinate representation of color #A1B9CC: hue angle of 206.51º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1B9CC is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 185 | 204 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.2 |
| HSL | 206.51º | 0.3% | 0.72% | - |
| HSV(B) | 206.51º | 0.21% | 0.8% | - |
| XYZ | 42.95 | 46.63 | 63.86 | - |
| YUV | 179.99 | 141.55 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 185 | 204 | 0.21 | 0.09 | 0 | 0.2 | 206.51 | 0.3 | 0.72 |
| Hex | A1 | B9 | CC | 15 | 9 | 0 | 14 | CF | 1E | 48 |
| Octal | 241 | 271 | 314 | 25 | 11 | 0 | 24 | 317 | 36 | 110 |
| Binary | 10100001 | 10111001 | 11001100 | 10101 | 1001 | 0 | 10100 | 11001111 | 11110 | 1001000 |
Color Harmonies of #A1B9CC
Complementary color
Monochromatic Colors of #A1B9CC
Black with #A1B9CC
Text Example
Text Example
White with #A1B9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B9CC; }
p { color: rgb(161,185,204); }
H1.HeaderClassName
{
color: #A1B9CC;
}
.AnyTagClassName
{
color: #A1B9CC;
}
</style>
background-color css
<style>
a { background-color: #A1B9CC; }
a { background-color: rgb(161,185,204); }
div.DivClassName
{
background-color: #A1B9CC;
}
.BgClassName
{
background-color: #A1B9CC;
}
</style>
border-color css
<style>
span { border-color: #A1B9CC; }
span { border-color: rgb(161,185,204); }
td.TdClassName
{
border-color: #A1B9CC;
}
.TagClassName
{
border-color: #A1B9CC;
}
</style>