Shades of Light Steel Blue #A1BFDE
Tints of Light Steel Blue #A1BFDE
RGB
CMYK
RGB Variations
Color information
#A1BFDE (or 0xA1BFDE) is known color: Light Steel Blue. HEX triplet: A1, BF and DE. RGB value is (161,191,222). Sum of RGB (Red+Green+Blue) = 161+191+222=574 (76% of max value = 765). Red value is 161 (63.28% from 255 or 28.05% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #A1BFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFDE is #5E4021. Grayscale: #B9B9B9. Windows color (decimal): -6176802 or 14598049. OLE color: 14598049.
HSL color Cylindrical-coordinate representation of color #A1BFDE: hue angle of 210.49º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1BFDE is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 191 | 222 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.13 |
| HSL | 210.49º | 0.48% | 0.75% | - |
| HSV(B) | 210.49º | 0.27% | 0.87% | - |
| XYZ | 46.51 | 50.11 | 76.33 | - |
| YUV | 185.56 | 148.56 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 222 | 0.27 | 0.14 | 0 | 0.13 | 210.49 | 0.48 | 0.75 |
| Hex | A1 | BF | DE | 1B | E | 0 | D | D2 | 30 | 4B |
| Octal | 241 | 277 | 336 | 33 | 16 | 0 | 15 | 322 | 60 | 113 |
| Binary | 10100001 | 10111111 | 11011110 | 11011 | 1110 | 0 | 1101 | 11010010 | 110000 | 1001011 |
Color Harmonies of #A1BFDE
Complementary color
Monochromatic Colors of #A1BFDE
Black with #A1BFDE
Text Example
Text Example
White with #A1BFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BFDE; }
p { color: rgb(161,191,222); }
H1.HeaderClassName
{
color: #A1BFDE;
}
.AnyTagClassName
{
color: #A1BFDE;
}
</style>
background-color css
<style>
a { background-color: #A1BFDE; }
a { background-color: rgb(161,191,222); }
div.DivClassName
{
background-color: #A1BFDE;
}
.BgClassName
{
background-color: #A1BFDE;
}
</style>
border-color css
<style>
span { border-color: #A1BFDE; }
span { border-color: rgb(161,191,222); }
td.TdClassName
{
border-color: #A1BFDE;
}
.TagClassName
{
border-color: #A1BFDE;
}
</style>