Shades of Spindle #AEC8DC
Tints of Spindle #AEC8DC
RGB
CMYK
RGB Variations
Color information
#AEC8DC (or 0xAEC8DC) is known color: Spindle. HEX triplet: AE, C8 and DC. RGB value is (174,200,220). Sum of RGB (Red+Green+Blue) = 174+200+220=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEC8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC8DC is #513723. Grayscale: #C2C2C2. Windows color (decimal): -5322532 or 14469294. OLE color: 14469294.
HSL color Cylindrical-coordinate representation of color #AEC8DC: hue angle of 206.09º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEC8DC is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 200 | 220 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.14 |
| HSL | 206.09º | 0.4% | 0.77% | - |
| HSV(B) | 206.09º | 0.21% | 0.86% | - |
| XYZ | 51.03 | 55.47 | 75.73 | - |
| YUV | 194.51 | 142.39 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 200 | 220 | 0.21 | 0.09 | 0 | 0.14 | 206.09 | 0.4 | 0.77 |
| Hex | AE | C8 | DC | 15 | 9 | 0 | E | CE | 28 | 4D |
| Octal | 256 | 310 | 334 | 25 | 11 | 0 | 16 | 316 | 50 | 115 |
| Binary | 10101110 | 11001000 | 11011100 | 10101 | 1001 | 0 | 1110 | 11001110 | 101000 | 1001101 |
Color Harmonies of #AEC8DC
Complementary color
Monochromatic Colors of #AEC8DC
Black with #AEC8DC
Text Example
Text Example
White with #AEC8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC8DC; }
p { color: rgb(174,200,220); }
H1.HeaderClassName
{
color: #AEC8DC;
}
.AnyTagClassName
{
color: #AEC8DC;
}
</style>
background-color css
<style>
a { background-color: #AEC8DC; }
a { background-color: rgb(174,200,220); }
div.DivClassName
{
background-color: #AEC8DC;
}
.BgClassName
{
background-color: #AEC8DC;
}
</style>
border-color css
<style>
span { border-color: #AEC8DC; }
span { border-color: rgb(174,200,220); }
td.TdClassName
{
border-color: #AEC8DC;
}
.TagClassName
{
border-color: #AEC8DC;
}
</style>