Shades of Light Steel Blue #AFBEDC
Tints of Light Steel Blue #AFBEDC
RGB
CMYK
RGB Variations
Color information
#AFBEDC (or 0xAFBEDC) is known color: Light Steel Blue. HEX triplet: AF, BE and DC. RGB value is (175,190,220). Sum of RGB (Red+Green+Blue) = 175+190+220=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFBEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBEDC is #504123. Grayscale: #BCBCBC. Windows color (decimal): -5259556 or 14466735. OLE color: 14466735.
HSL color Cylindrical-coordinate representation of color #AFBEDC: hue angle of 220º degrees, saturation: 0.39, 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 #AFBEDC is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 190 | 220 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.14 |
| HSL | 220º | 0.39% | 0.77% | - |
| HSV(B) | 220º | 0.2% | 0.86% | - |
| XYZ | 49.01 | 51.11 | 74.99 | - |
| YUV | 188.94 | 145.53 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 190 | 220 | 0.20 | 0.14 | 0 | 0.14 | 220 | 0.39 | 0.77 |
| Hex | AF | BE | DC | 14 | E | 0 | E | DC | 27 | 4D |
| Octal | 257 | 276 | 334 | 24 | 16 | 0 | 16 | 334 | 47 | 115 |
| Binary | 10101111 | 10111110 | 11011100 | 10100 | 1110 | 0 | 1110 | 11011100 | 100111 | 1001101 |
Color Harmonies of #AFBEDC
Complementary color
Monochromatic Colors of #AFBEDC
Black with #AFBEDC
Text Example
Text Example
White with #AFBEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBEDC; }
p { color: rgb(175,190,220); }
H1.HeaderClassName
{
color: #AFBEDC;
}
.AnyTagClassName
{
color: #AFBEDC;
}
</style>
background-color css
<style>
a { background-color: #AFBEDC; }
a { background-color: rgb(175,190,220); }
div.DivClassName
{
background-color: #AFBEDC;
}
.BgClassName
{
background-color: #AFBEDC;
}
</style>
border-color css
<style>
span { border-color: #AFBEDC; }
span { border-color: rgb(175,190,220); }
td.TdClassName
{
border-color: #AFBEDC;
}
.TagClassName
{
border-color: #AFBEDC;
}
</style>