Shades of Light Steel Blue #A1BFD8
Tints of Light Steel Blue #A1BFD8
RGB
CMYK
RGB Variations
Color information
#A1BFD8 (or 0xA1BFD8) is known color: Light Steel Blue. HEX triplet: A1, BF and D8. RGB value is (161,191,216). Sum of RGB (Red+Green+Blue) = 161+191+216=568 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.35% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 216 (84.77% from 255 or 38.03% from 568); Max value from RGB is 216 - color contains mainly: blue. Hex color #A1BFD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFD8 is #5E4027. Grayscale: #B8B8B8. Windows color (decimal): -6176808 or 14204833. OLE color: 14204833.
HSL color Cylindrical-coordinate representation of color #A1BFD8: hue angle of 207.27º 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 #A1BFD8 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 191 | 216 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.15 |
| HSL | 207.27º | 0.41% | 0.74% | - |
| HSV(B) | 207.27º | 0.25% | 0.85% | - |
| XYZ | 45.72 | 49.8 | 72.17 | - |
| YUV | 184.88 | 145.56 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 216 | 0.25 | 0.12 | 0 | 0.15 | 207.27 | 0.41 | 0.74 |
| Hex | A1 | BF | D8 | 19 | C | 0 | F | CF | 29 | 4A |
| Octal | 241 | 277 | 330 | 31 | 14 | 0 | 17 | 317 | 51 | 112 |
| Binary | 10100001 | 10111111 | 11011000 | 11001 | 1100 | 0 | 1111 | 11001111 | 101001 | 1001010 |
Color Harmonies of #A1BFD8
Complementary color
Monochromatic Colors of #A1BFD8
Black with #A1BFD8
Text Example
Text Example
White with #A1BFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BFD8; }
p { color: rgb(161,191,216); }
H1.HeaderClassName
{
color: #A1BFD8;
}
.AnyTagClassName
{
color: #A1BFD8;
}
</style>
background-color css
<style>
a { background-color: #A1BFD8; }
a { background-color: rgb(161,191,216); }
div.DivClassName
{
background-color: #A1BFD8;
}
.BgClassName
{
background-color: #A1BFD8;
}
</style>
border-color css
<style>
span { border-color: #A1BFD8; }
span { border-color: rgb(161,191,216); }
td.TdClassName
{
border-color: #A1BFD8;
}
.TagClassName
{
border-color: #A1BFD8;
}
</style>