Shades of Spindle #AABED2
Tints of Spindle #AABED2
RGB
CMYK
RGB Variations
Color information
#AABED2 (or 0xAABED2) is known color: Spindle. HEX triplet: AA, BE and D2. RGB value is (170,190,210). Sum of RGB (Red+Green+Blue) = 170+190+210=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 210 - color contains mainly: blue. Hex color #AABED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABED2 is #55412D. Grayscale: #BABABA. Windows color (decimal): -5587246 or 13811370. OLE color: 13811370.
HSL color Cylindrical-coordinate representation of color #AABED2: hue angle of 210º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AABED2 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 190 | 210 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.18 |
| HSL | 210º | 0.31% | 0.75% | - |
| HSV(B) | 210º | 0.19% | 0.82% | - |
| XYZ | 46.62 | 50.03 | 68.17 | - |
| YUV | 186.3 | 141.37 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 190 | 210 | 0.19 | 0.10 | 0 | 0.18 | 210 | 0.31 | 0.75 |
| Hex | AA | BE | D2 | 13 | A | 0 | 12 | D2 | 1F | 4B |
| Octal | 252 | 276 | 322 | 23 | 12 | 0 | 22 | 322 | 37 | 113 |
| Binary | 10101010 | 10111110 | 11010010 | 10011 | 1010 | 0 | 10010 | 11010010 | 11111 | 1001011 |
Color Harmonies of #AABED2
Complementary color
Monochromatic Colors of #AABED2
Black with #AABED2
Text Example
Text Example
White with #AABED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABED2; }
p { color: rgb(170,190,210); }
H1.HeaderClassName
{
color: #AABED2;
}
.AnyTagClassName
{
color: #AABED2;
}
</style>
background-color css
<style>
a { background-color: #AABED2; }
a { background-color: rgb(170,190,210); }
div.DivClassName
{
background-color: #AABED2;
}
.BgClassName
{
background-color: #AABED2;
}
</style>
border-color css
<style>
span { border-color: #AABED2; }
span { border-color: rgb(170,190,210); }
td.TdClassName
{
border-color: #AABED2;
}
.TagClassName
{
border-color: #AABED2;
}
</style>