Shades of Light Steel Blue #ACC9DF
Tints of Light Steel Blue #ACC9DF
RGB
CMYK
RGB Variations
Color information
#ACC9DF (or 0xACC9DF) is known color: Light Steel Blue. HEX triplet: AC, C9 and DF. RGB value is (172,201,223). Sum of RGB (Red+Green+Blue) = 172+201+223=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACC9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC9DF is #533620. Grayscale: #C2C2C2. Windows color (decimal): -5453345 or 14666156. OLE color: 14666156.
HSL color Cylindrical-coordinate representation of color #ACC9DF: hue angle of 205.88º degrees, saturation: 0.44, 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 #ACC9DF is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 201 | 223 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.13 |
| HSL | 205.88º | 0.44% | 0.77% | - |
| HSV(B) | 205.88º | 0.23% | 0.87% | - |
| XYZ | 51.22 | 55.87 | 77.9 | - |
| YUV | 194.84 | 143.89 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 223 | 0.23 | 0.10 | 0 | 0.13 | 205.88 | 0.44 | 0.77 |
| Hex | AC | C9 | DF | 17 | A | 0 | D | CE | 2C | 4D |
| Octal | 254 | 311 | 337 | 27 | 12 | 0 | 15 | 316 | 54 | 115 |
| Binary | 10101100 | 11001001 | 11011111 | 10111 | 1010 | 0 | 1101 | 11001110 | 101100 | 1001101 |
Color Harmonies of #ACC9DF
Complementary color
Monochromatic Colors of #ACC9DF
Black with #ACC9DF
Text Example
Text Example
White with #ACC9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC9DF; }
p { color: rgb(172,201,223); }
H1.HeaderClassName
{
color: #ACC9DF;
}
.AnyTagClassName
{
color: #ACC9DF;
}
</style>
background-color css
<style>
a { background-color: #ACC9DF; }
a { background-color: rgb(172,201,223); }
div.DivClassName
{
background-color: #ACC9DF;
}
.BgClassName
{
background-color: #ACC9DF;
}
</style>
border-color css
<style>
span { border-color: #ACC9DF; }
span { border-color: rgb(172,201,223); }
td.TdClassName
{
border-color: #ACC9DF;
}
.TagClassName
{
border-color: #ACC9DF;
}
</style>