Shades of Light Steel Blue #AFBFDD
Tints of Light Steel Blue #AFBFDD
RGB
CMYK
RGB Variations
Color information
#AFBFDD (or 0xAFBFDD) is known color: Light Steel Blue. HEX triplet: AF, BF and DD. RGB value is (175,191,221). Sum of RGB (Red+Green+Blue) = 175+191+221=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFBFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFDD is #504022. Grayscale: #BDBDBD. Windows color (decimal): -5259299 or 14532527. OLE color: 14532527.
HSL color Cylindrical-coordinate representation of color #AFBFDD: hue angle of 219.13º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFBFDD is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 191 | 221 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.13 |
| HSL | 219.13º | 0.4% | 0.78% | - |
| HSV(B) | 219.13º | 0.21% | 0.87% | - |
| XYZ | 49.36 | 51.6 | 75.76 | - |
| YUV | 189.64 | 145.7 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 191 | 221 | 0.21 | 0.14 | 0 | 0.13 | 219.13 | 0.4 | 0.78 |
| Hex | AF | BF | DD | 15 | E | 0 | D | DB | 28 | 4E |
| Octal | 257 | 277 | 335 | 25 | 16 | 0 | 15 | 333 | 50 | 116 |
| Binary | 10101111 | 10111111 | 11011101 | 10101 | 1110 | 0 | 1101 | 11011011 | 101000 | 1001110 |
Color Harmonies of #AFBFDD
Complementary color
Monochromatic Colors of #AFBFDD
Black with #AFBFDD
Text Example
Text Example
White with #AFBFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBFDD; }
p { color: rgb(175,191,221); }
H1.HeaderClassName
{
color: #AFBFDD;
}
.AnyTagClassName
{
color: #AFBFDD;
}
</style>
background-color css
<style>
a { background-color: #AFBFDD; }
a { background-color: rgb(175,191,221); }
div.DivClassName
{
background-color: #AFBFDD;
}
.BgClassName
{
background-color: #AFBFDD;
}
</style>
border-color css
<style>
span { border-color: #AFBFDD; }
span { border-color: rgb(175,191,221); }
td.TdClassName
{
border-color: #AFBFDD;
}
.TagClassName
{
border-color: #AFBFDD;
}
</style>