Shades of Spindle #ABBCCF
Tints of Spindle #ABBCCF
RGB
CMYK
RGB Variations
Color information
#ABBCCF (or 0xABBCCF) is known color: Spindle. HEX triplet: AB, BC and CF. RGB value is (171,188,207). Sum of RGB (Red+Green+Blue) = 171+188+207=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 207 - color contains mainly: blue. Hex color #ABBCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBCCF is #544330. Grayscale: #B8B8B8. Windows color (decimal): -5522225 or 13614251. OLE color: 13614251.
HSL color Cylindrical-coordinate representation of color #ABBCCF: hue angle of 211.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABBCCF is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 188 | 207 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.19 |
| HSL | 211.67º | 0.27% | 0.74% | - |
| HSV(B) | 211.67º | 0.17% | 0.81% | - |
| XYZ | 46.04 | 49.13 | 66.09 | - |
| YUV | 185.08 | 140.37 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 207 | 0.17 | 0.09 | 0 | 0.19 | 211.67 | 0.27 | 0.74 |
| Hex | AB | BC | CF | 11 | 9 | 0 | 13 | D4 | 1B | 4A |
| Octal | 253 | 274 | 317 | 21 | 11 | 0 | 23 | 324 | 33 | 112 |
| Binary | 10101011 | 10111100 | 11001111 | 10001 | 1001 | 0 | 10011 | 11010100 | 11011 | 1001010 |
Color Harmonies of #ABBCCF
Complementary color
Monochromatic Colors of #ABBCCF
Black with #ABBCCF
Text Example
Text Example
White with #ABBCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBCCF; }
p { color: rgb(171,188,207); }
H1.HeaderClassName
{
color: #ABBCCF;
}
.AnyTagClassName
{
color: #ABBCCF;
}
</style>
background-color css
<style>
a { background-color: #ABBCCF; }
a { background-color: rgb(171,188,207); }
div.DivClassName
{
background-color: #ABBCCF;
}
.BgClassName
{
background-color: #ABBCCF;
}
</style>
border-color css
<style>
span { border-color: #ABBCCF; }
span { border-color: rgb(171,188,207); }
td.TdClassName
{
border-color: #ABBCCF;
}
.TagClassName
{
border-color: #ABBCCF;
}
</style>