Shades of Light Steel Blue #ABBFE3
Tints of Light Steel Blue #ABBFE3
RGB
CMYK
RGB Variations
Color information
#ABBFE3 (or 0xABBFE3) is known color: Light Steel Blue. HEX triplet: AB, BF and E3. RGB value is (171,191,227). Sum of RGB (Red+Green+Blue) = 171+191+227=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 227 (89.06% from 255 or 38.54% from 589); Max value from RGB is 227 - color contains mainly: blue. Hex color #ABBFE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFE3 is #54401C. Grayscale: #BCBCBC. Windows color (decimal): -5521437 or 14925739. OLE color: 14925739.
HSL color Cylindrical-coordinate representation of color #ABBFE3: hue angle of 218.57º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABBFE3 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 191 | 227 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.11 |
| HSL | 218.57º | 0.5% | 0.78% | - |
| HSV(B) | 218.57º | 0.25% | 0.89% | - |
| XYZ | 49.29 | 51.47 | 80.01 | - |
| YUV | 189.12 | 149.37 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 191 | 227 | 0.25 | 0.16 | 0 | 0.11 | 218.57 | 0.5 | 0.78 |
| Hex | AB | BF | E3 | 19 | 10 | 0 | B | DB | 32 | 4E |
| Octal | 253 | 277 | 343 | 31 | 20 | 0 | 13 | 333 | 62 | 116 |
| Binary | 10101011 | 10111111 | 11100011 | 11001 | 10000 | 0 | 1011 | 11011011 | 110010 | 1001110 |
Color Harmonies of #ABBFE3
Complementary color
Monochromatic Colors of #ABBFE3
Black with #ABBFE3
Text Example
Text Example
White with #ABBFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBFE3; }
p { color: rgb(171,191,227); }
H1.HeaderClassName
{
color: #ABBFE3;
}
.AnyTagClassName
{
color: #ABBFE3;
}
</style>
background-color css
<style>
a { background-color: #ABBFE3; }
a { background-color: rgb(171,191,227); }
div.DivClassName
{
background-color: #ABBFE3;
}
.BgClassName
{
background-color: #ABBFE3;
}
</style>
border-color css
<style>
span { border-color: #ABBFE3; }
span { border-color: rgb(171,191,227); }
td.TdClassName
{
border-color: #ABBFE3;
}
.TagClassName
{
border-color: #ABBFE3;
}
</style>