Shades of Spindle #AFBCCE
Tints of Spindle #AFBCCE
RGB
CMYK
RGB Variations
Color information
#AFBCCE (or 0xAFBCCE) is known color: Spindle. HEX triplet: AF, BC and CE. RGB value is (175,188,206). Sum of RGB (Red+Green+Blue) = 175+188+206=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFBCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCCE is #504331. Grayscale: #BABABA. Windows color (decimal): -5260082 or 13548719. OLE color: 13548719.
HSL color Cylindrical-coordinate representation of color #AFBCCE: hue angle of 214.84º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFBCCE is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 188 | 206 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.19 |
| HSL | 214.84º | 0.24% | 0.75% | - |
| HSV(B) | 214.84º | 0.15% | 0.81% | - |
| XYZ | 46.8 | 49.54 | 65.49 | - |
| YUV | 186.17 | 139.19 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 206 | 0.15 | 0.09 | 0 | 0.19 | 214.84 | 0.24 | 0.75 |
| Hex | AF | BC | CE | F | 9 | 0 | 13 | D7 | 18 | 4B |
| Octal | 257 | 274 | 316 | 17 | 11 | 0 | 23 | 327 | 30 | 113 |
| Binary | 10101111 | 10111100 | 11001110 | 1111 | 1001 | 0 | 10011 | 11010111 | 11000 | 1001011 |
Color Harmonies of #AFBCCE
Complementary color
Monochromatic Colors of #AFBCCE
Black with #AFBCCE
Text Example
Text Example
White with #AFBCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBCCE; }
p { color: rgb(175,188,206); }
H1.HeaderClassName
{
color: #AFBCCE;
}
.AnyTagClassName
{
color: #AFBCCE;
}
</style>
background-color css
<style>
a { background-color: #AFBCCE; }
a { background-color: rgb(175,188,206); }
div.DivClassName
{
background-color: #AFBCCE;
}
.BgClassName
{
background-color: #AFBCCE;
}
</style>
border-color css
<style>
span { border-color: #AFBCCE; }
span { border-color: rgb(175,188,206); }
td.TdClassName
{
border-color: #AFBCCE;
}
.TagClassName
{
border-color: #AFBCCE;
}
</style>