Shades of Light Steel Blue #ACC5DD
Tints of Light Steel Blue #ACC5DD
RGB
CMYK
RGB Variations
Color information
#ACC5DD (or 0xACC5DD) is known color: Light Steel Blue. HEX triplet: AC, C5 and DD. RGB value is (172,197,221). Sum of RGB (Red+Green+Blue) = 172+197+221=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACC5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5DD is #533A22. Grayscale: #C0C0C0. Windows color (decimal): -5454371 or 14534060. OLE color: 14534060.
HSL color Cylindrical-coordinate representation of color #ACC5DD: hue angle of 209.39º 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 #ACC5DD is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 197 | 221 | - |
CMYK | 0.22 | 0.11 | 0 | 0.13 |
HSL | 209.39º | 0.42% | 0.77% | - |
HSV(B) | 209.39º | 0.22% | 0.87% | - |
XYZ | 50.03 | 53.92 | 76.18 | - |
YUV | 192.26 | 144.22 | 113.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 197 | 221 | 0.22 | 0.11 | 0 | 0.13 | 209.39 | 0.42 | 0.77 |
Hex | AC | C5 | DD | 16 | B | 0 | D | D1 | 2A | 4D |
Octal | 254 | 305 | 335 | 26 | 13 | 0 | 15 | 321 | 52 | 115 |
Binary | 10101100 | 11000101 | 11011101 | 10110 | 1011 | 0 | 1101 | 11010001 | 101010 | 1001101 |
Color Harmonies of #ACC5DD
Complementary color
Monochromatic Colors of #ACC5DD
Black with #ACC5DD
Text Example
Text Example
White with #ACC5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC5DD; }
p { color: rgb(172,197,221); }
H1.HeaderClassName
{
color: #ACC5DD;
}
.AnyTagClassName
{
color: #ACC5DD;
}
</style>
background-color css
<style>
a { background-color: #ACC5DD; }
a { background-color: rgb(172,197,221); }
div.DivClassName
{
background-color: #ACC5DD;
}
.BgClassName
{
background-color: #ACC5DD;
}
</style>
border-color css
<style>
span { border-color: #ACC5DD; }
span { border-color: rgb(172,197,221); }
td.TdClassName
{
border-color: #ACC5DD;
}
.TagClassName
{
border-color: #ACC5DD;
}
</style>