Shades of Light Steel Blue #A1BDDF
Tints of Light Steel Blue #A1BDDF
RGB
CMYK
RGB Variations
Color information
#A1BDDF (or 0xA1BDDF) is known color: Light Steel Blue. HEX triplet: A1, BD and DF. RGB value is (161,189,223). Sum of RGB (Red+Green+Blue) = 161+189+223=573 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.10% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #A1BDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BDDF is #5E4220. Grayscale: #B8B8B8. Windows color (decimal): -6177313 or 14663073. OLE color: 14663073.
HSL color Cylindrical-coordinate representation of color #A1BDDF: hue angle of 212.9º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1BDDF is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 189 | 223 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.13 |
| HSL | 212.9º | 0.49% | 0.75% | - |
| HSV(B) | 212.9º | 0.28% | 0.87% | - |
| XYZ | 46.21 | 49.3 | 76.89 | - |
| YUV | 184.5 | 149.72 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 189 | 223 | 0.28 | 0.15 | 0 | 0.13 | 212.9 | 0.49 | 0.75 |
| Hex | A1 | BD | DF | 1C | F | 0 | D | D5 | 31 | 4B |
| Octal | 241 | 275 | 337 | 34 | 17 | 0 | 15 | 325 | 61 | 113 |
| Binary | 10100001 | 10111101 | 11011111 | 11100 | 1111 | 0 | 1101 | 11010101 | 110001 | 1001011 |
Color Harmonies of #A1BDDF
Complementary color
Monochromatic Colors of #A1BDDF
Black with #A1BDDF
Text Example
Text Example
White with #A1BDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BDDF; }
p { color: rgb(161,189,223); }
H1.HeaderClassName
{
color: #A1BDDF;
}
.AnyTagClassName
{
color: #A1BDDF;
}
</style>
background-color css
<style>
a { background-color: #A1BDDF; }
a { background-color: rgb(161,189,223); }
div.DivClassName
{
background-color: #A1BDDF;
}
.BgClassName
{
background-color: #A1BDDF;
}
</style>
border-color css
<style>
span { border-color: #A1BDDF; }
span { border-color: rgb(161,189,223); }
td.TdClassName
{
border-color: #A1BDDF;
}
.TagClassName
{
border-color: #A1BDDF;
}
</style>