Shades of Spindle #ABBDCF
Tints of Spindle #ABBDCF
RGB
CMYK
RGB Variations
Color information
#ABBDCF (or 0xABBDCF) is known color: Spindle. HEX triplet: AB, BD and CF. RGB value is (171,189,207). Sum of RGB (Red+Green+Blue) = 171+189+207=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 207 - color contains mainly: blue. Hex color #ABBDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDCF is #544230. Grayscale: #B9B9B9. Windows color (decimal): -5521969 or 13614507. OLE color: 13614507.
HSL color Cylindrical-coordinate representation of color #ABBDCF: hue angle of 210º 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 #ABBDCF is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 189 | 207 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.19 |
| HSL | 210º | 0.27% | 0.74% | - |
| HSV(B) | 210º | 0.17% | 0.81% | - |
| XYZ | 46.25 | 49.56 | 66.16 | - |
| YUV | 185.67 | 140.04 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 207 | 0.17 | 0.09 | 0 | 0.19 | 210 | 0.27 | 0.74 |
| Hex | AB | BD | CF | 11 | 9 | 0 | 13 | D2 | 1B | 4A |
| Octal | 253 | 275 | 317 | 21 | 11 | 0 | 23 | 322 | 33 | 112 |
| Binary | 10101011 | 10111101 | 11001111 | 10001 | 1001 | 0 | 10011 | 11010010 | 11011 | 1001010 |
Color Harmonies of #ABBDCF
Complementary color
Monochromatic Colors of #ABBDCF
Black with #ABBDCF
Text Example
Text Example
White with #ABBDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBDCF; }
p { color: rgb(171,189,207); }
H1.HeaderClassName
{
color: #ABBDCF;
}
.AnyTagClassName
{
color: #ABBDCF;
}
</style>
background-color css
<style>
a { background-color: #ABBDCF; }
a { background-color: rgb(171,189,207); }
div.DivClassName
{
background-color: #ABBDCF;
}
.BgClassName
{
background-color: #ABBDCF;
}
</style>
border-color css
<style>
span { border-color: #ABBDCF; }
span { border-color: rgb(171,189,207); }
td.TdClassName
{
border-color: #ABBDCF;
}
.TagClassName
{
border-color: #ABBDCF;
}
</style>