Shades of Spindle #A1BFD4
Tints of Spindle #A1BFD4
RGB
CMYK
RGB Variations
Color information
#A1BFD4 (or 0xA1BFD4) is known color: Spindle. HEX triplet: A1, BF and D4. RGB value is (161,191,212). Sum of RGB (Red+Green+Blue) = 161+191+212=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 212 (83.20% from 255 or 37.59% from 564); Max value from RGB is 212 - color contains mainly: blue. Hex color #A1BFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFD4 is #5E402B. Grayscale: #B8B8B8. Windows color (decimal): -6176812 or 13942689. OLE color: 13942689.
HSL color Cylindrical-coordinate representation of color #A1BFD4: hue angle of 204.71º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1BFD4 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 191 | 212 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.17 |
| HSL | 204.71º | 0.37% | 0.73% | - |
| HSV(B) | 204.71º | 0.24% | 0.83% | - |
| XYZ | 45.21 | 49.59 | 69.48 | - |
| YUV | 184.42 | 143.56 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 212 | 0.24 | 0.10 | 0 | 0.17 | 204.71 | 0.37 | 0.73 |
| Hex | A1 | BF | D4 | 18 | A | 0 | 11 | CD | 25 | 49 |
| Octal | 241 | 277 | 324 | 30 | 12 | 0 | 21 | 315 | 45 | 111 |
| Binary | 10100001 | 10111111 | 11010100 | 11000 | 1010 | 0 | 10001 | 11001101 | 100101 | 1001001 |
Color Harmonies of #A1BFD4
Complementary color
Monochromatic Colors of #A1BFD4
Black with #A1BFD4
Text Example
Text Example
White with #A1BFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BFD4; }
p { color: rgb(161,191,212); }
H1.HeaderClassName
{
color: #A1BFD4;
}
.AnyTagClassName
{
color: #A1BFD4;
}
</style>
background-color css
<style>
a { background-color: #A1BFD4; }
a { background-color: rgb(161,191,212); }
div.DivClassName
{
background-color: #A1BFD4;
}
.BgClassName
{
background-color: #A1BFD4;
}
</style>
border-color css
<style>
span { border-color: #A1BFD4; }
span { border-color: rgb(161,191,212); }
td.TdClassName
{
border-color: #A1BFD4;
}
.TagClassName
{
border-color: #A1BFD4;
}
</style>