Shades of Spindle #AABED4
Tints of Spindle #AABED4
RGB
CMYK
RGB Variations
Color information
#AABED4 (or 0xAABED4) is known color: Spindle. HEX triplet: AA, BE and D4. RGB value is (170,190,212). Sum of RGB (Red+Green+Blue) = 170+190+212=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 212 (83.20% from 255 or 37.06% from 572); Max value from RGB is 212 - color contains mainly: blue. Hex color #AABED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABED4 is #55412B. Grayscale: #BABABA. Windows color (decimal): -5587244 or 13942442. OLE color: 13942442.
HSL color Cylindrical-coordinate representation of color #AABED4: hue angle of 211.43º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AABED4 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 190 | 212 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.17 |
| HSL | 211.43º | 0.33% | 0.75% | - |
| HSV(B) | 211.43º | 0.2% | 0.83% | - |
| XYZ | 46.87 | 50.13 | 69.49 | - |
| YUV | 186.53 | 142.37 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 190 | 212 | 0.20 | 0.10 | 0 | 0.17 | 211.43 | 0.33 | 0.75 |
| Hex | AA | BE | D4 | 14 | A | 0 | 11 | D3 | 21 | 4B |
| Octal | 252 | 276 | 324 | 24 | 12 | 0 | 21 | 323 | 41 | 113 |
| Binary | 10101010 | 10111110 | 11010100 | 10100 | 1010 | 0 | 10001 | 11010011 | 100001 | 1001011 |
Color Harmonies of #AABED4
Complementary color
Monochromatic Colors of #AABED4
Black with #AABED4
Text Example
Text Example
White with #AABED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABED4; }
p { color: rgb(170,190,212); }
H1.HeaderClassName
{
color: #AABED4;
}
.AnyTagClassName
{
color: #AABED4;
}
</style>
background-color css
<style>
a { background-color: #AABED4; }
a { background-color: rgb(170,190,212); }
div.DivClassName
{
background-color: #AABED4;
}
.BgClassName
{
background-color: #AABED4;
}
</style>
border-color css
<style>
span { border-color: #AABED4; }
span { border-color: rgb(170,190,212); }
td.TdClassName
{
border-color: #AABED4;
}
.TagClassName
{
border-color: #AABED4;
}
</style>