Shades of Spindle #AEC8DB
Tints of Spindle #AEC8DB
RGB
CMYK
RGB Variations
Color information
#AEC8DB (or 0xAEC8DB) is known color: Spindle. HEX triplet: AE, C8 and DB. RGB value is (174,200,219). Sum of RGB (Red+Green+Blue) = 174+200+219=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEC8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC8DB is #513724. Grayscale: #C2C2C2. Windows color (decimal): -5322533 or 14403758. OLE color: 14403758.
HSL color Cylindrical-coordinate representation of color #AEC8DB: hue angle of 205.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 #AEC8DB is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 174 | 200 | 219 | - |
CMYK | 0.21 | 0.09 | 0 | 0.14 |
HSL | 205.33º | 0.38% | 0.77% | - |
HSV(B) | 205.33º | 0.21% | 0.86% | - |
XYZ | 50.9 | 55.42 | 75.03 | - |
YUV | 194.39 | 141.89 | 113.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 200 | 219 | 0.21 | 0.09 | 0 | 0.14 | 205.33 | 0.38 | 0.77 |
Hex | AE | C8 | DB | 15 | 9 | 0 | E | CD | 26 | 4D |
Octal | 256 | 310 | 333 | 25 | 11 | 0 | 16 | 315 | 46 | 115 |
Binary | 10101110 | 11001000 | 11011011 | 10101 | 1001 | 0 | 1110 | 11001101 | 100110 | 1001101 |
Color Harmonies of #AEC8DB
Complementary color
Monochromatic Colors of #AEC8DB
Black with #AEC8DB
Text Example
Text Example
White with #AEC8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC8DB; }
p { color: rgb(174,200,219); }
H1.HeaderClassName
{
color: #AEC8DB;
}
.AnyTagClassName
{
color: #AEC8DB;
}
</style>
background-color css
<style>
a { background-color: #AEC8DB; }
a { background-color: rgb(174,200,219); }
div.DivClassName
{
background-color: #AEC8DB;
}
.BgClassName
{
background-color: #AEC8DB;
}
</style>
border-color css
<style>
span { border-color: #AEC8DB; }
span { border-color: rgb(174,200,219); }
td.TdClassName
{
border-color: #AEC8DB;
}
.TagClassName
{
border-color: #AEC8DB;
}
</style>