Shades of Light Steel Blue #A1BFD7
Tints of Light Steel Blue #A1BFD7
RGB
CMYK
RGB Variations
Color information
#A1BFD7 (or 0xA1BFD7) is known color: Light Steel Blue. HEX triplet: A1, BF and D7. RGB value is (161,191,215). Sum of RGB (Red+Green+Blue) = 161+191+215=567 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.40% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 215 (84.38% from 255 or 37.92% from 567); Max value from RGB is 215 - color contains mainly: blue. Hex color #A1BFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFD7 is #5E4028. Grayscale: #B8B8B8. Windows color (decimal): -6176809 or 14139297. OLE color: 14139297.
HSL color Cylindrical-coordinate representation of color #A1BFD7: hue angle of 206.67º degrees, saturation: 0.4, 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 #A1BFD7 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 191 | 215 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.16 |
| HSL | 206.67º | 0.4% | 0.74% | - |
| HSV(B) | 206.67º | 0.25% | 0.84% | - |
| XYZ | 45.59 | 49.74 | 71.49 | - |
| YUV | 184.77 | 145.06 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 215 | 0.25 | 0.11 | 0 | 0.16 | 206.67 | 0.4 | 0.74 |
| Hex | A1 | BF | D7 | 19 | B | 0 | 10 | CF | 28 | 4A |
| Octal | 241 | 277 | 327 | 31 | 13 | 0 | 20 | 317 | 50 | 112 |
| Binary | 10100001 | 10111111 | 11010111 | 11001 | 1011 | 0 | 10000 | 11001111 | 101000 | 1001010 |
Color Harmonies of #A1BFD7
Complementary color
Monochromatic Colors of #A1BFD7
Black with #A1BFD7
Text Example
Text Example
White with #A1BFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BFD7; }
p { color: rgb(161,191,215); }
H1.HeaderClassName
{
color: #A1BFD7;
}
.AnyTagClassName
{
color: #A1BFD7;
}
</style>
background-color css
<style>
a { background-color: #A1BFD7; }
a { background-color: rgb(161,191,215); }
div.DivClassName
{
background-color: #A1BFD7;
}
.BgClassName
{
background-color: #A1BFD7;
}
</style>
border-color css
<style>
span { border-color: #A1BFD7; }
span { border-color: rgb(161,191,215); }
td.TdClassName
{
border-color: #A1BFD7;
}
.TagClassName
{
border-color: #A1BFD7;
}
</style>