Shades of Spindle #AFC3D6
Tints of Spindle #AFC3D6
RGB
CMYK
RGB Variations
Color information
#AFC3D6 (or 0xAFC3D6) is known color: Spindle. HEX triplet: AF, C3 and D6. RGB value is (175,195,214). Sum of RGB (Red+Green+Blue) = 175+195+214=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 195 (76.56% from 255 or 33.39% from 584); Blue value is 214 (83.98% from 255 or 36.64% from 584); Max value from RGB is 214 - color contains mainly: blue. Hex color #AFC3D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC3D6 is #503C29. Grayscale: #BFBFBF. Windows color (decimal): -5258282 or 14074799. OLE color: 14074799.
HSL color Cylindrical-coordinate representation of color #AFC3D6: hue angle of 209.23º 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 #AFC3D6 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 195 | 214 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.16 |
| HSL | 209.23º | 0.32% | 0.76% | - |
| HSV(B) | 209.23º | 0.18% | 0.84% | - |
| XYZ | 49.33 | 53 | 71.25 | - |
| YUV | 191.19 | 140.87 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 214 | 0.18 | 0.09 | 0 | 0.16 | 209.23 | 0.32 | 0.76 |
| Hex | AF | C3 | D6 | 12 | 9 | 0 | 10 | D1 | 20 | 4C |
| Octal | 257 | 303 | 326 | 22 | 11 | 0 | 20 | 321 | 40 | 114 |
| Binary | 10101111 | 11000011 | 11010110 | 10010 | 1001 | 0 | 10000 | 11010001 | 100000 | 1001100 |
Color Harmonies of #AFC3D6
Complementary color
Monochromatic Colors of #AFC3D6
Black with #AFC3D6
Text Example
Text Example
White with #AFC3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC3D6; }
p { color: rgb(175,195,214); }
H1.HeaderClassName
{
color: #AFC3D6;
}
.AnyTagClassName
{
color: #AFC3D6;
}
</style>
background-color css
<style>
a { background-color: #AFC3D6; }
a { background-color: rgb(175,195,214); }
div.DivClassName
{
background-color: #AFC3D6;
}
.BgClassName
{
background-color: #AFC3D6;
}
</style>
border-color css
<style>
span { border-color: #AFC3D6; }
span { border-color: rgb(175,195,214); }
td.TdClassName
{
border-color: #AFC3D6;
}
.TagClassName
{
border-color: #AFC3D6;
}
</style>