Shades of Spindle #AEC1D5
Tints of Spindle #AEC1D5
RGB
CMYK
RGB Variations
Color information
#AEC1D5 (or 0xAEC1D5) is known color: Spindle. HEX triplet: AE, C1 and D5. RGB value is (174,193,213). Sum of RGB (Red+Green+Blue) = 174+193+213=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 193 (75.78% from 255 or 33.28% from 580); Blue value is 213 (83.59% from 255 or 36.72% from 580); Max value from RGB is 213 - color contains mainly: blue. Hex color #AEC1D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC1D5 is #513E2A. Grayscale: #BDBDBD. Windows color (decimal): -5324331 or 14008750. OLE color: 14008750.
HSL color Cylindrical-coordinate representation of color #AEC1D5: hue angle of 210.77º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEC1D5 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 174 | 193 | 213 | - |
CMYK | 0.18 | 0.09 | 0 | 0.16 |
HSL | 210.77º | 0.32% | 0.76% | - |
HSV(B) | 210.77º | 0.18% | 0.84% | - |
XYZ | 48.54 | 51.94 | 70.42 | - |
YUV | 189.6 | 141.21 | 116.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 193 | 213 | 0.18 | 0.09 | 0 | 0.16 | 210.77 | 0.32 | 0.76 |
Hex | AE | C1 | D5 | 12 | 9 | 0 | 10 | D3 | 20 | 4C |
Octal | 256 | 301 | 325 | 22 | 11 | 0 | 20 | 323 | 40 | 114 |
Binary | 10101110 | 11000001 | 11010101 | 10010 | 1001 | 0 | 10000 | 11010011 | 100000 | 1001100 |
Color Harmonies of #AEC1D5
Complementary color
Monochromatic Colors of #AEC1D5
Black with #AEC1D5
Text Example
Text Example
White with #AEC1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC1D5; }
p { color: rgb(174,193,213); }
H1.HeaderClassName
{
color: #AEC1D5;
}
.AnyTagClassName
{
color: #AEC1D5;
}
</style>
background-color css
<style>
a { background-color: #AEC1D5; }
a { background-color: rgb(174,193,213); }
div.DivClassName
{
background-color: #AEC1D5;
}
.BgClassName
{
background-color: #AEC1D5;
}
</style>
border-color css
<style>
span { border-color: #AEC1D5; }
span { border-color: rgb(174,193,213); }
td.TdClassName
{
border-color: #AEC1D5;
}
.TagClassName
{
border-color: #AEC1D5;
}
</style>