Shades of Light Steel Blue #A8BFDA
Tints of Light Steel Blue #A8BFDA
RGB
CMYK
RGB Variations
Color information
#A8BFDA (or 0xA8BFDA) is known color: Light Steel Blue. HEX triplet: A8, BF and DA. RGB value is (168,191,218). Sum of RGB (Red+Green+Blue) = 168+191+218=577 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.12% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #A8BFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BFDA is #574025. Grayscale: #BBBBBB. Windows color (decimal): -5718054 or 14335912. OLE color: 14335912.
HSL color Cylindrical-coordinate representation of color #A8BFDA: hue angle of 212.4º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8BFDA is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 191 | 218 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.15 |
| HSL | 212.4º | 0.4% | 0.76% | - |
| HSV(B) | 212.4º | 0.23% | 0.85% | - |
| XYZ | 47.43 | 50.65 | 73.61 | - |
| YUV | 187.2 | 145.38 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 218 | 0.23 | 0.12 | 0 | 0.15 | 212.4 | 0.4 | 0.76 |
| Hex | A8 | BF | DA | 17 | C | 0 | F | D4 | 28 | 4C |
| Octal | 250 | 277 | 332 | 27 | 14 | 0 | 17 | 324 | 50 | 114 |
| Binary | 10101000 | 10111111 | 11011010 | 10111 | 1100 | 0 | 1111 | 11010100 | 101000 | 1001100 |
Color Harmonies of #A8BFDA
Complementary color
Monochromatic Colors of #A8BFDA
Black with #A8BFDA
Text Example
Text Example
White with #A8BFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BFDA; }
p { color: rgb(168,191,218); }
H1.HeaderClassName
{
color: #A8BFDA;
}
.AnyTagClassName
{
color: #A8BFDA;
}
</style>
background-color css
<style>
a { background-color: #A8BFDA; }
a { background-color: rgb(168,191,218); }
div.DivClassName
{
background-color: #A8BFDA;
}
.BgClassName
{
background-color: #A8BFDA;
}
</style>
border-color css
<style>
span { border-color: #A8BFDA; }
span { border-color: rgb(168,191,218); }
td.TdClassName
{
border-color: #A8BFDA;
}
.TagClassName
{
border-color: #A8BFDA;
}
</style>