Shades of Spindle #AFC7DB
Tints of Spindle #AFC7DB
RGB
CMYK
RGB Variations
Color information
#AFC7DB (or 0xAFC7DB) is known color: Spindle. HEX triplet: AF, C7 and DB. RGB value is (175,199,219). Sum of RGB (Red+Green+Blue) = 175+199+219=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFC7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC7DB is #503824. Grayscale: #C2C2C2. Windows color (decimal): -5257253 or 14403503. OLE color: 14403503.
HSL color Cylindrical-coordinate representation of color #AFC7DB: hue angle of 207.27º 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 #AFC7DB is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 199 | 219 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.14 |
| HSL | 207.27º | 0.38% | 0.77% | - |
| HSV(B) | 207.27º | 0.2% | 0.86% | - |
| XYZ | 50.89 | 55.08 | 74.97 | - |
| YUV | 194.1 | 142.05 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 219 | 0.20 | 0.09 | 0 | 0.14 | 207.27 | 0.38 | 0.77 |
| Hex | AF | C7 | DB | 14 | 9 | 0 | E | CF | 26 | 4D |
| Octal | 257 | 307 | 333 | 24 | 11 | 0 | 16 | 317 | 46 | 115 |
| Binary | 10101111 | 11000111 | 11011011 | 10100 | 1001 | 0 | 1110 | 11001111 | 100110 | 1001101 |
Color Harmonies of #AFC7DB
Complementary color
Monochromatic Colors of #AFC7DB
Black with #AFC7DB
Text Example
Text Example
White with #AFC7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC7DB; }
p { color: rgb(175,199,219); }
H1.HeaderClassName
{
color: #AFC7DB;
}
.AnyTagClassName
{
color: #AFC7DB;
}
</style>
background-color css
<style>
a { background-color: #AFC7DB; }
a { background-color: rgb(175,199,219); }
div.DivClassName
{
background-color: #AFC7DB;
}
.BgClassName
{
background-color: #AFC7DB;
}
</style>
border-color css
<style>
span { border-color: #AFC7DB; }
span { border-color: rgb(175,199,219); }
td.TdClassName
{
border-color: #AFC7DB;
}
.TagClassName
{
border-color: #AFC7DB;
}
</style>