Shades of Spindle #AFBCD4
Tints of Spindle #AFBCD4
RGB
CMYK
RGB Variations
Color information
#AFBCD4 (or 0xAFBCD4) is known color: Spindle. HEX triplet: AF, BC and D4. RGB value is (175,188,212). Sum of RGB (Red+Green+Blue) = 175+188+212=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 212 (83.20% from 255 or 36.87% from 575); Max value from RGB is 212 - color contains mainly: blue. Hex color #AFBCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCD4 is #50432B. Grayscale: #BABABA. Windows color (decimal): -5260076 or 13941935. OLE color: 13941935.
HSL color Cylindrical-coordinate representation of color #AFBCD4: hue angle of 218.92º degrees, saturation: 0.3, 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 #AFBCD4 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 188 | 212 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.17 |
| HSL | 218.92º | 0.3% | 0.76% | - |
| HSV(B) | 218.92º | 0.17% | 0.83% | - |
| XYZ | 47.55 | 49.83 | 69.4 | - |
| YUV | 186.85 | 142.19 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 212 | 0.17 | 0.11 | 0 | 0.17 | 218.92 | 0.3 | 0.76 |
| Hex | AF | BC | D4 | 11 | B | 0 | 11 | DB | 1E | 4C |
| Octal | 257 | 274 | 324 | 21 | 13 | 0 | 21 | 333 | 36 | 114 |
| Binary | 10101111 | 10111100 | 11010100 | 10001 | 1011 | 0 | 10001 | 11011011 | 11110 | 1001100 |
Color Harmonies of #AFBCD4
Complementary color
Monochromatic Colors of #AFBCD4
Black with #AFBCD4
Text Example
Text Example
White with #AFBCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBCD4; }
p { color: rgb(175,188,212); }
H1.HeaderClassName
{
color: #AFBCD4;
}
.AnyTagClassName
{
color: #AFBCD4;
}
</style>
background-color css
<style>
a { background-color: #AFBCD4; }
a { background-color: rgb(175,188,212); }
div.DivClassName
{
background-color: #AFBCD4;
}
.BgClassName
{
background-color: #AFBCD4;
}
</style>
border-color css
<style>
span { border-color: #AFBCD4; }
span { border-color: rgb(175,188,212); }
td.TdClassName
{
border-color: #AFBCD4;
}
.TagClassName
{
border-color: #AFBCD4;
}
</style>