Shades of Spindle #AEC2CF
Tints of Spindle #AEC2CF
RGB
CMYK
RGB Variations
Color information
#AEC2CF (or 0xAEC2CF) is known color: Spindle. HEX triplet: AE, C2 and CF. RGB value is (174,194,207). Sum of RGB (Red+Green+Blue) = 174+194+207=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 194 (76.17% from 255 or 33.74% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 207 - color contains mainly: blue. Hex color #AEC2CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC2CF is #513D30. Grayscale: #BDBDBD. Windows color (decimal): -5324081 or 13615790. OLE color: 13615790.
HSL color Cylindrical-coordinate representation of color #AEC2CF: hue angle of 203.64º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEC2CF is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 194 | 207 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.19 |
| HSL | 203.64º | 0.26% | 0.75% | - |
| HSV(B) | 203.64º | 0.16% | 0.81% | - |
| XYZ | 48.01 | 52.09 | 66.55 | - |
| YUV | 189.5 | 137.87 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 194 | 207 | 0.16 | 0.06 | 0 | 0.19 | 203.64 | 0.26 | 0.75 |
| Hex | AE | C2 | CF | 10 | 6 | 0 | 13 | CC | 1A | 4B |
| Octal | 256 | 302 | 317 | 20 | 6 | 0 | 23 | 314 | 32 | 113 |
| Binary | 10101110 | 11000010 | 11001111 | 10000 | 110 | 0 | 10011 | 11001100 | 11010 | 1001011 |
Color Harmonies of #AEC2CF
Complementary color
Monochromatic Colors of #AEC2CF
Black with #AEC2CF
Text Example
Text Example
White with #AEC2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC2CF; }
p { color: rgb(174,194,207); }
H1.HeaderClassName
{
color: #AEC2CF;
}
.AnyTagClassName
{
color: #AEC2CF;
}
</style>
background-color css
<style>
a { background-color: #AEC2CF; }
a { background-color: rgb(174,194,207); }
div.DivClassName
{
background-color: #AEC2CF;
}
.BgClassName
{
background-color: #AEC2CF;
}
</style>
border-color css
<style>
span { border-color: #AEC2CF; }
span { border-color: rgb(174,194,207); }
td.TdClassName
{
border-color: #AEC2CF;
}
.TagClassName
{
border-color: #AEC2CF;
}
</style>