Shades of Spindle #AFC7DC
Tints of Spindle #AFC7DC
RGB
CMYK
RGB Variations
Color information
#AFC7DC (or 0xAFC7DC) is known color: Spindle. HEX triplet: AF, C7 and DC. RGB value is (175,199,220). Sum of RGB (Red+Green+Blue) = 175+199+220=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 199 (78.12% from 255 or 33.50% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFC7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC7DC is #503823. Grayscale: #C2C2C2. Windows color (decimal): -5257252 or 14469039. OLE color: 14469039.
HSL color Cylindrical-coordinate representation of color #AFC7DC: hue angle of 208º 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 #AFC7DC is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 199 | 220 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.14 |
| HSL | 208º | 0.39% | 0.77% | - |
| HSV(B) | 208º | 0.2% | 0.86% | - |
| XYZ | 51.02 | 55.13 | 75.66 | - |
| YUV | 194.22 | 142.55 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 220 | 0.20 | 0.10 | 0 | 0.14 | 208 | 0.39 | 0.77 |
| Hex | AF | C7 | DC | 14 | A | 0 | E | D0 | 27 | 4D |
| Octal | 257 | 307 | 334 | 24 | 12 | 0 | 16 | 320 | 47 | 115 |
| Binary | 10101111 | 11000111 | 11011100 | 10100 | 1010 | 0 | 1110 | 11010000 | 100111 | 1001101 |
Color Harmonies of #AFC7DC
Complementary color
Monochromatic Colors of #AFC7DC
Black with #AFC7DC
Text Example
Text Example
White with #AFC7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC7DC; }
p { color: rgb(175,199,220); }
H1.HeaderClassName
{
color: #AFC7DC;
}
.AnyTagClassName
{
color: #AFC7DC;
}
</style>
background-color css
<style>
a { background-color: #AFC7DC; }
a { background-color: rgb(175,199,220); }
div.DivClassName
{
background-color: #AFC7DC;
}
.BgClassName
{
background-color: #AFC7DC;
}
</style>
border-color css
<style>
span { border-color: #AFC7DC; }
span { border-color: rgb(175,199,220); }
td.TdClassName
{
border-color: #AFC7DC;
}
.TagClassName
{
border-color: #AFC7DC;
}
</style>