Shades of Spindle #AFBDD6
Tints of Spindle #AFBDD6
RGB
CMYK
RGB Variations
Color information
#AFBDD6 (or 0xAFBDD6) is known color: Spindle. HEX triplet: AF, BD and D6. RGB value is (175,189,214). Sum of RGB (Red+Green+Blue) = 175+189+214=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 214 (83.98% from 255 or 37.02% from 578); Max value from RGB is 214 - color contains mainly: blue. Hex color #AFBDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDD6 is #504229. Grayscale: #BBBBBB. Windows color (decimal): -5259818 or 14073263. OLE color: 14073263.
HSL color Cylindrical-coordinate representation of color #AFBDD6: hue angle of 218.46º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFBDD6 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 189 | 214 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.16 |
| HSL | 218.46º | 0.32% | 0.76% | - |
| HSV(B) | 218.46º | 0.18% | 0.84% | - |
| XYZ | 48.01 | 50.36 | 70.81 | - |
| YUV | 187.66 | 142.86 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 189 | 214 | 0.18 | 0.12 | 0 | 0.16 | 218.46 | 0.32 | 0.76 |
| Hex | AF | BD | D6 | 12 | C | 0 | 10 | DA | 20 | 4C |
| Octal | 257 | 275 | 326 | 22 | 14 | 0 | 20 | 332 | 40 | 114 |
| Binary | 10101111 | 10111101 | 11010110 | 10010 | 1100 | 0 | 10000 | 11011010 | 100000 | 1001100 |
Color Harmonies of #AFBDD6
Complementary color
Monochromatic Colors of #AFBDD6
Black with #AFBDD6
Text Example
Text Example
White with #AFBDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBDD6; }
p { color: rgb(175,189,214); }
H1.HeaderClassName
{
color: #AFBDD6;
}
.AnyTagClassName
{
color: #AFBDD6;
}
</style>
background-color css
<style>
a { background-color: #AFBDD6; }
a { background-color: rgb(175,189,214); }
div.DivClassName
{
background-color: #AFBDD6;
}
.BgClassName
{
background-color: #AFBDD6;
}
</style>
border-color css
<style>
span { border-color: #AFBDD6; }
span { border-color: rgb(175,189,214); }
td.TdClassName
{
border-color: #AFBDD6;
}
.TagClassName
{
border-color: #AFBDD6;
}
</style>