Shades of Spindle #AFBBCD
Tints of Spindle #AFBBCD
RGB
CMYK
RGB Variations
Color information
#AFBBCD (or 0xAFBBCD) is known color: Spindle. HEX triplet: AF, BB and CD. RGB value is (175,187,205). Sum of RGB (Red+Green+Blue) = 175+187+205=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFBBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBCD is #504432. Grayscale: #B9B9B9. Windows color (decimal): -5260339 or 13482927. OLE color: 13482927.
HSL color Cylindrical-coordinate representation of color #AFBBCD: hue angle of 216º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFBBCD is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 187 | 205 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.20 |
| HSL | 216º | 0.23% | 0.75% | - |
| HSV(B) | 216º | 0.15% | 0.8% | - |
| XYZ | 46.47 | 49.06 | 64.78 | - |
| YUV | 185.46 | 139.02 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 187 | 205 | 0.15 | 0.09 | 0 | 0.20 | 216 | 0.23 | 0.75 |
| Hex | AF | BB | CD | F | 9 | 0 | 14 | D8 | 17 | 4B |
| Octal | 257 | 273 | 315 | 17 | 11 | 0 | 24 | 330 | 27 | 113 |
| Binary | 10101111 | 10111011 | 11001101 | 1111 | 1001 | 0 | 10100 | 11011000 | 10111 | 1001011 |
Color Harmonies of #AFBBCD
Complementary color
Monochromatic Colors of #AFBBCD
Black with #AFBBCD
Text Example
Text Example
White with #AFBBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBBCD; }
p { color: rgb(175,187,205); }
H1.HeaderClassName
{
color: #AFBBCD;
}
.AnyTagClassName
{
color: #AFBBCD;
}
</style>
background-color css
<style>
a { background-color: #AFBBCD; }
a { background-color: rgb(175,187,205); }
div.DivClassName
{
background-color: #AFBBCD;
}
.BgClassName
{
background-color: #AFBBCD;
}
</style>
border-color css
<style>
span { border-color: #AFBBCD; }
span { border-color: rgb(175,187,205); }
td.TdClassName
{
border-color: #AFBBCD;
}
.TagClassName
{
border-color: #AFBBCD;
}
</style>