Shades of Light Steel Blue #A2BDDA
Tints of Light Steel Blue #A2BDDA
RGB
CMYK
RGB Variations
Color information
#A2BDDA (or 0xA2BDDA) is known color: Light Steel Blue. HEX triplet: A2, BD and DA. RGB value is (162,189,218). Sum of RGB (Red+Green+Blue) = 162+189+218=569 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.47% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #A2BDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BDDA is #5D4225. Grayscale: #B8B8B8. Windows color (decimal): -6111782 or 14335394. OLE color: 14335394.
HSL color Cylindrical-coordinate representation of color #A2BDDA: hue angle of 211.07º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2BDDA is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 189 | 218 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.15 |
| HSL | 211.07º | 0.43% | 0.75% | - |
| HSV(B) | 211.07º | 0.26% | 0.85% | - |
| XYZ | 45.75 | 49.14 | 73.4 | - |
| YUV | 184.23 | 147.05 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 189 | 218 | 0.26 | 0.13 | 0 | 0.15 | 211.07 | 0.43 | 0.75 |
| Hex | A2 | BD | DA | 1A | D | 0 | F | D3 | 2B | 4B |
| Octal | 242 | 275 | 332 | 32 | 15 | 0 | 17 | 323 | 53 | 113 |
| Binary | 10100010 | 10111101 | 11011010 | 11010 | 1101 | 0 | 1111 | 11010011 | 101011 | 1001011 |
Color Harmonies of #A2BDDA
Complementary color
Monochromatic Colors of #A2BDDA
Black with #A2BDDA
Text Example
Text Example
White with #A2BDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BDDA; }
p { color: rgb(162,189,218); }
H1.HeaderClassName
{
color: #A2BDDA;
}
.AnyTagClassName
{
color: #A2BDDA;
}
</style>
background-color css
<style>
a { background-color: #A2BDDA; }
a { background-color: rgb(162,189,218); }
div.DivClassName
{
background-color: #A2BDDA;
}
.BgClassName
{
background-color: #A2BDDA;
}
</style>
border-color css
<style>
span { border-color: #A2BDDA; }
span { border-color: rgb(162,189,218); }
td.TdClassName
{
border-color: #A2BDDA;
}
.TagClassName
{
border-color: #A2BDDA;
}
</style>