Shades of Light Steel Blue #ACC0DE
Tints of Light Steel Blue #ACC0DE
RGB
CMYK
RGB Variations
Color information
#ACC0DE (or 0xACC0DE) is known color: Light Steel Blue. HEX triplet: AC, C0 and DE. RGB value is (172,192,222). Sum of RGB (Red+Green+Blue) = 172+192+222=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACC0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0DE is #533F21. Grayscale: #BDBDBD. Windows color (decimal): -5455650 or 14598316. OLE color: 14598316.
HSL color Cylindrical-coordinate representation of color #ACC0DE: hue angle of 216º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACC0DE is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 192 | 222 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.13 |
| HSL | 216º | 0.43% | 0.77% | - |
| HSV(B) | 216º | 0.23% | 0.87% | - |
| XYZ | 49.05 | 51.74 | 76.51 | - |
| YUV | 189.44 | 146.37 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 222 | 0.23 | 0.14 | 0 | 0.13 | 216 | 0.43 | 0.77 |
| Hex | AC | C0 | DE | 17 | E | 0 | D | D8 | 2B | 4D |
| Octal | 254 | 300 | 336 | 27 | 16 | 0 | 15 | 330 | 53 | 115 |
| Binary | 10101100 | 11000000 | 11011110 | 10111 | 1110 | 0 | 1101 | 11011000 | 101011 | 1001101 |
Color Harmonies of #ACC0DE
Complementary color
Monochromatic Colors of #ACC0DE
Black with #ACC0DE
Text Example
Text Example
White with #ACC0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC0DE; }
p { color: rgb(172,192,222); }
H1.HeaderClassName
{
color: #ACC0DE;
}
.AnyTagClassName
{
color: #ACC0DE;
}
</style>
background-color css
<style>
a { background-color: #ACC0DE; }
a { background-color: rgb(172,192,222); }
div.DivClassName
{
background-color: #ACC0DE;
}
.BgClassName
{
background-color: #ACC0DE;
}
</style>
border-color css
<style>
span { border-color: #ACC0DE; }
span { border-color: rgb(172,192,222); }
td.TdClassName
{
border-color: #ACC0DE;
}
.TagClassName
{
border-color: #ACC0DE;
}
</style>