Shades of Spindle #AFC9DB
Tints of Spindle #AFC9DB
RGB
CMYK
RGB Variations
Color information
#AFC9DB (or 0xAFC9DB) is known color: Spindle. HEX triplet: AF, C9 and DB. RGB value is (175,201,219). Sum of RGB (Red+Green+Blue) = 175+201+219=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFC9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC9DB is #503624. Grayscale: #C3C3C3. Windows color (decimal): -5256741 or 14404015. OLE color: 14404015.
HSL color Cylindrical-coordinate representation of color #AFC9DB: hue angle of 204.55º degrees, saturation: 0.38, 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 #AFC9DB is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 201 | 219 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.14 |
| HSL | 204.55º | 0.38% | 0.77% | - |
| HSV(B) | 204.55º | 0.2% | 0.86% | - |
| XYZ | 51.35 | 56 | 75.12 | - |
| YUV | 195.28 | 141.39 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 219 | 0.20 | 0.08 | 0 | 0.14 | 204.55 | 0.38 | 0.77 |
| Hex | AF | C9 | DB | 14 | 8 | 0 | E | CD | 26 | 4D |
| Octal | 257 | 311 | 333 | 24 | 10 | 0 | 16 | 315 | 46 | 115 |
| Binary | 10101111 | 11001001 | 11011011 | 10100 | 1000 | 0 | 1110 | 11001101 | 100110 | 1001101 |
Color Harmonies of #AFC9DB
Complementary color
Monochromatic Colors of #AFC9DB
Black with #AFC9DB
Text Example
Text Example
White with #AFC9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC9DB; }
p { color: rgb(175,201,219); }
H1.HeaderClassName
{
color: #AFC9DB;
}
.AnyTagClassName
{
color: #AFC9DB;
}
</style>
background-color css
<style>
a { background-color: #AFC9DB; }
a { background-color: rgb(175,201,219); }
div.DivClassName
{
background-color: #AFC9DB;
}
.BgClassName
{
background-color: #AFC9DB;
}
</style>
border-color css
<style>
span { border-color: #AFC9DB; }
span { border-color: rgb(175,201,219); }
td.TdClassName
{
border-color: #AFC9DB;
}
.TagClassName
{
border-color: #AFC9DB;
}
</style>