Shades of Spindle #AFC8D6
Tints of Spindle #AFC8D6
RGB
CMYK
RGB Variations
Color information
#AFC8D6 (or 0xAFC8D6) is known color: Spindle. HEX triplet: AF, C8 and D6. RGB value is (175,200,214). Sum of RGB (Red+Green+Blue) = 175+200+214=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 200 (78.52% from 255 or 33.96% from 589); Blue value is 214 (83.98% from 255 or 36.33% from 589); Max value from RGB is 214 - color contains mainly: blue. Hex color #AFC8D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC8D6 is #503729. Grayscale: #C2C2C2. Windows color (decimal): -5257002 or 14076079. OLE color: 14076079.
HSL color Cylindrical-coordinate representation of color #AFC8D6: hue angle of 201.54º 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 #AFC8D6 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 200 | 214 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.16 |
| HSL | 201.54º | 0.32% | 0.76% | - |
| HSV(B) | 201.54º | 0.18% | 0.84% | - |
| XYZ | 50.47 | 55.28 | 71.63 | - |
| YUV | 194.12 | 139.22 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 214 | 0.18 | 0.07 | 0 | 0.16 | 201.54 | 0.32 | 0.76 |
| Hex | AF | C8 | D6 | 12 | 7 | 0 | 10 | CA | 20 | 4C |
| Octal | 257 | 310 | 326 | 22 | 7 | 0 | 20 | 312 | 40 | 114 |
| Binary | 10101111 | 11001000 | 11010110 | 10010 | 111 | 0 | 10000 | 11001010 | 100000 | 1001100 |
Color Harmonies of #AFC8D6
Complementary color
Monochromatic Colors of #AFC8D6
Black with #AFC8D6
Text Example
Text Example
White with #AFC8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC8D6; }
p { color: rgb(175,200,214); }
H1.HeaderClassName
{
color: #AFC8D6;
}
.AnyTagClassName
{
color: #AFC8D6;
}
</style>
background-color css
<style>
a { background-color: #AFC8D6; }
a { background-color: rgb(175,200,214); }
div.DivClassName
{
background-color: #AFC8D6;
}
.BgClassName
{
background-color: #AFC8D6;
}
</style>
border-color css
<style>
span { border-color: #AFC8D6; }
span { border-color: rgb(175,200,214); }
td.TdClassName
{
border-color: #AFC8D6;
}
.TagClassName
{
border-color: #AFC8D6;
}
</style>