Shades of Spindle #AABFCF
Tints of Spindle #AABFCF
RGB
CMYK
RGB Variations
Color information
#AABFCF (or 0xAABFCF) is known color: Spindle. HEX triplet: AA, BF and CF. RGB value is (170,191,207). Sum of RGB (Red+Green+Blue) = 170+191+207=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 207 - color contains mainly: blue. Hex color #AABFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFCF is #554030. Grayscale: #BABABA. Windows color (decimal): -5586993 or 13615018. OLE color: 13615018.
HSL color Cylindrical-coordinate representation of color #AABFCF: hue angle of 205.95º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AABFCF is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 191 | 207 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.19 |
| HSL | 205.95º | 0.28% | 0.74% | - |
| HSV(B) | 205.95º | 0.18% | 0.81% | - |
| XYZ | 46.47 | 50.31 | 66.29 | - |
| YUV | 186.55 | 139.54 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 207 | 0.18 | 0.08 | 0 | 0.19 | 205.95 | 0.28 | 0.74 |
| Hex | AA | BF | CF | 12 | 8 | 0 | 13 | CE | 1C | 4A |
| Octal | 252 | 277 | 317 | 22 | 10 | 0 | 23 | 316 | 34 | 112 |
| Binary | 10101010 | 10111111 | 11001111 | 10010 | 1000 | 0 | 10011 | 11001110 | 11100 | 1001010 |
Color Harmonies of #AABFCF
Complementary color
Monochromatic Colors of #AABFCF
Black with #AABFCF
Text Example
Text Example
White with #AABFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABFCF; }
p { color: rgb(170,191,207); }
H1.HeaderClassName
{
color: #AABFCF;
}
.AnyTagClassName
{
color: #AABFCF;
}
</style>
background-color css
<style>
a { background-color: #AABFCF; }
a { background-color: rgb(170,191,207); }
div.DivClassName
{
background-color: #AABFCF;
}
.BgClassName
{
background-color: #AABFCF;
}
</style>
border-color css
<style>
span { border-color: #AABFCF; }
span { border-color: rgb(170,191,207); }
td.TdClassName
{
border-color: #AABFCF;
}
.TagClassName
{
border-color: #AABFCF;
}
</style>