Shades of Light Steel Blue #ACC7DD
Tints of Light Steel Blue #ACC7DD
RGB
CMYK
RGB Variations
Color information
#ACC7DD (or 0xACC7DD) is known color: Light Steel Blue. HEX triplet: AC, C7 and DD. RGB value is (172,199,221). Sum of RGB (Red+Green+Blue) = 172+199+221=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACC7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC7DD is #533822. Grayscale: #C1C1C1. Windows color (decimal): -5453859 or 14534572. OLE color: 14534572.
HSL color Cylindrical-coordinate representation of color #ACC7DD: hue angle of 206.94º 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 #ACC7DD is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 199 | 221 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.13 |
| HSL | 206.94º | 0.42% | 0.77% | - |
| HSV(B) | 206.94º | 0.22% | 0.87% | - |
| XYZ | 50.49 | 54.84 | 76.33 | - |
| YUV | 193.44 | 143.55 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 221 | 0.22 | 0.10 | 0 | 0.13 | 206.94 | 0.42 | 0.77 |
| Hex | AC | C7 | DD | 16 | A | 0 | D | CF | 2A | 4D |
| Octal | 254 | 307 | 335 | 26 | 12 | 0 | 15 | 317 | 52 | 115 |
| Binary | 10101100 | 11000111 | 11011101 | 10110 | 1010 | 0 | 1101 | 11001111 | 101010 | 1001101 |
Color Harmonies of #ACC7DD
Complementary color
Monochromatic Colors of #ACC7DD
Black with #ACC7DD
Text Example
Text Example
White with #ACC7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC7DD; }
p { color: rgb(172,199,221); }
H1.HeaderClassName
{
color: #ACC7DD;
}
.AnyTagClassName
{
color: #ACC7DD;
}
</style>
background-color css
<style>
a { background-color: #ACC7DD; }
a { background-color: rgb(172,199,221); }
div.DivClassName
{
background-color: #ACC7DD;
}
.BgClassName
{
background-color: #ACC7DD;
}
</style>
border-color css
<style>
span { border-color: #ACC7DD; }
span { border-color: rgb(172,199,221); }
td.TdClassName
{
border-color: #ACC7DD;
}
.TagClassName
{
border-color: #ACC7DD;
}
</style>