Shades of Light Steel Blue #A8BDDF
Tints of Light Steel Blue #A8BDDF
RGB
CMYK
RGB Variations
Color information
#A8BDDF (or 0xA8BDDF) is known color: Light Steel Blue. HEX triplet: A8, BD and DF. RGB value is (168,189,223). Sum of RGB (Red+Green+Blue) = 168+189+223=580 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.97% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #A8BDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BDDF is #574220. Grayscale: #BABABA. Windows color (decimal): -5718561 or 14663080. OLE color: 14663080.
HSL color Cylindrical-coordinate representation of color #A8BDDF: hue angle of 217.09º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8BDDF is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 189 | 223 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.13 |
| HSL | 217.09º | 0.46% | 0.77% | - |
| HSV(B) | 217.09º | 0.25% | 0.87% | - |
| XYZ | 47.67 | 50.05 | 76.96 | - |
| YUV | 186.6 | 148.54 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 189 | 223 | 0.25 | 0.15 | 0 | 0.13 | 217.09 | 0.46 | 0.77 |
| Hex | A8 | BD | DF | 19 | F | 0 | D | D9 | 2E | 4D |
| Octal | 250 | 275 | 337 | 31 | 17 | 0 | 15 | 331 | 56 | 115 |
| Binary | 10101000 | 10111101 | 11011111 | 11001 | 1111 | 0 | 1101 | 11011001 | 101110 | 1001101 |
Color Harmonies of #A8BDDF
Complementary color
Monochromatic Colors of #A8BDDF
Black with #A8BDDF
Text Example
Text Example
White with #A8BDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BDDF; }
p { color: rgb(168,189,223); }
H1.HeaderClassName
{
color: #A8BDDF;
}
.AnyTagClassName
{
color: #A8BDDF;
}
</style>
background-color css
<style>
a { background-color: #A8BDDF; }
a { background-color: rgb(168,189,223); }
div.DivClassName
{
background-color: #A8BDDF;
}
.BgClassName
{
background-color: #A8BDDF;
}
</style>
border-color css
<style>
span { border-color: #A8BDDF; }
span { border-color: rgb(168,189,223); }
td.TdClassName
{
border-color: #A8BDDF;
}
.TagClassName
{
border-color: #A8BDDF;
}
</style>