Shades of Spindle #AFBFCC
Tints of Spindle #AFBFCC
RGB
CMYK
RGB Variations
Color information
#AFBFCC (or 0xAFBFCC) is known color: Spindle. HEX triplet: AF, BF and CC. RGB value is (175,191,204). Sum of RGB (Red+Green+Blue) = 175+191+204=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFBFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFCC is #504033. Grayscale: #BBBBBB. Windows color (decimal): -5259316 or 13418415. OLE color: 13418415.
HSL color Cylindrical-coordinate representation of color #AFBFCC: hue angle of 206.9º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFBFCC is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 191 | 204 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.2 |
| HSL | 206.9º | 0.22% | 0.74% | - |
| HSV(B) | 206.9º | 0.14% | 0.8% | - |
| XYZ | 47.21 | 50.74 | 64.43 | - |
| YUV | 187.7 | 137.2 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 191 | 204 | 0.14 | 0.06 | 0 | 0.2 | 206.9 | 0.22 | 0.74 |
| Hex | AF | BF | CC | E | 6 | 0 | 14 | CF | 16 | 4A |
| Octal | 257 | 277 | 314 | 16 | 6 | 0 | 24 | 317 | 26 | 112 |
| Binary | 10101111 | 10111111 | 11001100 | 1110 | 110 | 0 | 10100 | 11001111 | 10110 | 1001010 |
Color Harmonies of #AFBFCC
Complementary color
Monochromatic Colors of #AFBFCC
Black with #AFBFCC
Text Example
Text Example
White with #AFBFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBFCC; }
p { color: rgb(175,191,204); }
H1.HeaderClassName
{
color: #AFBFCC;
}
.AnyTagClassName
{
color: #AFBFCC;
}
</style>
background-color css
<style>
a { background-color: #AFBFCC; }
a { background-color: rgb(175,191,204); }
div.DivClassName
{
background-color: #AFBFCC;
}
.BgClassName
{
background-color: #AFBFCC;
}
</style>
border-color css
<style>
span { border-color: #AFBFCC; }
span { border-color: rgb(175,191,204); }
td.TdClassName
{
border-color: #AFBFCC;
}
.TagClassName
{
border-color: #AFBFCC;
}
</style>