Shades of Light Steel Blue #AFBCD8
Tints of Light Steel Blue #AFBCD8
RGB
CMYK
RGB Variations
Color information
#AFBCD8 (or 0xAFBCD8) is known color: Light Steel Blue. HEX triplet: AF, BC and D8. RGB value is (175,188,216). Sum of RGB (Red+Green+Blue) = 175+188+216=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 216 (84.77% from 255 or 37.31% from 579); Max value from RGB is 216 - color contains mainly: blue. Hex color #AFBCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCD8 is #504327. Grayscale: #BBBBBB. Windows color (decimal): -5260072 or 14204079. OLE color: 14204079.
HSL color Cylindrical-coordinate representation of color #AFBCD8: hue angle of 220.98º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFBCD8 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 188 | 216 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.15 |
| HSL | 220.98º | 0.34% | 0.77% | - |
| HSV(B) | 220.98º | 0.19% | 0.85% | - |
| XYZ | 48.06 | 50.04 | 72.09 | - |
| YUV | 187.31 | 144.19 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 216 | 0.19 | 0.13 | 0 | 0.15 | 220.98 | 0.34 | 0.77 |
| Hex | AF | BC | D8 | 13 | D | 0 | F | DD | 22 | 4D |
| Octal | 257 | 274 | 330 | 23 | 15 | 0 | 17 | 335 | 42 | 115 |
| Binary | 10101111 | 10111100 | 11011000 | 10011 | 1101 | 0 | 1111 | 11011101 | 100010 | 1001101 |
Color Harmonies of #AFBCD8
Complementary color
Monochromatic Colors of #AFBCD8
Black with #AFBCD8
Text Example
Text Example
White with #AFBCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBCD8; }
p { color: rgb(175,188,216); }
H1.HeaderClassName
{
color: #AFBCD8;
}
.AnyTagClassName
{
color: #AFBCD8;
}
</style>
background-color css
<style>
a { background-color: #AFBCD8; }
a { background-color: rgb(175,188,216); }
div.DivClassName
{
background-color: #AFBCD8;
}
.BgClassName
{
background-color: #AFBCD8;
}
</style>
border-color css
<style>
span { border-color: #AFBCD8; }
span { border-color: rgb(175,188,216); }
td.TdClassName
{
border-color: #AFBCD8;
}
.TagClassName
{
border-color: #AFBCD8;
}
</style>