Shades of Light Steel Blue #AFC0DC
Tints of Light Steel Blue #AFC0DC
RGB
CMYK
RGB Variations
Color information
#AFC0DC (or 0xAFC0DC) is known color: Light Steel Blue. HEX triplet: AF, C0 and DC. RGB value is (175,192,220). Sum of RGB (Red+Green+Blue) = 175+192+220=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFC0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC0DC is #503F23. Grayscale: #BDBDBD. Windows color (decimal): -5259044 or 14467247. OLE color: 14467247.
HSL color Cylindrical-coordinate representation of color #AFC0DC: hue angle of 217.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFC0DC is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 192 | 220 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.14 |
| HSL | 217.33º | 0.39% | 0.77% | - |
| HSV(B) | 217.33º | 0.2% | 0.86% | - |
| XYZ | 49.45 | 51.98 | 75.14 | - |
| YUV | 190.11 | 144.87 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 220 | 0.20 | 0.13 | 0 | 0.14 | 217.33 | 0.39 | 0.77 |
| Hex | AF | C0 | DC | 14 | D | 0 | E | D9 | 27 | 4D |
| Octal | 257 | 300 | 334 | 24 | 15 | 0 | 16 | 331 | 47 | 115 |
| Binary | 10101111 | 11000000 | 11011100 | 10100 | 1101 | 0 | 1110 | 11011001 | 100111 | 1001101 |
Color Harmonies of #AFC0DC
Complementary color
Monochromatic Colors of #AFC0DC
Black with #AFC0DC
Text Example
Text Example
White with #AFC0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC0DC; }
p { color: rgb(175,192,220); }
H1.HeaderClassName
{
color: #AFC0DC;
}
.AnyTagClassName
{
color: #AFC0DC;
}
</style>
background-color css
<style>
a { background-color: #AFC0DC; }
a { background-color: rgb(175,192,220); }
div.DivClassName
{
background-color: #AFC0DC;
}
.BgClassName
{
background-color: #AFC0DC;
}
</style>
border-color css
<style>
span { border-color: #AFC0DC; }
span { border-color: rgb(175,192,220); }
td.TdClassName
{
border-color: #AFC0DC;
}
.TagClassName
{
border-color: #AFC0DC;
}
</style>