Shades of Spindle #AFC9D8
Tints of Spindle #AFC9D8
RGB
CMYK
RGB Variations
Color information
#AFC9D8 (or 0xAFC9D8) is known color: Spindle. HEX triplet: AF, C9 and D8. RGB value is (175,201,216). Sum of RGB (Red+Green+Blue) = 175+201+216=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 216 (84.77% from 255 or 36.49% from 592); Max value from RGB is 216 - color contains mainly: blue. Hex color #AFC9D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC9D8 is #503627. Grayscale: #C2C2C2. Windows color (decimal): -5256744 or 14207407. OLE color: 14207407.
HSL color Cylindrical-coordinate representation of color #AFC9D8: hue angle of 201.95º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFC9D8 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 201 | 216 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.15 |
| HSL | 201.95º | 0.34% | 0.77% | - |
| HSV(B) | 201.95º | 0.19% | 0.85% | - |
| XYZ | 50.96 | 55.85 | 73.06 | - |
| YUV | 194.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 216 | 0.19 | 0.07 | 0 | 0.15 | 201.95 | 0.34 | 0.77 |
| Hex | AF | C9 | D8 | 13 | 7 | 0 | F | CA | 22 | 4D |
| Octal | 257 | 311 | 330 | 23 | 7 | 0 | 17 | 312 | 42 | 115 |
| Binary | 10101111 | 11001001 | 11011000 | 10011 | 111 | 0 | 1111 | 11001010 | 100010 | 1001101 |
Color Harmonies of #AFC9D8
Complementary color
Monochromatic Colors of #AFC9D8
Black with #AFC9D8
Text Example
Text Example
White with #AFC9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC9D8; }
p { color: rgb(175,201,216); }
H1.HeaderClassName
{
color: #AFC9D8;
}
.AnyTagClassName
{
color: #AFC9D8;
}
</style>
background-color css
<style>
a { background-color: #AFC9D8; }
a { background-color: rgb(175,201,216); }
div.DivClassName
{
background-color: #AFC9D8;
}
.BgClassName
{
background-color: #AFC9D8;
}
</style>
border-color css
<style>
span { border-color: #AFC9D8; }
span { border-color: rgb(175,201,216); }
td.TdClassName
{
border-color: #AFC9D8;
}
.TagClassName
{
border-color: #AFC9D8;
}
</style>