Shades of Spindle #ABBFD3
Tints of Spindle #ABBFD3
RGB
CMYK
RGB Variations
Color information
#ABBFD3 (or 0xABBFD3) is known color: Spindle. HEX triplet: AB, BF and D3. RGB value is (171,191,211). Sum of RGB (Red+Green+Blue) = 171+191+211=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 211 (82.81% from 255 or 36.82% from 573); Max value from RGB is 211 - color contains mainly: blue. Hex color #ABBFD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFD3 is #54402C. Grayscale: #BBBBBB. Windows color (decimal): -5521453 or 13877163. OLE color: 13877163.
HSL color Cylindrical-coordinate representation of color #ABBFD3: hue angle of 210º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABBFD3 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 191 | 211 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.17 |
| HSL | 210º | 0.31% | 0.75% | - |
| HSV(B) | 210º | 0.19% | 0.83% | - |
| XYZ | 47.18 | 50.62 | 68.91 | - |
| YUV | 187.3 | 141.37 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 191 | 211 | 0.19 | 0.09 | 0 | 0.17 | 210 | 0.31 | 0.75 |
| Hex | AB | BF | D3 | 13 | 9 | 0 | 11 | D2 | 1F | 4B |
| Octal | 253 | 277 | 323 | 23 | 11 | 0 | 21 | 322 | 37 | 113 |
| Binary | 10101011 | 10111111 | 11010011 | 10011 | 1001 | 0 | 10001 | 11010010 | 11111 | 1001011 |
Color Harmonies of #ABBFD3
Complementary color
Monochromatic Colors of #ABBFD3
Black with #ABBFD3
Text Example
Text Example
White with #ABBFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBFD3; }
p { color: rgb(171,191,211); }
H1.HeaderClassName
{
color: #ABBFD3;
}
.AnyTagClassName
{
color: #ABBFD3;
}
</style>
background-color css
<style>
a { background-color: #ABBFD3; }
a { background-color: rgb(171,191,211); }
div.DivClassName
{
background-color: #ABBFD3;
}
.BgClassName
{
background-color: #ABBFD3;
}
</style>
border-color css
<style>
span { border-color: #ABBFD3; }
span { border-color: rgb(171,191,211); }
td.TdClassName
{
border-color: #ABBFD3;
}
.TagClassName
{
border-color: #ABBFD3;
}
</style>