Shades of Spindle #AEC0D0
Tints of Spindle #AEC0D0
RGB
CMYK
RGB Variations
Color information
#AEC0D0 (or 0xAEC0D0) is known color: Spindle. HEX triplet: AE, C0 and D0. RGB value is (174,192,208). Sum of RGB (Red+Green+Blue) = 174+192+208=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 192 (75.39% from 255 or 33.45% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 208 - color contains mainly: blue. Hex color #AEC0D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC0D0 is #513F2F. Grayscale: #BCBCBC. Windows color (decimal): -5324592 or 13680814. OLE color: 13680814.
HSL color Cylindrical-coordinate representation of color #AEC0D0: hue angle of 208.24º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEC0D0 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 192 | 208 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.18 |
| HSL | 208.24º | 0.27% | 0.75% | - |
| HSV(B) | 208.24º | 0.16% | 0.82% | - |
| XYZ | 47.69 | 51.25 | 67.05 | - |
| YUV | 188.44 | 139.04 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 192 | 208 | 0.16 | 0.08 | 0 | 0.18 | 208.24 | 0.27 | 0.75 |
| Hex | AE | C0 | D0 | 10 | 8 | 0 | 12 | D0 | 1B | 4B |
| Octal | 256 | 300 | 320 | 20 | 10 | 0 | 22 | 320 | 33 | 113 |
| Binary | 10101110 | 11000000 | 11010000 | 10000 | 1000 | 0 | 10010 | 11010000 | 11011 | 1001011 |
Color Harmonies of #AEC0D0
Complementary color
Monochromatic Colors of #AEC0D0
Black with #AEC0D0
Text Example
Text Example
White with #AEC0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC0D0; }
p { color: rgb(174,192,208); }
H1.HeaderClassName
{
color: #AEC0D0;
}
.AnyTagClassName
{
color: #AEC0D0;
}
</style>
background-color css
<style>
a { background-color: #AEC0D0; }
a { background-color: rgb(174,192,208); }
div.DivClassName
{
background-color: #AEC0D0;
}
.BgClassName
{
background-color: #AEC0D0;
}
</style>
border-color css
<style>
span { border-color: #AEC0D0; }
span { border-color: rgb(174,192,208); }
td.TdClassName
{
border-color: #AEC0D0;
}
.TagClassName
{
border-color: #AEC0D0;
}
</style>