Shades of Spindle #AFC9DC
Tints of Spindle #AFC9DC
RGB
CMYK
RGB Variations
Color information
#AFC9DC (or 0xAFC9DC) is known color: Spindle. HEX triplet: AF, C9 and DC. RGB value is (175,201,220). Sum of RGB (Red+Green+Blue) = 175+201+220=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFC9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC9DC is #503623. Grayscale: #C3C3C3. Windows color (decimal): -5256740 or 14469551. OLE color: 14469551.
HSL color Cylindrical-coordinate representation of color #AFC9DC: hue angle of 205.33º 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 #AFC9DC is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 201 | 220 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.14 |
| HSL | 205.33º | 0.39% | 0.77% | - |
| HSV(B) | 205.33º | 0.2% | 0.86% | - |
| XYZ | 51.48 | 56.05 | 75.82 | - |
| YUV | 195.39 | 141.89 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 220 | 0.20 | 0.09 | 0 | 0.14 | 205.33 | 0.39 | 0.77 |
| Hex | AF | C9 | DC | 14 | 9 | 0 | E | CD | 27 | 4D |
| Octal | 257 | 311 | 334 | 24 | 11 | 0 | 16 | 315 | 47 | 115 |
| Binary | 10101111 | 11001001 | 11011100 | 10100 | 1001 | 0 | 1110 | 11001101 | 100111 | 1001101 |
Color Harmonies of #AFC9DC
Complementary color
Monochromatic Colors of #AFC9DC
Black with #AFC9DC
Text Example
Text Example
White with #AFC9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC9DC; }
p { color: rgb(175,201,220); }
H1.HeaderClassName
{
color: #AFC9DC;
}
.AnyTagClassName
{
color: #AFC9DC;
}
</style>
background-color css
<style>
a { background-color: #AFC9DC; }
a { background-color: rgb(175,201,220); }
div.DivClassName
{
background-color: #AFC9DC;
}
.BgClassName
{
background-color: #AFC9DC;
}
</style>
border-color css
<style>
span { border-color: #AFC9DC; }
span { border-color: rgb(175,201,220); }
td.TdClassName
{
border-color: #AFC9DC;
}
.TagClassName
{
border-color: #AFC9DC;
}
</style>