Shades of Light Steel Blue #ACC2DD
Tints of Light Steel Blue #ACC2DD
RGB
CMYK
RGB Variations
Color information
#ACC2DD (or 0xACC2DD) is known color: Light Steel Blue. HEX triplet: AC, C2 and DD. RGB value is (172,194,221). Sum of RGB (Red+Green+Blue) = 172+194+221=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACC2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC2DD is #533D22. Grayscale: #BEBEBE. Windows color (decimal): -5455139 or 14533292. OLE color: 14533292.
HSL color Cylindrical-coordinate representation of color #ACC2DD: hue angle of 213.06º 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 #ACC2DD is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 194 | 221 | - |
CMYK | 0.22 | 0.12 | 0 | 0.13 |
HSL | 213.06º | 0.42% | 0.77% | - |
HSV(B) | 213.06º | 0.22% | 0.87% | - |
XYZ | 49.36 | 52.57 | 75.95 | - |
YUV | 190.5 | 145.21 | 114.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 194 | 221 | 0.22 | 0.12 | 0 | 0.13 | 213.06 | 0.42 | 0.77 |
Hex | AC | C2 | DD | 16 | C | 0 | D | D5 | 2A | 4D |
Octal | 254 | 302 | 335 | 26 | 14 | 0 | 15 | 325 | 52 | 115 |
Binary | 10101100 | 11000010 | 11011101 | 10110 | 1100 | 0 | 1101 | 11010101 | 101010 | 1001101 |
Color Harmonies of #ACC2DD
Complementary color
Monochromatic Colors of #ACC2DD
Black with #ACC2DD
Text Example
Text Example
White with #ACC2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC2DD; }
p { color: rgb(172,194,221); }
H1.HeaderClassName
{
color: #ACC2DD;
}
.AnyTagClassName
{
color: #ACC2DD;
}
</style>
background-color css
<style>
a { background-color: #ACC2DD; }
a { background-color: rgb(172,194,221); }
div.DivClassName
{
background-color: #ACC2DD;
}
.BgClassName
{
background-color: #ACC2DD;
}
</style>
border-color css
<style>
span { border-color: #ACC2DD; }
span { border-color: rgb(172,194,221); }
td.TdClassName
{
border-color: #ACC2DD;
}
.TagClassName
{
border-color: #ACC2DD;
}
</style>