Shades of Light Steel Blue #AFBFDB
Tints of Light Steel Blue #AFBFDB
RGB
CMYK
RGB Variations
Color information
#AFBFDB (or 0xAFBFDB) is known color: Light Steel Blue. HEX triplet: AF, BF and DB. RGB value is (175,191,219). Sum of RGB (Red+Green+Blue) = 175+191+219=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFBFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFDB is #504024. Grayscale: #BDBDBD. Windows color (decimal): -5259301 or 14401455. OLE color: 14401455.
HSL color Cylindrical-coordinate representation of color #AFBFDB: hue angle of 218.18º 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 #AFBFDB is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 191 | 219 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.14 |
| HSL | 218.18º | 0.38% | 0.77% | - |
| HSV(B) | 218.18º | 0.2% | 0.86% | - |
| XYZ | 49.1 | 51.49 | 74.37 | - |
| YUV | 189.41 | 144.7 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 191 | 219 | 0.20 | 0.13 | 0 | 0.14 | 218.18 | 0.38 | 0.77 |
| Hex | AF | BF | DB | 14 | D | 0 | E | DA | 26 | 4D |
| Octal | 257 | 277 | 333 | 24 | 15 | 0 | 16 | 332 | 46 | 115 |
| Binary | 10101111 | 10111111 | 11011011 | 10100 | 1101 | 0 | 1110 | 11011010 | 100110 | 1001101 |
Color Harmonies of #AFBFDB
Complementary color
Monochromatic Colors of #AFBFDB
Black with #AFBFDB
Text Example
Text Example
White with #AFBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBFDB; }
p { color: rgb(175,191,219); }
H1.HeaderClassName
{
color: #AFBFDB;
}
.AnyTagClassName
{
color: #AFBFDB;
}
</style>
background-color css
<style>
a { background-color: #AFBFDB; }
a { background-color: rgb(175,191,219); }
div.DivClassName
{
background-color: #AFBFDB;
}
.BgClassName
{
background-color: #AFBFDB;
}
</style>
border-color css
<style>
span { border-color: #AFBFDB; }
span { border-color: rgb(175,191,219); }
td.TdClassName
{
border-color: #AFBFDB;
}
.TagClassName
{
border-color: #AFBFDB;
}
</style>