Shades of Light Steel Blue #A1BED6
Tints of Light Steel Blue #A1BED6
RGB
CMYK
RGB Variations
Color information
#A1BED6 (or 0xA1BED6) is known color: Light Steel Blue. HEX triplet: A1, BE and D6. RGB value is (161,190,214). Sum of RGB (Red+Green+Blue) = 161+190+214=565 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.50% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 214 (83.98% from 255 or 37.88% from 565); Max value from RGB is 214 - color contains mainly: blue. Hex color #A1BED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BED6 is #5E4129. Grayscale: #B7B7B7. Windows color (decimal): -6177066 or 14073505. OLE color: 14073505.
HSL color Cylindrical-coordinate representation of color #A1BED6: hue angle of 207.17º 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 #A1BED6 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 190 | 214 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.16 |
| HSL | 207.17º | 0.39% | 0.74% | - |
| HSV(B) | 207.17º | 0.25% | 0.84% | - |
| XYZ | 45.25 | 49.26 | 70.74 | - |
| YUV | 184.07 | 144.89 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 190 | 214 | 0.25 | 0.11 | 0 | 0.16 | 207.17 | 0.39 | 0.74 |
| Hex | A1 | BE | D6 | 19 | B | 0 | 10 | CF | 27 | 4A |
| Octal | 241 | 276 | 326 | 31 | 13 | 0 | 20 | 317 | 47 | 112 |
| Binary | 10100001 | 10111110 | 11010110 | 11001 | 1011 | 0 | 10000 | 11001111 | 100111 | 1001010 |
Color Harmonies of #A1BED6
Complementary color
Monochromatic Colors of #A1BED6
Black with #A1BED6
Text Example
Text Example
White with #A1BED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BED6; }
p { color: rgb(161,190,214); }
H1.HeaderClassName
{
color: #A1BED6;
}
.AnyTagClassName
{
color: #A1BED6;
}
</style>
background-color css
<style>
a { background-color: #A1BED6; }
a { background-color: rgb(161,190,214); }
div.DivClassName
{
background-color: #A1BED6;
}
.BgClassName
{
background-color: #A1BED6;
}
</style>
border-color css
<style>
span { border-color: #A1BED6; }
span { border-color: rgb(161,190,214); }
td.TdClassName
{
border-color: #A1BED6;
}
.TagClassName
{
border-color: #A1BED6;
}
</style>