Shades of Spindle #AEC5DB
Tints of Spindle #AEC5DB
RGB
CMYK
RGB Variations
Color information
#AEC5DB (or 0xAEC5DB) is known color: Spindle. HEX triplet: AE, C5 and DB. RGB value is (174,197,219). Sum of RGB (Red+Green+Blue) = 174+197+219=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEC5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC5DB is #513A24. Grayscale: #C0C0C0. Windows color (decimal): -5323301 or 14402990. OLE color: 14402990.
HSL color Cylindrical-coordinate representation of color #AEC5DB: hue angle of 209.33º degrees, saturation: 0.38, 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 #AEC5DB is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 197 | 219 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.14 |
| HSL | 209.33º | 0.38% | 0.77% | - |
| HSV(B) | 209.33º | 0.21% | 0.86% | - |
| XYZ | 50.21 | 54.05 | 74.8 | - |
| YUV | 192.63 | 142.88 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 197 | 219 | 0.21 | 0.10 | 0 | 0.14 | 209.33 | 0.38 | 0.77 |
| Hex | AE | C5 | DB | 15 | A | 0 | E | D1 | 26 | 4D |
| Octal | 256 | 305 | 333 | 25 | 12 | 0 | 16 | 321 | 46 | 115 |
| Binary | 10101110 | 11000101 | 11011011 | 10101 | 1010 | 0 | 1110 | 11010001 | 100110 | 1001101 |
Color Harmonies of #AEC5DB
Complementary color
Monochromatic Colors of #AEC5DB
Black with #AEC5DB
Text Example
Text Example
White with #AEC5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC5DB; }
p { color: rgb(174,197,219); }
H1.HeaderClassName
{
color: #AEC5DB;
}
.AnyTagClassName
{
color: #AEC5DB;
}
</style>
background-color css
<style>
a { background-color: #AEC5DB; }
a { background-color: rgb(174,197,219); }
div.DivClassName
{
background-color: #AEC5DB;
}
.BgClassName
{
background-color: #AEC5DB;
}
</style>
border-color css
<style>
span { border-color: #AEC5DB; }
span { border-color: rgb(174,197,219); }
td.TdClassName
{
border-color: #AEC5DB;
}
.TagClassName
{
border-color: #AEC5DB;
}
</style>