Shades of Light Steel Blue #ACC9DD
Tints of Light Steel Blue #ACC9DD
RGB
CMYK
RGB Variations
Color information
#ACC9DD (or 0xACC9DD) is known color: Light Steel Blue. HEX triplet: AC, C9 and DD. RGB value is (172,201,221). Sum of RGB (Red+Green+Blue) = 172+201+221=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACC9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC9DD is #533622. Grayscale: #C2C2C2. Windows color (decimal): -5453347 or 14535084. OLE color: 14535084.
HSL color Cylindrical-coordinate representation of color #ACC9DD: hue angle of 204.49º 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 #ACC9DD is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 201 | 221 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.13 |
| HSL | 204.49º | 0.42% | 0.77% | - |
| HSV(B) | 204.49º | 0.22% | 0.87% | - |
| XYZ | 50.95 | 55.76 | 76.48 | - |
| YUV | 194.61 | 142.89 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 221 | 0.22 | 0.09 | 0 | 0.13 | 204.49 | 0.42 | 0.77 |
| Hex | AC | C9 | DD | 16 | 9 | 0 | D | CC | 2A | 4D |
| Octal | 254 | 311 | 335 | 26 | 11 | 0 | 15 | 314 | 52 | 115 |
| Binary | 10101100 | 11001001 | 11011101 | 10110 | 1001 | 0 | 1101 | 11001100 | 101010 | 1001101 |
Color Harmonies of #ACC9DD
Complementary color
Monochromatic Colors of #ACC9DD
Black with #ACC9DD
Text Example
Text Example
White with #ACC9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC9DD; }
p { color: rgb(172,201,221); }
H1.HeaderClassName
{
color: #ACC9DD;
}
.AnyTagClassName
{
color: #ACC9DD;
}
</style>
background-color css
<style>
a { background-color: #ACC9DD; }
a { background-color: rgb(172,201,221); }
div.DivClassName
{
background-color: #ACC9DD;
}
.BgClassName
{
background-color: #ACC9DD;
}
</style>
border-color css
<style>
span { border-color: #ACC9DD; }
span { border-color: rgb(172,201,221); }
td.TdClassName
{
border-color: #ACC9DD;
}
.TagClassName
{
border-color: #ACC9DD;
}
</style>