Shades of Spindle #AEC4DA
Tints of Spindle #AEC4DA
RGB
CMYK
RGB Variations
Color information
#AEC4DA (or 0xAEC4DA) is known color: Spindle. HEX triplet: AE, C4 and DA. RGB value is (174,196,218). Sum of RGB (Red+Green+Blue) = 174+196+218=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 196 (76.95% from 255 or 33.33% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #AEC4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC4DA is #513B25. Grayscale: #BFBFBF. Windows color (decimal): -5323558 or 14337198. OLE color: 14337198.
HSL color Cylindrical-coordinate representation of color #AEC4DA: hue angle of 210º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEC4DA is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 174 | 196 | 218 | - |
CMYK | 0.20 | 0.10 | 0 | 0.15 |
HSL | 210º | 0.37% | 0.77% | - |
HSV(B) | 210º | 0.2% | 0.85% | - |
XYZ | 49.85 | 53.54 | 74.04 | - |
YUV | 191.93 | 142.71 | 115.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 196 | 218 | 0.20 | 0.10 | 0 | 0.15 | 210 | 0.37 | 0.77 |
Hex | AE | C4 | DA | 14 | A | 0 | F | D2 | 25 | 4D |
Octal | 256 | 304 | 332 | 24 | 12 | 0 | 17 | 322 | 45 | 115 |
Binary | 10101110 | 11000100 | 11011010 | 10100 | 1010 | 0 | 1111 | 11010010 | 100101 | 1001101 |
Color Harmonies of #AEC4DA
Complementary color
Monochromatic Colors of #AEC4DA
Black with #AEC4DA
Text Example
Text Example
White with #AEC4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC4DA; }
p { color: rgb(174,196,218); }
H1.HeaderClassName
{
color: #AEC4DA;
}
.AnyTagClassName
{
color: #AEC4DA;
}
</style>
background-color css
<style>
a { background-color: #AEC4DA; }
a { background-color: rgb(174,196,218); }
div.DivClassName
{
background-color: #AEC4DA;
}
.BgClassName
{
background-color: #AEC4DA;
}
</style>
border-color css
<style>
span { border-color: #AEC4DA; }
span { border-color: rgb(174,196,218); }
td.TdClassName
{
border-color: #AEC4DA;
}
.TagClassName
{
border-color: #AEC4DA;
}
</style>