Shades of Light Steel Blue #ACC4DD
Tints of Light Steel Blue #ACC4DD
RGB
CMYK
RGB Variations
Color information
#ACC4DD (or 0xACC4DD) is known color: Light Steel Blue. HEX triplet: AC, C4 and DD. RGB value is (172,196,221). Sum of RGB (Red+Green+Blue) = 172+196+221=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACC4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC4DD is #533B22. Grayscale: #BFBFBF. Windows color (decimal): -5454627 or 14533804. OLE color: 14533804.
HSL color Cylindrical-coordinate representation of color #ACC4DD: hue angle of 210.61º 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 #ACC4DD is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 196 | 221 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.13 |
| HSL | 210.61º | 0.42% | 0.77% | - |
| HSV(B) | 210.61º | 0.22% | 0.87% | - |
| XYZ | 49.8 | 53.47 | 76.1 | - |
| YUV | 191.67 | 144.55 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 221 | 0.22 | 0.11 | 0 | 0.13 | 210.61 | 0.42 | 0.77 |
| Hex | AC | C4 | DD | 16 | B | 0 | D | D3 | 2A | 4D |
| Octal | 254 | 304 | 335 | 26 | 13 | 0 | 15 | 323 | 52 | 115 |
| Binary | 10101100 | 11000100 | 11011101 | 10110 | 1011 | 0 | 1101 | 11010011 | 101010 | 1001101 |
Color Harmonies of #ACC4DD
Complementary color
Monochromatic Colors of #ACC4DD
Black with #ACC4DD
Text Example
Text Example
White with #ACC4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC4DD; }
p { color: rgb(172,196,221); }
H1.HeaderClassName
{
color: #ACC4DD;
}
.AnyTagClassName
{
color: #ACC4DD;
}
</style>
background-color css
<style>
a { background-color: #ACC4DD; }
a { background-color: rgb(172,196,221); }
div.DivClassName
{
background-color: #ACC4DD;
}
.BgClassName
{
background-color: #ACC4DD;
}
</style>
border-color css
<style>
span { border-color: #ACC4DD; }
span { border-color: rgb(172,196,221); }
td.TdClassName
{
border-color: #ACC4DD;
}
.TagClassName
{
border-color: #ACC4DD;
}
</style>