Shades of Light Steel Blue #AFBCDB
Tints of Light Steel Blue #AFBCDB
RGB
CMYK
RGB Variations
Color information
#AFBCDB (or 0xAFBCDB) is known color: Light Steel Blue. HEX triplet: AF, BC and DB. RGB value is (175,188,219). Sum of RGB (Red+Green+Blue) = 175+188+219=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFBCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCDB is #504324. Grayscale: #BBBBBB. Windows color (decimal): -5260069 or 14400687. OLE color: 14400687.
HSL color Cylindrical-coordinate representation of color #AFBCDB: hue angle of 222.27º degrees, saturation: 0.38, 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 #AFBCDB is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 188 | 219 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.14 |
| HSL | 222.27º | 0.38% | 0.77% | - |
| HSV(B) | 222.27º | 0.2% | 0.86% | - |
| XYZ | 48.45 | 50.19 | 74.15 | - |
| YUV | 187.65 | 145.69 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 219 | 0.20 | 0.14 | 0 | 0.14 | 222.27 | 0.38 | 0.77 |
| Hex | AF | BC | DB | 14 | E | 0 | E | DE | 26 | 4D |
| Octal | 257 | 274 | 333 | 24 | 16 | 0 | 16 | 336 | 46 | 115 |
| Binary | 10101111 | 10111100 | 11011011 | 10100 | 1110 | 0 | 1110 | 11011110 | 100110 | 1001101 |
Color Harmonies of #AFBCDB
Complementary color
Monochromatic Colors of #AFBCDB
Black with #AFBCDB
Text Example
Text Example
White with #AFBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBCDB; }
p { color: rgb(175,188,219); }
H1.HeaderClassName
{
color: #AFBCDB;
}
.AnyTagClassName
{
color: #AFBCDB;
}
</style>
background-color css
<style>
a { background-color: #AFBCDB; }
a { background-color: rgb(175,188,219); }
div.DivClassName
{
background-color: #AFBCDB;
}
.BgClassName
{
background-color: #AFBCDB;
}
</style>
border-color css
<style>
span { border-color: #AFBCDB; }
span { border-color: rgb(175,188,219); }
td.TdClassName
{
border-color: #AFBCDB;
}
.TagClassName
{
border-color: #AFBCDB;
}
</style>