Shades of Spindle #AEC0D1
Tints of Spindle #AEC0D1
RGB
CMYK
RGB Variations
Color information
#AEC0D1 (or 0xAEC0D1) is known color: Spindle. HEX triplet: AE, C0 and D1. RGB value is (174,192,209). Sum of RGB (Red+Green+Blue) = 174+192+209=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 209 (82.03% from 255 or 36.35% from 575); Max value from RGB is 209 - color contains mainly: blue. Hex color #AEC0D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC0D1 is #513F2E. Grayscale: #BCBCBC. Windows color (decimal): -5324591 or 13746350. OLE color: 13746350.
HSL color Cylindrical-coordinate representation of color #AEC0D1: hue angle of 209.14º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEC0D1 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 192 | 209 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.18 |
| HSL | 209.14º | 0.28% | 0.75% | - |
| HSV(B) | 209.14º | 0.17% | 0.82% | - |
| XYZ | 47.81 | 51.3 | 67.7 | - |
| YUV | 188.56 | 139.54 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 192 | 209 | 0.17 | 0.08 | 0 | 0.18 | 209.14 | 0.28 | 0.75 |
| Hex | AE | C0 | D1 | 11 | 8 | 0 | 12 | D1 | 1C | 4B |
| Octal | 256 | 300 | 321 | 21 | 10 | 0 | 22 | 321 | 34 | 113 |
| Binary | 10101110 | 11000000 | 11010001 | 10001 | 1000 | 0 | 10010 | 11010001 | 11100 | 1001011 |
Color Harmonies of #AEC0D1
Complementary color
Monochromatic Colors of #AEC0D1
Black with #AEC0D1
Text Example
Text Example
White with #AEC0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC0D1; }
p { color: rgb(174,192,209); }
H1.HeaderClassName
{
color: #AEC0D1;
}
.AnyTagClassName
{
color: #AEC0D1;
}
</style>
background-color css
<style>
a { background-color: #AEC0D1; }
a { background-color: rgb(174,192,209); }
div.DivClassName
{
background-color: #AEC0D1;
}
.BgClassName
{
background-color: #AEC0D1;
}
</style>
border-color css
<style>
span { border-color: #AEC0D1; }
span { border-color: rgb(174,192,209); }
td.TdClassName
{
border-color: #AEC0D1;
}
.TagClassName
{
border-color: #AEC0D1;
}
</style>