Shades of Light Steel Blue #AFC1DF
Tints of Light Steel Blue #AFC1DF
RGB
CMYK
RGB Variations
Color information
#AFC1DF (or 0xAFC1DF) is known color: Light Steel Blue. HEX triplet: AF, C1 and DF. RGB value is (175,193,223). Sum of RGB (Red+Green+Blue) = 175+193+223=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 193 (75.78% from 255 or 32.66% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFC1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC1DF is #503E20. Grayscale: #BEBEBE. Windows color (decimal): -5258785 or 14664111. OLE color: 14664111.
HSL color Cylindrical-coordinate representation of color #AFC1DF: hue angle of 217.5º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFC1DF is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 193 | 223 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.13 |
| HSL | 217.5º | 0.43% | 0.78% | - |
| HSV(B) | 217.5º | 0.22% | 0.87% | - |
| XYZ | 50.07 | 52.58 | 77.32 | - |
| YUV | 191.04 | 146.04 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 223 | 0.22 | 0.13 | 0 | 0.13 | 217.5 | 0.43 | 0.78 |
| Hex | AF | C1 | DF | 16 | D | 0 | D | DA | 2B | 4E |
| Octal | 257 | 301 | 337 | 26 | 15 | 0 | 15 | 332 | 53 | 116 |
| Binary | 10101111 | 11000001 | 11011111 | 10110 | 1101 | 0 | 1101 | 11011010 | 101011 | 1001110 |
Color Harmonies of #AFC1DF
Complementary color
Monochromatic Colors of #AFC1DF
Black with #AFC1DF
Text Example
Text Example
White with #AFC1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC1DF; }
p { color: rgb(175,193,223); }
H1.HeaderClassName
{
color: #AFC1DF;
}
.AnyTagClassName
{
color: #AFC1DF;
}
</style>
background-color css
<style>
a { background-color: #AFC1DF; }
a { background-color: rgb(175,193,223); }
div.DivClassName
{
background-color: #AFC1DF;
}
.BgClassName
{
background-color: #AFC1DF;
}
</style>
border-color css
<style>
span { border-color: #AFC1DF; }
span { border-color: rgb(175,193,223); }
td.TdClassName
{
border-color: #AFC1DF;
}
.TagClassName
{
border-color: #AFC1DF;
}
</style>