Shades of Light Steel Blue #ABC6E2
Tints of Light Steel Blue #ABC6E2
RGB
CMYK
RGB Variations
Color information
#ABC6E2 (or 0xABC6E2) is known color: Light Steel Blue. HEX triplet: AB, C6 and E2. RGB value is (171,198,226). Sum of RGB (Red+Green+Blue) = 171+198+226=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 226 (88.67% from 255 or 37.98% from 595); Max value from RGB is 226 - color contains mainly: blue. Hex color #ABC6E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC6E2 is #54391D. Grayscale: #C0C0C0. Windows color (decimal): -5519646 or 14861995. OLE color: 14861995.
HSL color Cylindrical-coordinate representation of color #ABC6E2: hue angle of 210.55º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABC6E2 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 198 | 226 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.11 |
| HSL | 210.55º | 0.49% | 0.78% | - |
| HSV(B) | 210.55º | 0.24% | 0.89% | - |
| XYZ | 50.72 | 54.54 | 79.81 | - |
| YUV | 193.12 | 146.55 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 226 | 0.24 | 0.12 | 0 | 0.11 | 210.55 | 0.49 | 0.78 |
| Hex | AB | C6 | E2 | 18 | C | 0 | B | D3 | 31 | 4E |
| Octal | 253 | 306 | 342 | 30 | 14 | 0 | 13 | 323 | 61 | 116 |
| Binary | 10101011 | 11000110 | 11100010 | 11000 | 1100 | 0 | 1011 | 11010011 | 110001 | 1001110 |
Color Harmonies of #ABC6E2
Complementary color
Monochromatic Colors of #ABC6E2
Black with #ABC6E2
Text Example
Text Example
White with #ABC6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC6E2; }
p { color: rgb(171,198,226); }
H1.HeaderClassName
{
color: #ABC6E2;
}
.AnyTagClassName
{
color: #ABC6E2;
}
</style>
background-color css
<style>
a { background-color: #ABC6E2; }
a { background-color: rgb(171,198,226); }
div.DivClassName
{
background-color: #ABC6E2;
}
.BgClassName
{
background-color: #ABC6E2;
}
</style>
border-color css
<style>
span { border-color: #ABC6E2; }
span { border-color: rgb(171,198,226); }
td.TdClassName
{
border-color: #ABC6E2;
}
.TagClassName
{
border-color: #ABC6E2;
}
</style>