Shades of Light Steel Blue #AFBDD9
Tints of Light Steel Blue #AFBDD9
RGB
CMYK
RGB Variations
Color information
#AFBDD9 (or 0xAFBDD9) is known color: Light Steel Blue. HEX triplet: AF, BD and D9. RGB value is (175,189,217). Sum of RGB (Red+Green+Blue) = 175+189+217=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 217 - color contains mainly: blue. Hex color #AFBDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDD9 is #504226. Grayscale: #BBBBBB. Windows color (decimal): -5259815 or 14269871. OLE color: 14269871.
HSL color Cylindrical-coordinate representation of color #AFBDD9: hue angle of 220º degrees, saturation: 0.36, 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 #AFBDD9 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 189 | 217 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.15 |
| HSL | 220º | 0.36% | 0.77% | - |
| HSV(B) | 220º | 0.19% | 0.85% | - |
| XYZ | 48.4 | 50.52 | 72.85 | - |
| YUV | 188.01 | 144.36 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 189 | 217 | 0.19 | 0.13 | 0 | 0.15 | 220 | 0.36 | 0.77 |
| Hex | AF | BD | D9 | 13 | D | 0 | F | DC | 24 | 4D |
| Octal | 257 | 275 | 331 | 23 | 15 | 0 | 17 | 334 | 44 | 115 |
| Binary | 10101111 | 10111101 | 11011001 | 10011 | 1101 | 0 | 1111 | 11011100 | 100100 | 1001101 |
Color Harmonies of #AFBDD9
Complementary color
Monochromatic Colors of #AFBDD9
Black with #AFBDD9
Text Example
Text Example
White with #AFBDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBDD9; }
p { color: rgb(175,189,217); }
H1.HeaderClassName
{
color: #AFBDD9;
}
.AnyTagClassName
{
color: #AFBDD9;
}
</style>
background-color css
<style>
a { background-color: #AFBDD9; }
a { background-color: rgb(175,189,217); }
div.DivClassName
{
background-color: #AFBDD9;
}
.BgClassName
{
background-color: #AFBDD9;
}
</style>
border-color css
<style>
span { border-color: #AFBDD9; }
span { border-color: rgb(175,189,217); }
td.TdClassName
{
border-color: #AFBDD9;
}
.TagClassName
{
border-color: #AFBDD9;
}
</style>