Shades of Light Steel Blue #A8C2DA
Tints of Light Steel Blue #A8C2DA
RGB
CMYK
RGB Variations
Color information
#A8C2DA (or 0xA8C2DA) is known color: Light Steel Blue. HEX triplet: A8, C2 and DA. RGB value is (168,194,218). Sum of RGB (Red+Green+Blue) = 168+194+218=580 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.97% from 580); Green value is 194 (76.17% from 255 or 33.45% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #A8C2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C2DA is #573D25. Grayscale: #BCBCBC. Windows color (decimal): -5717286 or 14336680. OLE color: 14336680.
HSL color Cylindrical-coordinate representation of color #A8C2DA: hue angle of 208.8º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8C2DA is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 194 | 218 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.15 |
| HSL | 208.8º | 0.4% | 0.76% | - |
| HSV(B) | 208.8º | 0.23% | 0.85% | - |
| XYZ | 48.1 | 51.97 | 73.83 | - |
| YUV | 188.96 | 144.39 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 194 | 218 | 0.23 | 0.11 | 0 | 0.15 | 208.8 | 0.4 | 0.76 |
| Hex | A8 | C2 | DA | 17 | B | 0 | F | D1 | 28 | 4C |
| Octal | 250 | 302 | 332 | 27 | 13 | 0 | 17 | 321 | 50 | 114 |
| Binary | 10101000 | 11000010 | 11011010 | 10111 | 1011 | 0 | 1111 | 11010001 | 101000 | 1001100 |
Color Harmonies of #A8C2DA
Complementary color
Monochromatic Colors of #A8C2DA
Black with #A8C2DA
Text Example
Text Example
White with #A8C2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C2DA; }
p { color: rgb(168,194,218); }
H1.HeaderClassName
{
color: #A8C2DA;
}
.AnyTagClassName
{
color: #A8C2DA;
}
</style>
background-color css
<style>
a { background-color: #A8C2DA; }
a { background-color: rgb(168,194,218); }
div.DivClassName
{
background-color: #A8C2DA;
}
.BgClassName
{
background-color: #A8C2DA;
}
</style>
border-color css
<style>
span { border-color: #A8C2DA; }
span { border-color: rgb(168,194,218); }
td.TdClassName
{
border-color: #A8C2DA;
}
.TagClassName
{
border-color: #A8C2DA;
}
</style>