Shades of Spindle #AFC4DA
Tints of Spindle #AFC4DA
RGB
CMYK
RGB Variations
Color information
#AFC4DA (or 0xAFC4DA) is known color: Spindle. HEX triplet: AF, C4 and DA. RGB value is (175,196,218). Sum of RGB (Red+Green+Blue) = 175+196+218=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFC4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC4DA is #503B25. Grayscale: #C0C0C0. Windows color (decimal): -5258022 or 14337199. OLE color: 14337199.
HSL color Cylindrical-coordinate representation of color #AFC4DA: hue angle of 210.7º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFC4DA is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 196 | 218 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.15 |
| HSL | 210.7º | 0.37% | 0.77% | - |
| HSV(B) | 210.7º | 0.2% | 0.85% | - |
| XYZ | 50.07 | 53.66 | 74.05 | - |
| YUV | 192.23 | 142.54 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 218 | 0.20 | 0.10 | 0 | 0.15 | 210.7 | 0.37 | 0.77 |
| Hex | AF | C4 | DA | 14 | A | 0 | F | D3 | 25 | 4D |
| Octal | 257 | 304 | 332 | 24 | 12 | 0 | 17 | 323 | 45 | 115 |
| Binary | 10101111 | 11000100 | 11011010 | 10100 | 1010 | 0 | 1111 | 11010011 | 100101 | 1001101 |
Color Harmonies of #AFC4DA
Complementary color
Monochromatic Colors of #AFC4DA
Black with #AFC4DA
Text Example
Text Example
White with #AFC4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC4DA; }
p { color: rgb(175,196,218); }
H1.HeaderClassName
{
color: #AFC4DA;
}
.AnyTagClassName
{
color: #AFC4DA;
}
</style>
background-color css
<style>
a { background-color: #AFC4DA; }
a { background-color: rgb(175,196,218); }
div.DivClassName
{
background-color: #AFC4DA;
}
.BgClassName
{
background-color: #AFC4DA;
}
</style>
border-color css
<style>
span { border-color: #AFC4DA; }
span { border-color: rgb(175,196,218); }
td.TdClassName
{
border-color: #AFC4DA;
}
.TagClassName
{
border-color: #AFC4DA;
}
</style>