Shades of Light Steel Blue #ABC1E6
Tints of Light Steel Blue #ABC1E6
RGB
CMYK
RGB Variations
Color information
#ABC1E6 (or 0xABC1E6) is known color: Light Steel Blue. HEX triplet: AB, C1 and E6. RGB value is (171,193,230). Sum of RGB (Red+Green+Blue) = 171+193+230=594 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.79% from 594); Green value is 193 (75.78% from 255 or 32.49% from 594); Blue value is 230 (90.23% from 255 or 38.72% from 594); Max value from RGB is 230 - color contains mainly: blue. Hex color #ABC1E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC1E6 is #543E19. Grayscale: #BEBEBE. Windows color (decimal): -5520922 or 15122859. OLE color: 15122859.
HSL color Cylindrical-coordinate representation of color #ABC1E6: hue angle of 217.63º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABC1E6 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 193 | 230 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.10 |
| HSL | 217.63º | 0.54% | 0.79% | - |
| HSV(B) | 217.63º | 0.26% | 0.9% | - |
| XYZ | 50.15 | 52.51 | 82.36 | - |
| YUV | 190.64 | 150.21 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 230 | 0.26 | 0.16 | 0 | 0.10 | 217.63 | 0.54 | 0.79 |
| Hex | AB | C1 | E6 | 1A | 10 | 0 | A | DA | 36 | 4F |
| Octal | 253 | 301 | 346 | 32 | 20 | 0 | 12 | 332 | 66 | 117 |
| Binary | 10101011 | 11000001 | 11100110 | 11010 | 10000 | 0 | 1010 | 11011010 | 110110 | 1001111 |
Color Harmonies of #ABC1E6
Complementary color
Monochromatic Colors of #ABC1E6
Black with #ABC1E6
Text Example
Text Example
White with #ABC1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC1E6; }
p { color: rgb(171,193,230); }
H1.HeaderClassName
{
color: #ABC1E6;
}
.AnyTagClassName
{
color: #ABC1E6;
}
</style>
background-color css
<style>
a { background-color: #ABC1E6; }
a { background-color: rgb(171,193,230); }
div.DivClassName
{
background-color: #ABC1E6;
}
.BgClassName
{
background-color: #ABC1E6;
}
</style>
border-color css
<style>
span { border-color: #ABC1E6; }
span { border-color: rgb(171,193,230); }
td.TdClassName
{
border-color: #ABC1E6;
}
.TagClassName
{
border-color: #ABC1E6;
}
</style>