Shades of Light Steel Blue #ABC1E5
Tints of Light Steel Blue #ABC1E5
RGB
CMYK
RGB Variations
Color information
#ABC1E5 (or 0xABC1E5) is known color: Light Steel Blue. HEX triplet: AB, C1 and E5. RGB value is (171,193,229). Sum of RGB (Red+Green+Blue) = 171+193+229=593 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.84% from 593); Green value is 193 (75.78% from 255 or 32.55% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABC1E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC1E5 is #543E1A. Grayscale: #BEBEBE. Windows color (decimal): -5520923 or 15057323. OLE color: 15057323.
HSL color Cylindrical-coordinate representation of color #ABC1E5: hue angle of 217.24º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABC1E5 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 193 | 229 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.10 |
| HSL | 217.24º | 0.53% | 0.78% | - |
| HSV(B) | 217.24º | 0.25% | 0.9% | - |
| XYZ | 50.01 | 52.46 | 81.62 | - |
| YUV | 190.53 | 149.71 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 229 | 0.25 | 0.16 | 0 | 0.10 | 217.24 | 0.53 | 0.78 |
| Hex | AB | C1 | E5 | 19 | 10 | 0 | A | D9 | 35 | 4E |
| Octal | 253 | 301 | 345 | 31 | 20 | 0 | 12 | 331 | 65 | 116 |
| Binary | 10101011 | 11000001 | 11100101 | 11001 | 10000 | 0 | 1010 | 11011001 | 110101 | 1001110 |
Color Harmonies of #ABC1E5
Complementary color
Monochromatic Colors of #ABC1E5
Black with #ABC1E5
Text Example
Text Example
White with #ABC1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC1E5; }
p { color: rgb(171,193,229); }
H1.HeaderClassName
{
color: #ABC1E5;
}
.AnyTagClassName
{
color: #ABC1E5;
}
</style>
background-color css
<style>
a { background-color: #ABC1E5; }
a { background-color: rgb(171,193,229); }
div.DivClassName
{
background-color: #ABC1E5;
}
.BgClassName
{
background-color: #ABC1E5;
}
</style>
border-color css
<style>
span { border-color: #ABC1E5; }
span { border-color: rgb(171,193,229); }
td.TdClassName
{
border-color: #ABC1E5;
}
.TagClassName
{
border-color: #ABC1E5;
}
</style>