Shades of Light Steel Blue #ACC0E6
Tints of Light Steel Blue #ACC0E6
RGB
CMYK
RGB Variations
Color information
#ACC0E6 (or 0xACC0E6) is known color: Light Steel Blue. HEX triplet: AC, C0 and E6. RGB value is (172,192,230). Sum of RGB (Red+Green+Blue) = 172+192+230=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 192 (75.39% from 255 or 32.32% from 594); Blue value is 230 (90.23% from 255 or 38.72% from 594); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACC0E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC0E6 is #533F19. Grayscale: #BEBEBE. Windows color (decimal): -5455642 or 15122604. OLE color: 15122604.
HSL color Cylindrical-coordinate representation of color #ACC0E6: hue angle of 219.31º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACC0E6 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 192 | 230 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.10 |
| HSL | 219.31º | 0.54% | 0.79% | - |
| HSV(B) | 219.31º | 0.25% | 0.9% | - |
| XYZ | 50.15 | 52.18 | 82.29 | - |
| YUV | 190.35 | 150.37 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 230 | 0.25 | 0.17 | 0 | 0.10 | 219.31 | 0.54 | 0.79 |
| Hex | AC | C0 | E6 | 19 | 11 | 0 | A | DB | 36 | 4F |
| Octal | 254 | 300 | 346 | 31 | 21 | 0 | 12 | 333 | 66 | 117 |
| Binary | 10101100 | 11000000 | 11100110 | 11001 | 10001 | 0 | 1010 | 11011011 | 110110 | 1001111 |
Color Harmonies of #ACC0E6
Complementary color
Monochromatic Colors of #ACC0E6
Black with #ACC0E6
Text Example
Text Example
White with #ACC0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC0E6; }
p { color: rgb(172,192,230); }
H1.HeaderClassName
{
color: #ACC0E6;
}
.AnyTagClassName
{
color: #ACC0E6;
}
</style>
background-color css
<style>
a { background-color: #ACC0E6; }
a { background-color: rgb(172,192,230); }
div.DivClassName
{
background-color: #ACC0E6;
}
.BgClassName
{
background-color: #ACC0E6;
}
</style>
border-color css
<style>
span { border-color: #ACC0E6; }
span { border-color: rgb(172,192,230); }
td.TdClassName
{
border-color: #ACC0E6;
}
.TagClassName
{
border-color: #ACC0E6;
}
</style>