Shades of Spindle #AEC5D3
Tints of Spindle #AEC5D3
RGB
CMYK
RGB Variations
Color information
#AEC5D3 (or 0xAEC5D3) is known color: Spindle. HEX triplet: AE, C5 and D3. RGB value is (174,197,211). Sum of RGB (Red+Green+Blue) = 174+197+211=582 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.90% from 582); Green value is 197 (77.34% from 255 or 33.85% from 582); Blue value is 211 (82.81% from 255 or 36.25% from 582); Max value from RGB is 211 - color contains mainly: blue. Hex color #AEC5D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC5D3 is #513A2C. Grayscale: #BFBFBF. Windows color (decimal): -5323309 or 13878702. OLE color: 13878702.
HSL color Cylindrical-coordinate representation of color #AEC5D3: hue angle of 202.7º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEC5D3 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 197 | 211 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.17 |
| HSL | 202.7º | 0.3% | 0.75% | - |
| HSV(B) | 202.7º | 0.18% | 0.83% | - |
| XYZ | 49.18 | 53.63 | 69.39 | - |
| YUV | 191.72 | 138.88 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 197 | 211 | 0.18 | 0.07 | 0 | 0.17 | 202.7 | 0.3 | 0.75 |
| Hex | AE | C5 | D3 | 12 | 7 | 0 | 11 | CB | 1E | 4B |
| Octal | 256 | 305 | 323 | 22 | 7 | 0 | 21 | 313 | 36 | 113 |
| Binary | 10101110 | 11000101 | 11010011 | 10010 | 111 | 0 | 10001 | 11001011 | 11110 | 1001011 |
Color Harmonies of #AEC5D3
Complementary color
Monochromatic Colors of #AEC5D3
Black with #AEC5D3
Text Example
Text Example
White with #AEC5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC5D3; }
p { color: rgb(174,197,211); }
H1.HeaderClassName
{
color: #AEC5D3;
}
.AnyTagClassName
{
color: #AEC5D3;
}
</style>
background-color css
<style>
a { background-color: #AEC5D3; }
a { background-color: rgb(174,197,211); }
div.DivClassName
{
background-color: #AEC5D3;
}
.BgClassName
{
background-color: #AEC5D3;
}
</style>
border-color css
<style>
span { border-color: #AEC5D3; }
span { border-color: rgb(174,197,211); }
td.TdClassName
{
border-color: #AEC5D3;
}
.TagClassName
{
border-color: #AEC5D3;
}
</style>