Shades of Light Steel Blue #A8C1DD
Tints of Light Steel Blue #A8C1DD
RGB
CMYK
RGB Variations
Color information
#A8C1DD (or 0xA8C1DD) is known color: Light Steel Blue. HEX triplet: A8, C1 and DD. RGB value is (168,193,221). Sum of RGB (Red+Green+Blue) = 168+193+221=582 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.87% from 582); Green value is 193 (75.78% from 255 or 33.16% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #A8C1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C1DD is #573E22. Grayscale: #BCBCBC. Windows color (decimal): -5717539 or 14533032. OLE color: 14533032.
HSL color Cylindrical-coordinate representation of color #A8C1DD: hue angle of 211.7º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8C1DD is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 168 | 193 | 221 | - |
CMYK | 0.24 | 0.13 | 0 | 0.13 |
HSL | 211.7º | 0.44% | 0.76% | - |
HSV(B) | 211.7º | 0.24% | 0.87% | - |
XYZ | 48.27 | 51.69 | 75.84 | - |
YUV | 188.72 | 146.22 | 113.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 193 | 221 | 0.24 | 0.13 | 0 | 0.13 | 211.7 | 0.44 | 0.76 |
Hex | A8 | C1 | DD | 18 | D | 0 | D | D4 | 2C | 4C |
Octal | 250 | 301 | 335 | 30 | 15 | 0 | 15 | 324 | 54 | 114 |
Binary | 10101000 | 11000001 | 11011101 | 11000 | 1101 | 0 | 1101 | 11010100 | 101100 | 1001100 |
Color Harmonies of #A8C1DD
Complementary color
Monochromatic Colors of #A8C1DD
Black with #A8C1DD
Text Example
Text Example
White with #A8C1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C1DD; }
p { color: rgb(168,193,221); }
H1.HeaderClassName
{
color: #A8C1DD;
}
.AnyTagClassName
{
color: #A8C1DD;
}
</style>
background-color css
<style>
a { background-color: #A8C1DD; }
a { background-color: rgb(168,193,221); }
div.DivClassName
{
background-color: #A8C1DD;
}
.BgClassName
{
background-color: #A8C1DD;
}
</style>
border-color css
<style>
span { border-color: #A8C1DD; }
span { border-color: rgb(168,193,221); }
td.TdClassName
{
border-color: #A8C1DD;
}
.TagClassName
{
border-color: #A8C1DD;
}
</style>