Shades of Spindle #AFC4D5
Tints of Spindle #AFC4D5
RGB
CMYK
RGB Variations
Color information
#AFC4D5 (or 0xAFC4D5) is known color: Spindle. HEX triplet: AF, C4 and D5. RGB value is (175,196,213). Sum of RGB (Red+Green+Blue) = 175+196+213=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 196 (76.95% from 255 or 33.56% from 584); Blue value is 213 (83.59% from 255 or 36.47% from 584); Max value from RGB is 213 - color contains mainly: blue. Hex color #AFC4D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC4D5 is #503B2A. Grayscale: #BFBFBF. Windows color (decimal): -5258027 or 14009519. OLE color: 14009519.
HSL color Cylindrical-coordinate representation of color #AFC4D5: hue angle of 206.84º 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 #AFC4D5 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 175 | 196 | 213 | - |
CMYK | 0.18 | 0.08 | 0 | 0.16 |
HSL | 206.84º | 0.31% | 0.76% | - |
HSV(B) | 206.84º | 0.18% | 0.84% | - |
XYZ | 49.43 | 53.4 | 70.65 | - |
YUV | 191.66 | 140.04 | 116.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 196 | 213 | 0.18 | 0.08 | 0 | 0.16 | 206.84 | 0.31 | 0.76 |
Hex | AF | C4 | D5 | 12 | 8 | 0 | 10 | CF | 1F | 4C |
Octal | 257 | 304 | 325 | 22 | 10 | 0 | 20 | 317 | 37 | 114 |
Binary | 10101111 | 11000100 | 11010101 | 10010 | 1000 | 0 | 10000 | 11001111 | 11111 | 1001100 |
Color Harmonies of #AFC4D5
Complementary color
Monochromatic Colors of #AFC4D5
Black with #AFC4D5
Text Example
Text Example
White with #AFC4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC4D5; }
p { color: rgb(175,196,213); }
H1.HeaderClassName
{
color: #AFC4D5;
}
.AnyTagClassName
{
color: #AFC4D5;
}
</style>
background-color css
<style>
a { background-color: #AFC4D5; }
a { background-color: rgb(175,196,213); }
div.DivClassName
{
background-color: #AFC4D5;
}
.BgClassName
{
background-color: #AFC4D5;
}
</style>
border-color css
<style>
span { border-color: #AFC4D5; }
span { border-color: rgb(175,196,213); }
td.TdClassName
{
border-color: #AFC4D5;
}
.TagClassName
{
border-color: #AFC4D5;
}
</style>