Shades of Light Steel Blue #A8BFE0
Tints of Light Steel Blue #A8BFE0
RGB
CMYK
RGB Variations
Color information
#A8BFE0 (or 0xA8BFE0) is known color: Light Steel Blue. HEX triplet: A8, BF and E0. RGB value is (168,191,224). Sum of RGB (Red+Green+Blue) = 168+191+224=583 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.82% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 224 - color contains mainly: blue. Hex color #A8BFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BFE0 is #57401F. Grayscale: #BBBBBB. Windows color (decimal): -5718048 or 14729128. OLE color: 14729128.
HSL color Cylindrical-coordinate representation of color #A8BFE0: hue angle of 215.36º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8BFE0 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 191 | 224 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.12 |
| HSL | 215.36º | 0.47% | 0.77% | - |
| HSV(B) | 215.36º | 0.25% | 0.88% | - |
| XYZ | 48.23 | 50.97 | 77.82 | - |
| YUV | 187.89 | 148.38 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 224 | 0.25 | 0.15 | 0 | 0.12 | 215.36 | 0.47 | 0.77 |
| Hex | A8 | BF | E0 | 19 | F | 0 | C | D7 | 2F | 4D |
| Octal | 250 | 277 | 340 | 31 | 17 | 0 | 14 | 327 | 57 | 115 |
| Binary | 10101000 | 10111111 | 11100000 | 11001 | 1111 | 0 | 1100 | 11010111 | 101111 | 1001101 |
Color Harmonies of #A8BFE0
Complementary color
Monochromatic Colors of #A8BFE0
Black with #A8BFE0
Text Example
Text Example
White with #A8BFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BFE0; }
p { color: rgb(168,191,224); }
H1.HeaderClassName
{
color: #A8BFE0;
}
.AnyTagClassName
{
color: #A8BFE0;
}
</style>
background-color css
<style>
a { background-color: #A8BFE0; }
a { background-color: rgb(168,191,224); }
div.DivClassName
{
background-color: #A8BFE0;
}
.BgClassName
{
background-color: #A8BFE0;
}
</style>
border-color css
<style>
span { border-color: #A8BFE0; }
span { border-color: rgb(168,191,224); }
td.TdClassName
{
border-color: #A8BFE0;
}
.TagClassName
{
border-color: #A8BFE0;
}
</style>