Shades of Light Steel Blue #A1BBD8
Tints of Light Steel Blue #A1BBD8
RGB
CMYK
RGB Variations
Color information
#A1BBD8 (or 0xA1BBD8) is known color: Light Steel Blue. HEX triplet: A1, BB and D8. RGB value is (161,187,216). Sum of RGB (Red+Green+Blue) = 161+187+216=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 216 (84.77% from 255 or 38.30% from 564); Max value from RGB is 216 - color contains mainly: blue. Hex color #A1BBD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BBD8 is #5E4427. Grayscale: #B6B6B6. Windows color (decimal): -6177832 or 14203809. OLE color: 14203809.
HSL color Cylindrical-coordinate representation of color #A1BBD8: hue angle of 211.64º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1BBD8 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 187 | 216 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.15 |
| HSL | 211.64º | 0.41% | 0.74% | - |
| HSV(B) | 211.64º | 0.25% | 0.85% | - |
| XYZ | 44.86 | 48.08 | 71.88 | - |
| YUV | 182.53 | 146.89 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 187 | 216 | 0.25 | 0.13 | 0 | 0.15 | 211.64 | 0.41 | 0.74 |
| Hex | A1 | BB | D8 | 19 | D | 0 | F | D4 | 29 | 4A |
| Octal | 241 | 273 | 330 | 31 | 15 | 0 | 17 | 324 | 51 | 112 |
| Binary | 10100001 | 10111011 | 11011000 | 11001 | 1101 | 0 | 1111 | 11010100 | 101001 | 1001010 |
Color Harmonies of #A1BBD8
Complementary color
Monochromatic Colors of #A1BBD8
Black with #A1BBD8
Text Example
Text Example
White with #A1BBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BBD8; }
p { color: rgb(161,187,216); }
H1.HeaderClassName
{
color: #A1BBD8;
}
.AnyTagClassName
{
color: #A1BBD8;
}
</style>
background-color css
<style>
a { background-color: #A1BBD8; }
a { background-color: rgb(161,187,216); }
div.DivClassName
{
background-color: #A1BBD8;
}
.BgClassName
{
background-color: #A1BBD8;
}
</style>
border-color css
<style>
span { border-color: #A1BBD8; }
span { border-color: rgb(161,187,216); }
td.TdClassName
{
border-color: #A1BBD8;
}
.TagClassName
{
border-color: #A1BBD8;
}
</style>