Shades of Light Steel Blue #A1BBD6
Tints of Light Steel Blue #A1BBD6
RGB
CMYK
RGB Variations
Color information
#A1BBD6 (or 0xA1BBD6) is known color: Light Steel Blue. HEX triplet: A1, BB and D6. RGB value is (161,187,214). Sum of RGB (Red+Green+Blue) = 161+187+214=562 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.65% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 214 (83.98% from 255 or 38.08% from 562); Max value from RGB is 214 - color contains mainly: blue. Hex color #A1BBD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BBD6 is #5E4429. Grayscale: #B6B6B6. Windows color (decimal): -6177834 or 14072737. OLE color: 14072737.
HSL color Cylindrical-coordinate representation of color #A1BBD6: hue angle of 210.57º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1BBD6 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 187 | 214 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.16 |
| HSL | 210.57º | 0.39% | 0.74% | - |
| HSV(B) | 210.57º | 0.25% | 0.84% | - |
| XYZ | 44.61 | 47.97 | 70.53 | - |
| YUV | 182.3 | 145.89 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 187 | 214 | 0.25 | 0.13 | 0 | 0.16 | 210.57 | 0.39 | 0.74 |
| Hex | A1 | BB | D6 | 19 | D | 0 | 10 | D3 | 27 | 4A |
| Octal | 241 | 273 | 326 | 31 | 15 | 0 | 20 | 323 | 47 | 112 |
| Binary | 10100001 | 10111011 | 11010110 | 11001 | 1101 | 0 | 10000 | 11010011 | 100111 | 1001010 |
Color Harmonies of #A1BBD6
Complementary color
Monochromatic Colors of #A1BBD6
Black with #A1BBD6
Text Example
Text Example
White with #A1BBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BBD6; }
p { color: rgb(161,187,214); }
H1.HeaderClassName
{
color: #A1BBD6;
}
.AnyTagClassName
{
color: #A1BBD6;
}
</style>
background-color css
<style>
a { background-color: #A1BBD6; }
a { background-color: rgb(161,187,214); }
div.DivClassName
{
background-color: #A1BBD6;
}
.BgClassName
{
background-color: #A1BBD6;
}
</style>
border-color css
<style>
span { border-color: #A1BBD6; }
span { border-color: rgb(161,187,214); }
td.TdClassName
{
border-color: #A1BBD6;
}
.TagClassName
{
border-color: #A1BBD6;
}
</style>