Shades of Light Steel Blue #ACC5DB
Tints of Light Steel Blue #ACC5DB
RGB
CMYK
RGB Variations
Color information
#ACC5DB (or 0xACC5DB) is known color: Light Steel Blue. HEX triplet: AC, C5 and DB. RGB value is (172,197,219). Sum of RGB (Red+Green+Blue) = 172+197+219=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACC5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5DB is #533A24. Grayscale: #BFBFBF. Windows color (decimal): -5454373 or 14402988. OLE color: 14402988.
HSL color Cylindrical-coordinate representation of color #ACC5DB: hue angle of 208.09º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACC5DB is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 197 | 219 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.14 |
| HSL | 208.09º | 0.39% | 0.77% | - |
| HSV(B) | 208.09º | 0.21% | 0.86% | - |
| XYZ | 49.77 | 53.82 | 74.78 | - |
| YUV | 192.03 | 143.22 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 219 | 0.21 | 0.10 | 0 | 0.14 | 208.09 | 0.39 | 0.77 |
| Hex | AC | C5 | DB | 15 | A | 0 | E | D0 | 27 | 4D |
| Octal | 254 | 305 | 333 | 25 | 12 | 0 | 16 | 320 | 47 | 115 |
| Binary | 10101100 | 11000101 | 11011011 | 10101 | 1010 | 0 | 1110 | 11010000 | 100111 | 1001101 |
Color Harmonies of #ACC5DB
Complementary color
Monochromatic Colors of #ACC5DB
Black with #ACC5DB
Text Example
Text Example
White with #ACC5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC5DB; }
p { color: rgb(172,197,219); }
H1.HeaderClassName
{
color: #ACC5DB;
}
.AnyTagClassName
{
color: #ACC5DB;
}
</style>
background-color css
<style>
a { background-color: #ACC5DB; }
a { background-color: rgb(172,197,219); }
div.DivClassName
{
background-color: #ACC5DB;
}
.BgClassName
{
background-color: #ACC5DB;
}
</style>
border-color css
<style>
span { border-color: #ACC5DB; }
span { border-color: rgb(172,197,219); }
td.TdClassName
{
border-color: #ACC5DB;
}
.TagClassName
{
border-color: #ACC5DB;
}
</style>