Shades of Heather #AEC5CF
Tints of Heather #AEC5CF
RGB
CMYK
RGB Variations
Color information
#AEC5CF (or 0xAEC5CF) is known color: Heather. HEX triplet: AE, C5 and CF. RGB value is (174,197,207). Sum of RGB (Red+Green+Blue) = 174+197+207=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 197 (77.34% from 255 or 34.08% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 207 - color contains mainly: blue. Hex color #AEC5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC5CF is #513A30. Grayscale: #BFBFBF. Windows color (decimal): -5323313 or 13616558. OLE color: 13616558.
HSL color Cylindrical-coordinate representation of color #AEC5CF: hue angle of 198.18º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEC5CF is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 197 | 207 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.19 |
| HSL | 198.18º | 0.26% | 0.75% | - |
| HSV(B) | 198.18º | 0.16% | 0.81% | - |
| XYZ | 48.68 | 53.44 | 66.78 | - |
| YUV | 191.26 | 136.88 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 197 | 207 | 0.16 | 0.05 | 0 | 0.19 | 198.18 | 0.26 | 0.75 |
| Hex | AE | C5 | CF | 10 | 5 | 0 | 13 | C6 | 1A | 4B |
| Octal | 256 | 305 | 317 | 20 | 5 | 0 | 23 | 306 | 32 | 113 |
| Binary | 10101110 | 11000101 | 11001111 | 10000 | 101 | 0 | 10011 | 11000110 | 11010 | 1001011 |
Color Harmonies of #AEC5CF
Complementary color
Monochromatic Colors of #AEC5CF
Black with #AEC5CF
Text Example
Text Example
White with #AEC5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC5CF; }
p { color: rgb(174,197,207); }
H1.HeaderClassName
{
color: #AEC5CF;
}
.AnyTagClassName
{
color: #AEC5CF;
}
</style>
background-color css
<style>
a { background-color: #AEC5CF; }
a { background-color: rgb(174,197,207); }
div.DivClassName
{
background-color: #AEC5CF;
}
.BgClassName
{
background-color: #AEC5CF;
}
</style>
border-color css
<style>
span { border-color: #AEC5CF; }
span { border-color: rgb(174,197,207); }
td.TdClassName
{
border-color: #AEC5CF;
}
.TagClassName
{
border-color: #AEC5CF;
}
</style>