Shades of Light Steel Blue #ABC2E5
Tints of Light Steel Blue #ABC2E5
RGB
CMYK
RGB Variations
Color information
#ABC2E5 (or 0xABC2E5) is known color: Light Steel Blue. HEX triplet: AB, C2 and E5. RGB value is (171,194,229). Sum of RGB (Red+Green+Blue) = 171+194+229=594 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.79% from 594); Green value is 194 (76.17% from 255 or 32.66% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABC2E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC2E5 is #543D1A. Grayscale: #BEBEBE. Windows color (decimal): -5520667 or 15057579. OLE color: 15057579.
HSL color Cylindrical-coordinate representation of color #ABC2E5: hue angle of 216.21º 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 #ABC2E5 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 194 | 229 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.10 |
| HSL | 216.21º | 0.53% | 0.78% | - |
| HSV(B) | 216.21º | 0.25% | 0.9% | - |
| XYZ | 50.23 | 52.9 | 81.69 | - |
| YUV | 191.11 | 149.38 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 229 | 0.25 | 0.15 | 0 | 0.10 | 216.21 | 0.53 | 0.78 |
| Hex | AB | C2 | E5 | 19 | F | 0 | A | D8 | 35 | 4E |
| Octal | 253 | 302 | 345 | 31 | 17 | 0 | 12 | 330 | 65 | 116 |
| Binary | 10101011 | 11000010 | 11100101 | 11001 | 1111 | 0 | 1010 | 11011000 | 110101 | 1001110 |
Color Harmonies of #ABC2E5
Complementary color
Monochromatic Colors of #ABC2E5
Black with #ABC2E5
Text Example
Text Example
White with #ABC2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC2E5; }
p { color: rgb(171,194,229); }
H1.HeaderClassName
{
color: #ABC2E5;
}
.AnyTagClassName
{
color: #ABC2E5;
}
</style>
background-color css
<style>
a { background-color: #ABC2E5; }
a { background-color: rgb(171,194,229); }
div.DivClassName
{
background-color: #ABC2E5;
}
.BgClassName
{
background-color: #ABC2E5;
}
</style>
border-color css
<style>
span { border-color: #ABC2E5; }
span { border-color: rgb(171,194,229); }
td.TdClassName
{
border-color: #ABC2E5;
}
.TagClassName
{
border-color: #ABC2E5;
}
</style>