Shades of Spindle #AFC9DD
Tints of Spindle #AFC9DD
RGB
CMYK
RGB Variations
Color information
#AFC9DD (or 0xAFC9DD) is known color: Spindle. HEX triplet: AF, C9 and DD. RGB value is (175,201,221). Sum of RGB (Red+Green+Blue) = 175+201+221=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 201 (78.91% from 255 or 33.67% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFC9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC9DD is #503622. Grayscale: #C3C3C3. Windows color (decimal): -5256739 or 14535087. OLE color: 14535087.
HSL color Cylindrical-coordinate representation of color #AFC9DD: hue angle of 206.09º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFC9DD is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 201 | 221 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.13 |
| HSL | 206.09º | 0.4% | 0.78% | - |
| HSV(B) | 206.09º | 0.21% | 0.87% | - |
| XYZ | 51.62 | 56.11 | 76.52 | - |
| YUV | 195.51 | 142.39 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 221 | 0.21 | 0.09 | 0 | 0.13 | 206.09 | 0.4 | 0.78 |
| Hex | AF | C9 | DD | 15 | 9 | 0 | D | CE | 28 | 4E |
| Octal | 257 | 311 | 335 | 25 | 11 | 0 | 15 | 316 | 50 | 116 |
| Binary | 10101111 | 11001001 | 11011101 | 10101 | 1001 | 0 | 1101 | 11001110 | 101000 | 1001110 |
Color Harmonies of #AFC9DD
Complementary color
Monochromatic Colors of #AFC9DD
Black with #AFC9DD
Text Example
Text Example
White with #AFC9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC9DD; }
p { color: rgb(175,201,221); }
H1.HeaderClassName
{
color: #AFC9DD;
}
.AnyTagClassName
{
color: #AFC9DD;
}
</style>
background-color css
<style>
a { background-color: #AFC9DD; }
a { background-color: rgb(175,201,221); }
div.DivClassName
{
background-color: #AFC9DD;
}
.BgClassName
{
background-color: #AFC9DD;
}
</style>
border-color css
<style>
span { border-color: #AFC9DD; }
span { border-color: rgb(175,201,221); }
td.TdClassName
{
border-color: #AFC9DD;
}
.TagClassName
{
border-color: #AFC9DD;
}
</style>