Shades of Light Steel Blue #AFBDDC
Tints of Light Steel Blue #AFBDDC
RGB
CMYK
RGB Variations
Color information
#AFBDDC (or 0xAFBDDC) is known color: Light Steel Blue. HEX triplet: AF, BD and DC. RGB value is (175,189,220). Sum of RGB (Red+Green+Blue) = 175+189+220=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFBDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDDC is #504223. Grayscale: #BCBCBC. Windows color (decimal): -5259812 or 14466479. OLE color: 14466479.
HSL color Cylindrical-coordinate representation of color #AFBDDC: hue angle of 221.33º 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 #AFBDDC is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 189 | 220 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.14 |
| HSL | 221.33º | 0.39% | 0.77% | - |
| HSV(B) | 221.33º | 0.2% | 0.86% | - |
| XYZ | 48.8 | 50.68 | 74.92 | - |
| YUV | 188.35 | 145.86 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 189 | 220 | 0.20 | 0.14 | 0 | 0.14 | 221.33 | 0.39 | 0.77 |
| Hex | AF | BD | DC | 14 | E | 0 | E | DD | 27 | 4D |
| Octal | 257 | 275 | 334 | 24 | 16 | 0 | 16 | 335 | 47 | 115 |
| Binary | 10101111 | 10111101 | 11011100 | 10100 | 1110 | 0 | 1110 | 11011101 | 100111 | 1001101 |
Color Harmonies of #AFBDDC
Complementary color
Monochromatic Colors of #AFBDDC
Black with #AFBDDC
Text Example
Text Example
White with #AFBDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBDDC; }
p { color: rgb(175,189,220); }
H1.HeaderClassName
{
color: #AFBDDC;
}
.AnyTagClassName
{
color: #AFBDDC;
}
</style>
background-color css
<style>
a { background-color: #AFBDDC; }
a { background-color: rgb(175,189,220); }
div.DivClassName
{
background-color: #AFBDDC;
}
.BgClassName
{
background-color: #AFBDDC;
}
</style>
border-color css
<style>
span { border-color: #AFBDDC; }
span { border-color: rgb(175,189,220); }
td.TdClassName
{
border-color: #AFBDDC;
}
.TagClassName
{
border-color: #AFBDDC;
}
</style>