Shades of Light Steel Blue #AFC6DC
Tints of Light Steel Blue #AFC6DC
RGB
CMYK
RGB Variations
Color information
#AFC6DC (or 0xAFC6DC) is known color: Light Steel Blue. HEX triplet: AF, C6 and DC. RGB value is (175,198,220). Sum of RGB (Red+Green+Blue) = 175+198+220=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFC6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC6DC is #503923. Grayscale: #C1C1C1. Windows color (decimal): -5257508 or 14468783. OLE color: 14468783.
HSL color Cylindrical-coordinate representation of color #AFC6DC: hue angle of 209.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 #AFC6DC is Cyan = 0.20, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 198 | 220 | - |
| CMYK | 0.20 | 0.1 | 0 | 0.14 |
| HSL | 209.33º | 0.39% | 0.77% | - |
| HSV(B) | 209.33º | 0.2% | 0.86% | - |
| XYZ | 50.79 | 54.67 | 75.59 | - |
| YUV | 193.63 | 142.88 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 220 | 0.20 | 0.1 | 0 | 0.14 | 209.33 | 0.39 | 0.77 |
| Hex | AF | C6 | DC | 14 | A | 0 | E | D1 | 27 | 4D |
| Octal | 257 | 306 | 334 | 24 | 12 | 0 | 16 | 321 | 47 | 115 |
| Binary | 10101111 | 11000110 | 11011100 | 10100 | 1010 | 0 | 1110 | 11010001 | 100111 | 1001101 |
Color Harmonies of #AFC6DC
Complementary color
Monochromatic Colors of #AFC6DC
Black with #AFC6DC
Text Example
Text Example
White with #AFC6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC6DC; }
p { color: rgb(175,198,220); }
H1.HeaderClassName
{
color: #AFC6DC;
}
.AnyTagClassName
{
color: #AFC6DC;
}
</style>
background-color css
<style>
a { background-color: #AFC6DC; }
a { background-color: rgb(175,198,220); }
div.DivClassName
{
background-color: #AFC6DC;
}
.BgClassName
{
background-color: #AFC6DC;
}
</style>
border-color css
<style>
span { border-color: #AFC6DC; }
span { border-color: rgb(175,198,220); }
td.TdClassName
{
border-color: #AFC6DC;
}
.TagClassName
{
border-color: #AFC6DC;
}
</style>