Shades of Light Steel Blue #ACC8DE
Tints of Light Steel Blue #ACC8DE
RGB
CMYK
RGB Variations
Color information
#ACC8DE (or 0xACC8DE) is known color: Light Steel Blue. HEX triplet: AC, C8 and DE. RGB value is (172,200,222). Sum of RGB (Red+Green+Blue) = 172+200+222=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACC8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC8DE is #533721. Grayscale: #C2C2C2. Windows color (decimal): -5453602 or 14600364. OLE color: 14600364.
HSL color Cylindrical-coordinate representation of color #ACC8DE: hue angle of 206.4º 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 #ACC8DE is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 200 | 222 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.13 |
| HSL | 206.4º | 0.43% | 0.77% | - |
| HSV(B) | 206.4º | 0.23% | 0.87% | - |
| XYZ | 50.85 | 55.35 | 77.11 | - |
| YUV | 194.14 | 143.72 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 222 | 0.23 | 0.10 | 0 | 0.13 | 206.4 | 0.43 | 0.77 |
| Hex | AC | C8 | DE | 17 | A | 0 | D | CE | 2B | 4D |
| Octal | 254 | 310 | 336 | 27 | 12 | 0 | 15 | 316 | 53 | 115 |
| Binary | 10101100 | 11001000 | 11011110 | 10111 | 1010 | 0 | 1101 | 11001110 | 101011 | 1001101 |
Color Harmonies of #ACC8DE
Complementary color
Monochromatic Colors of #ACC8DE
Black with #ACC8DE
Text Example
Text Example
White with #ACC8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC8DE; }
p { color: rgb(172,200,222); }
H1.HeaderClassName
{
color: #ACC8DE;
}
.AnyTagClassName
{
color: #ACC8DE;
}
</style>
background-color css
<style>
a { background-color: #ACC8DE; }
a { background-color: rgb(172,200,222); }
div.DivClassName
{
background-color: #ACC8DE;
}
.BgClassName
{
background-color: #ACC8DE;
}
</style>
border-color css
<style>
span { border-color: #ACC8DE; }
span { border-color: rgb(172,200,222); }
td.TdClassName
{
border-color: #ACC8DE;
}
.TagClassName
{
border-color: #ACC8DE;
}
</style>