Shades of Light Steel Blue #ACC6DD
Tints of Light Steel Blue #ACC6DD
RGB
CMYK
RGB Variations
Color information
#ACC6DD (or 0xACC6DD) is known color: Light Steel Blue. HEX triplet: AC, C6 and DD. RGB value is (172,198,221). Sum of RGB (Red+Green+Blue) = 172+198+221=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACC6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC6DD is #533922. Grayscale: #C0C0C0. Windows color (decimal): -5454115 or 14534316. OLE color: 14534316.
HSL color Cylindrical-coordinate representation of color #ACC6DD: hue angle of 208.16º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACC6DD is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 198 | 221 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.13 |
| HSL | 208.16º | 0.42% | 0.77% | - |
| HSV(B) | 208.16º | 0.22% | 0.87% | - |
| XYZ | 50.26 | 54.38 | 76.25 | - |
| YUV | 192.85 | 143.89 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 221 | 0.22 | 0.10 | 0 | 0.13 | 208.16 | 0.42 | 0.77 |
| Hex | AC | C6 | DD | 16 | A | 0 | D | D0 | 2A | 4D |
| Octal | 254 | 306 | 335 | 26 | 12 | 0 | 15 | 320 | 52 | 115 |
| Binary | 10101100 | 11000110 | 11011101 | 10110 | 1010 | 0 | 1101 | 11010000 | 101010 | 1001101 |
Color Harmonies of #ACC6DD
Complementary color
Monochromatic Colors of #ACC6DD
Black with #ACC6DD
Text Example
Text Example
White with #ACC6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC6DD; }
p { color: rgb(172,198,221); }
H1.HeaderClassName
{
color: #ACC6DD;
}
.AnyTagClassName
{
color: #ACC6DD;
}
</style>
background-color css
<style>
a { background-color: #ACC6DD; }
a { background-color: rgb(172,198,221); }
div.DivClassName
{
background-color: #ACC6DD;
}
.BgClassName
{
background-color: #ACC6DD;
}
</style>
border-color css
<style>
span { border-color: #ACC6DD; }
span { border-color: rgb(172,198,221); }
td.TdClassName
{
border-color: #ACC6DD;
}
.TagClassName
{
border-color: #ACC6DD;
}
</style>