Shades of Heather #ABC1CF
Tints of Heather #ABC1CF
RGB
CMYK
RGB Variations
Color information
#ABC1CF (or 0xABC1CF) is known color: Heather. HEX triplet: AB, C1 and CF. RGB value is (171,193,207). Sum of RGB (Red+Green+Blue) = 171+193+207=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 207 - color contains mainly: blue. Hex color #ABC1CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC1CF is #543E30. Grayscale: #BBBBBB. Windows color (decimal): -5520945 or 13615531. OLE color: 13615531.
HSL color Cylindrical-coordinate representation of color #ABC1CF: hue angle of 203.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABC1CF is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 193 | 207 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.19 |
| HSL | 203.33º | 0.27% | 0.74% | - |
| HSV(B) | 203.33º | 0.17% | 0.81% | - |
| XYZ | 47.13 | 51.3 | 66.45 | - |
| YUV | 188.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 207 | 0.17 | 0.07 | 0 | 0.19 | 203.33 | 0.27 | 0.74 |
| Hex | AB | C1 | CF | 11 | 7 | 0 | 13 | CB | 1B | 4A |
| Octal | 253 | 301 | 317 | 21 | 7 | 0 | 23 | 313 | 33 | 112 |
| Binary | 10101011 | 11000001 | 11001111 | 10001 | 111 | 0 | 10011 | 11001011 | 11011 | 1001010 |
Color Harmonies of #ABC1CF
Complementary color
Monochromatic Colors of #ABC1CF
Black with #ABC1CF
Text Example
Text Example
White with #ABC1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC1CF; }
p { color: rgb(171,193,207); }
H1.HeaderClassName
{
color: #ABC1CF;
}
.AnyTagClassName
{
color: #ABC1CF;
}
</style>
background-color css
<style>
a { background-color: #ABC1CF; }
a { background-color: rgb(171,193,207); }
div.DivClassName
{
background-color: #ABC1CF;
}
.BgClassName
{
background-color: #ABC1CF;
}
</style>
border-color css
<style>
span { border-color: #ABC1CF; }
span { border-color: rgb(171,193,207); }
td.TdClassName
{
border-color: #ABC1CF;
}
.TagClassName
{
border-color: #ABC1CF;
}
</style>