Shades of Light Steel Blue #A1C0DA
Tints of Light Steel Blue #A1C0DA
RGB
CMYK
RGB Variations
Color information
#A1C0DA (or 0xA1C0DA) is known color: Light Steel Blue. HEX triplet: A1, C0 and DA. RGB value is (161,192,218). Sum of RGB (Red+Green+Blue) = 161+192+218=571 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.20% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #A1C0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C0DA is #5E3F25. Grayscale: #B9B9B9. Windows color (decimal): -6176550 or 14336161. OLE color: 14336161.
HSL color Cylindrical-coordinate representation of color #A1C0DA: hue angle of 207.37º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1C0DA is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 192 | 218 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.15 |
| HSL | 207.37º | 0.44% | 0.74% | - |
| HSV(B) | 207.37º | 0.26% | 0.85% | - |
| XYZ | 46.2 | 50.34 | 73.61 | - |
| YUV | 185.7 | 146.23 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 192 | 218 | 0.26 | 0.12 | 0 | 0.15 | 207.37 | 0.44 | 0.74 |
| Hex | A1 | C0 | DA | 1A | C | 0 | F | CF | 2C | 4A |
| Octal | 241 | 300 | 332 | 32 | 14 | 0 | 17 | 317 | 54 | 112 |
| Binary | 10100001 | 11000000 | 11011010 | 11010 | 1100 | 0 | 1111 | 11001111 | 101100 | 1001010 |
Color Harmonies of #A1C0DA
Complementary color
Monochromatic Colors of #A1C0DA
Black with #A1C0DA
Text Example
Text Example
White with #A1C0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C0DA; }
p { color: rgb(161,192,218); }
H1.HeaderClassName
{
color: #A1C0DA;
}
.AnyTagClassName
{
color: #A1C0DA;
}
</style>
background-color css
<style>
a { background-color: #A1C0DA; }
a { background-color: rgb(161,192,218); }
div.DivClassName
{
background-color: #A1C0DA;
}
.BgClassName
{
background-color: #A1C0DA;
}
</style>
border-color css
<style>
span { border-color: #A1C0DA; }
span { border-color: rgb(161,192,218); }
td.TdClassName
{
border-color: #A1C0DA;
}
.TagClassName
{
border-color: #A1C0DA;
}
</style>