Shades of Light Steel Blue #A1BFDF
Tints of Light Steel Blue #A1BFDF
RGB
CMYK
RGB Variations
Color information
#A1BFDF (or 0xA1BFDF) is known color: Light Steel Blue. HEX triplet: A1, BF and DF. RGB value is (161,191,223). Sum of RGB (Red+Green+Blue) = 161+191+223=575 (76% of max value = 765). Red value is 161 (63.28% from 255 or 28% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #A1BFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFDF is #5E4020. Grayscale: #B9B9B9. Windows color (decimal): -6176801 or 14663585. OLE color: 14663585.
HSL color Cylindrical-coordinate representation of color #A1BFDF: hue angle of 210.97º 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 #A1BFDF is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 191 | 223 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.13 |
| HSL | 210.97º | 0.49% | 0.75% | - |
| HSV(B) | 210.97º | 0.28% | 0.87% | - |
| XYZ | 46.65 | 50.17 | 77.04 | - |
| YUV | 185.68 | 149.06 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 223 | 0.28 | 0.14 | 0 | 0.13 | 210.97 | 0.49 | 0.75 |
| Hex | A1 | BF | DF | 1C | E | 0 | D | D3 | 31 | 4B |
| Octal | 241 | 277 | 337 | 34 | 16 | 0 | 15 | 323 | 61 | 113 |
| Binary | 10100001 | 10111111 | 11011111 | 11100 | 1110 | 0 | 1101 | 11010011 | 110001 | 1001011 |
Color Harmonies of #A1BFDF
Complementary color
Monochromatic Colors of #A1BFDF
Black with #A1BFDF
Text Example
Text Example
White with #A1BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BFDF; }
p { color: rgb(161,191,223); }
H1.HeaderClassName
{
color: #A1BFDF;
}
.AnyTagClassName
{
color: #A1BFDF;
}
</style>
background-color css
<style>
a { background-color: #A1BFDF; }
a { background-color: rgb(161,191,223); }
div.DivClassName
{
background-color: #A1BFDF;
}
.BgClassName
{
background-color: #A1BFDF;
}
</style>
border-color css
<style>
span { border-color: #A1BFDF; }
span { border-color: rgb(161,191,223); }
td.TdClassName
{
border-color: #A1BFDF;
}
.TagClassName
{
border-color: #A1BFDF;
}
</style>