Shades of Heather #A5C1CF
Tints of Heather #A5C1CF
RGB
CMYK
RGB Variations
Color information
#A5C1CF (or 0xA5C1CF) is known color: Heather. HEX triplet: A5, C1 and CF. RGB value is (165,193,207). Sum of RGB (Red+Green+Blue) = 165+193+207=565 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.20% from 565); Green value is 193 (75.78% from 255 or 34.16% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 207 - color contains mainly: blue. Hex color #A5C1CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C1CF is #5A3E30. Grayscale: #BABABA. Windows color (decimal): -5914161 or 13615525. OLE color: 13615525.
HSL color Cylindrical-coordinate representation of color #A5C1CF: hue angle of 200º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5C1CF is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 193 | 207 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.19 |
| HSL | 200º | 0.3% | 0.73% | - |
| HSV(B) | 200º | 0.2% | 0.81% | - |
| XYZ | 45.85 | 50.64 | 66.39 | - |
| YUV | 186.22 | 139.72 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 193 | 207 | 0.20 | 0.07 | 0 | 0.19 | 200 | 0.3 | 0.73 |
| Hex | A5 | C1 | CF | 14 | 7 | 0 | 13 | C8 | 1E | 49 |
| Octal | 245 | 301 | 317 | 24 | 7 | 0 | 23 | 310 | 36 | 111 |
| Binary | 10100101 | 11000001 | 11001111 | 10100 | 111 | 0 | 10011 | 11001000 | 11110 | 1001001 |
Color Harmonies of #A5C1CF
Complementary color
Monochromatic Colors of #A5C1CF
Black with #A5C1CF
Text Example
Text Example
White with #A5C1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C1CF; }
p { color: rgb(165,193,207); }
H1.HeaderClassName
{
color: #A5C1CF;
}
.AnyTagClassName
{
color: #A5C1CF;
}
</style>
background-color css
<style>
a { background-color: #A5C1CF; }
a { background-color: rgb(165,193,207); }
div.DivClassName
{
background-color: #A5C1CF;
}
.BgClassName
{
background-color: #A5C1CF;
}
</style>
border-color css
<style>
span { border-color: #A5C1CF; }
span { border-color: rgb(165,193,207); }
td.TdClassName
{
border-color: #A5C1CF;
}
.TagClassName
{
border-color: #A5C1CF;
}
</style>