Shades of Spindle #AFC8DC
Tints of Spindle #AFC8DC
RGB
CMYK
RGB Variations
Color information
#AFC8DC (or 0xAFC8DC) is known color: Spindle. HEX triplet: AF, C8 and DC. RGB value is (175,200,220). Sum of RGB (Red+Green+Blue) = 175+200+220=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFC8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC8DC is #503723. Grayscale: #C2C2C2. Windows color (decimal): -5256996 or 14469295. OLE color: 14469295.
HSL color Cylindrical-coordinate representation of color #AFC8DC: hue angle of 206.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFC8DC is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 200 | 220 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.14 |
| HSL | 206.67º | 0.39% | 0.77% | - |
| HSV(B) | 206.67º | 0.2% | 0.86% | - |
| XYZ | 51.25 | 55.59 | 75.74 | - |
| YUV | 194.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 220 | 0.20 | 0.09 | 0 | 0.14 | 206.67 | 0.39 | 0.77 |
| Hex | AF | C8 | DC | 14 | 9 | 0 | E | CF | 27 | 4D |
| Octal | 257 | 310 | 334 | 24 | 11 | 0 | 16 | 317 | 47 | 115 |
| Binary | 10101111 | 11001000 | 11011100 | 10100 | 1001 | 0 | 1110 | 11001111 | 100111 | 1001101 |
Color Harmonies of #AFC8DC
Complementary color
Monochromatic Colors of #AFC8DC
Black with #AFC8DC
Text Example
Text Example
White with #AFC8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC8DC; }
p { color: rgb(175,200,220); }
H1.HeaderClassName
{
color: #AFC8DC;
}
.AnyTagClassName
{
color: #AFC8DC;
}
</style>
background-color css
<style>
a { background-color: #AFC8DC; }
a { background-color: rgb(175,200,220); }
div.DivClassName
{
background-color: #AFC8DC;
}
.BgClassName
{
background-color: #AFC8DC;
}
</style>
border-color css
<style>
span { border-color: #AFC8DC; }
span { border-color: rgb(175,200,220); }
td.TdClassName
{
border-color: #AFC8DC;
}
.TagClassName
{
border-color: #AFC8DC;
}
</style>