Shades of Spindle #AFC5D5
Tints of Spindle #AFC5D5
RGB
CMYK
RGB Variations
Color information
#AFC5D5 (or 0xAFC5D5) is known color: Spindle. HEX triplet: AF, C5 and D5. RGB value is (175,197,213). Sum of RGB (Red+Green+Blue) = 175+197+213=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 213 (83.59% from 255 or 36.41% from 585); Max value from RGB is 213 - color contains mainly: blue. Hex color #AFC5D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5D5 is #503A2A. Grayscale: #C0C0C0. Windows color (decimal): -5257771 or 14009775. OLE color: 14009775.
HSL color Cylindrical-coordinate representation of color #AFC5D5: hue angle of 205.26º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFC5D5 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 197 | 213 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.16 |
| HSL | 205.26º | 0.31% | 0.76% | - |
| HSV(B) | 205.26º | 0.18% | 0.84% | - |
| XYZ | 49.66 | 53.85 | 70.73 | - |
| YUV | 192.25 | 139.71 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 213 | 0.18 | 0.08 | 0 | 0.16 | 205.26 | 0.31 | 0.76 |
| Hex | AF | C5 | D5 | 12 | 8 | 0 | 10 | CD | 1F | 4C |
| Octal | 257 | 305 | 325 | 22 | 10 | 0 | 20 | 315 | 37 | 114 |
| Binary | 10101111 | 11000101 | 11010101 | 10010 | 1000 | 0 | 10000 | 11001101 | 11111 | 1001100 |
Color Harmonies of #AFC5D5
Complementary color
Monochromatic Colors of #AFC5D5
Black with #AFC5D5
Text Example
Text Example
White with #AFC5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC5D5; }
p { color: rgb(175,197,213); }
H1.HeaderClassName
{
color: #AFC5D5;
}
.AnyTagClassName
{
color: #AFC5D5;
}
</style>
background-color css
<style>
a { background-color: #AFC5D5; }
a { background-color: rgb(175,197,213); }
div.DivClassName
{
background-color: #AFC5D5;
}
.BgClassName
{
background-color: #AFC5D5;
}
</style>
border-color css
<style>
span { border-color: #AFC5D5; }
span { border-color: rgb(175,197,213); }
td.TdClassName
{
border-color: #AFC5D5;
}
.TagClassName
{
border-color: #AFC5D5;
}
</style>