Shades of Light Steel Blue #AFBEDF
Tints of Light Steel Blue #AFBEDF
RGB
CMYK
RGB Variations
Color information
#AFBEDF (or 0xAFBEDF) is known color: Light Steel Blue. HEX triplet: AF, BE and DF. RGB value is (175,190,223). Sum of RGB (Red+Green+Blue) = 175+190+223=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFBEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBEDF is #504120. Grayscale: #BDBDBD. Windows color (decimal): -5259553 or 14663343. OLE color: 14663343.
HSL color Cylindrical-coordinate representation of color #AFBEDF: hue angle of 221.25º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFBEDF is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 190 | 223 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.13 |
| HSL | 221.25º | 0.43% | 0.78% | - |
| HSV(B) | 221.25º | 0.22% | 0.87% | - |
| XYZ | 49.41 | 51.27 | 77.1 | - |
| YUV | 189.28 | 147.03 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 190 | 223 | 0.22 | 0.15 | 0 | 0.13 | 221.25 | 0.43 | 0.78 |
| Hex | AF | BE | DF | 16 | F | 0 | D | DD | 2B | 4E |
| Octal | 257 | 276 | 337 | 26 | 17 | 0 | 15 | 335 | 53 | 116 |
| Binary | 10101111 | 10111110 | 11011111 | 10110 | 1111 | 0 | 1101 | 11011101 | 101011 | 1001110 |
Color Harmonies of #AFBEDF
Complementary color
Monochromatic Colors of #AFBEDF
Black with #AFBEDF
Text Example
Text Example
White with #AFBEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBEDF; }
p { color: rgb(175,190,223); }
H1.HeaderClassName
{
color: #AFBEDF;
}
.AnyTagClassName
{
color: #AFBEDF;
}
</style>
background-color css
<style>
a { background-color: #AFBEDF; }
a { background-color: rgb(175,190,223); }
div.DivClassName
{
background-color: #AFBEDF;
}
.BgClassName
{
background-color: #AFBEDF;
}
</style>
border-color css
<style>
span { border-color: #AFBEDF; }
span { border-color: rgb(175,190,223); }
td.TdClassName
{
border-color: #AFBEDF;
}
.TagClassName
{
border-color: #AFBEDF;
}
</style>