Shades of Light Steel Blue #ACC0DB
Tints of Light Steel Blue #ACC0DB
RGB
CMYK
RGB Variations
Color information
#ACC0DB (or 0xACC0DB) is known color: Light Steel Blue. HEX triplet: AC, C0 and DB. RGB value is (172,192,219). Sum of RGB (Red+Green+Blue) = 172+192+219=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACC0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0DB is #533F24. Grayscale: #BCBCBC. Windows color (decimal): -5455653 or 14401708. OLE color: 14401708.
HSL color Cylindrical-coordinate representation of color #ACC0DB: hue angle of 214.47º 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 #ACC0DB is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 172 | 192 | 219 | - |
CMYK | 0.21 | 0.12 | 0 | 0.14 |
HSL | 214.47º | 0.39% | 0.77% | - |
HSV(B) | 214.47º | 0.21% | 0.86% | - |
XYZ | 48.65 | 51.58 | 74.41 | - |
YUV | 189.1 | 144.87 | 115.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 192 | 219 | 0.21 | 0.12 | 0 | 0.14 | 214.47 | 0.39 | 0.77 |
Hex | AC | C0 | DB | 15 | C | 0 | E | D6 | 27 | 4D |
Octal | 254 | 300 | 333 | 25 | 14 | 0 | 16 | 326 | 47 | 115 |
Binary | 10101100 | 11000000 | 11011011 | 10101 | 1100 | 0 | 1110 | 11010110 | 100111 | 1001101 |
Color Harmonies of #ACC0DB
Complementary color
Monochromatic Colors of #ACC0DB
Black with #ACC0DB
Text Example
Text Example
White with #ACC0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC0DB; }
p { color: rgb(172,192,219); }
H1.HeaderClassName
{
color: #ACC0DB;
}
.AnyTagClassName
{
color: #ACC0DB;
}
</style>
background-color css
<style>
a { background-color: #ACC0DB; }
a { background-color: rgb(172,192,219); }
div.DivClassName
{
background-color: #ACC0DB;
}
.BgClassName
{
background-color: #ACC0DB;
}
</style>
border-color css
<style>
span { border-color: #ACC0DB; }
span { border-color: rgb(172,192,219); }
td.TdClassName
{
border-color: #ACC0DB;
}
.TagClassName
{
border-color: #ACC0DB;
}
</style>