Shades of Spindle #AFCBDD
Tints of Spindle #AFCBDD
RGB
CMYK
RGB Variations
Color information
#AFCBDD (or 0xAFCBDD) is known color: Spindle. HEX triplet: AF, CB and DD. RGB value is (175,203,221). Sum of RGB (Red+Green+Blue) = 175+203+221=599 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.22% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFCBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCBDD is #503422. Grayscale: #C4C4C4. Windows color (decimal): -5256227 or 14535599. OLE color: 14535599.
HSL color Cylindrical-coordinate representation of color #AFCBDD: hue angle of 203.48º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFCBDD is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 203 | 221 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.13 |
| HSL | 203.48º | 0.4% | 0.78% | - |
| HSV(B) | 203.48º | 0.21% | 0.87% | - |
| XYZ | 52.09 | 57.05 | 76.67 | - |
| YUV | 196.68 | 141.72 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 221 | 0.21 | 0.08 | 0 | 0.13 | 203.48 | 0.4 | 0.78 |
| Hex | AF | CB | DD | 15 | 8 | 0 | D | CB | 28 | 4E |
| Octal | 257 | 313 | 335 | 25 | 10 | 0 | 15 | 313 | 50 | 116 |
| Binary | 10101111 | 11001011 | 11011101 | 10101 | 1000 | 0 | 1101 | 11001011 | 101000 | 1001110 |
Color Harmonies of #AFCBDD
Complementary color
Monochromatic Colors of #AFCBDD
Black with #AFCBDD
Text Example
Text Example
White with #AFCBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCBDD; }
p { color: rgb(175,203,221); }
H1.HeaderClassName
{
color: #AFCBDD;
}
.AnyTagClassName
{
color: #AFCBDD;
}
</style>
background-color css
<style>
a { background-color: #AFCBDD; }
a { background-color: rgb(175,203,221); }
div.DivClassName
{
background-color: #AFCBDD;
}
.BgClassName
{
background-color: #AFCBDD;
}
</style>
border-color css
<style>
span { border-color: #AFCBDD; }
span { border-color: rgb(175,203,221); }
td.TdClassName
{
border-color: #AFCBDD;
}
.TagClassName
{
border-color: #AFCBDD;
}
</style>