Shades of Spindle #AFC5DA
Tints of Spindle #AFC5DA
RGB
CMYK
RGB Variations
Color information
#AFC5DA (or 0xAFC5DA) is known color: Spindle. HEX triplet: AF, C5 and DA. RGB value is (175,197,218). Sum of RGB (Red+Green+Blue) = 175+197+218=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFC5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5DA is #503A25. Grayscale: #C0C0C0. Windows color (decimal): -5257766 or 14337455. OLE color: 14337455.
HSL color Cylindrical-coordinate representation of color #AFC5DA: hue angle of 209.3º 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 #AFC5DA is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 197 | 218 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.15 |
| HSL | 209.3º | 0.37% | 0.77% | - |
| HSV(B) | 209.3º | 0.2% | 0.85% | - |
| XYZ | 50.3 | 54.11 | 74.12 | - |
| YUV | 192.82 | 142.21 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 218 | 0.20 | 0.10 | 0 | 0.15 | 209.3 | 0.37 | 0.77 |
| Hex | AF | C5 | DA | 14 | A | 0 | F | D1 | 25 | 4D |
| Octal | 257 | 305 | 332 | 24 | 12 | 0 | 17 | 321 | 45 | 115 |
| Binary | 10101111 | 11000101 | 11011010 | 10100 | 1010 | 0 | 1111 | 11010001 | 100101 | 1001101 |
Color Harmonies of #AFC5DA
Complementary color
Monochromatic Colors of #AFC5DA
Black with #AFC5DA
Text Example
Text Example
White with #AFC5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC5DA; }
p { color: rgb(175,197,218); }
H1.HeaderClassName
{
color: #AFC5DA;
}
.AnyTagClassName
{
color: #AFC5DA;
}
</style>
background-color css
<style>
a { background-color: #AFC5DA; }
a { background-color: rgb(175,197,218); }
div.DivClassName
{
background-color: #AFC5DA;
}
.BgClassName
{
background-color: #AFC5DA;
}
</style>
border-color css
<style>
span { border-color: #AFC5DA; }
span { border-color: rgb(175,197,218); }
td.TdClassName
{
border-color: #AFC5DA;
}
.TagClassName
{
border-color: #AFC5DA;
}
</style>