Shades of Spindle #AFC5D3
Tints of Spindle #AFC5D3
RGB
CMYK
RGB Variations
Color information
#AFC5D3 (or 0xAFC5D3) is known color: Spindle. HEX triplet: AF, C5 and D3. RGB value is (175,197,211). Sum of RGB (Red+Green+Blue) = 175+197+211=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 197 (77.34% from 255 or 33.79% from 583); Blue value is 211 (82.81% from 255 or 36.19% from 583); Max value from RGB is 211 - color contains mainly: blue. Hex color #AFC5D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5D3 is #503A2C. Grayscale: #BFBFBF. Windows color (decimal): -5257773 or 13878703. OLE color: 13878703.
HSL color Cylindrical-coordinate representation of color #AFC5D3: hue angle of 203.33º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFC5D3 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 197 | 211 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.17 |
| HSL | 203.33º | 0.29% | 0.76% | - |
| HSV(B) | 203.33º | 0.17% | 0.83% | - |
| XYZ | 49.4 | 53.75 | 69.4 | - |
| YUV | 192.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 211 | 0.17 | 0.07 | 0 | 0.17 | 203.33 | 0.29 | 0.76 |
| Hex | AF | C5 | D3 | 11 | 7 | 0 | 11 | CB | 1D | 4C |
| Octal | 257 | 305 | 323 | 21 | 7 | 0 | 21 | 313 | 35 | 114 |
| Binary | 10101111 | 11000101 | 11010011 | 10001 | 111 | 0 | 10001 | 11001011 | 11101 | 1001100 |
Color Harmonies of #AFC5D3
Complementary color
Monochromatic Colors of #AFC5D3
Black with #AFC5D3
Text Example
Text Example
White with #AFC5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC5D3; }
p { color: rgb(175,197,211); }
H1.HeaderClassName
{
color: #AFC5D3;
}
.AnyTagClassName
{
color: #AFC5D3;
}
</style>
background-color css
<style>
a { background-color: #AFC5D3; }
a { background-color: rgb(175,197,211); }
div.DivClassName
{
background-color: #AFC5D3;
}
.BgClassName
{
background-color: #AFC5D3;
}
</style>
border-color css
<style>
span { border-color: #AFC5D3; }
span { border-color: rgb(175,197,211); }
td.TdClassName
{
border-color: #AFC5D3;
}
.TagClassName
{
border-color: #AFC5D3;
}
</style>