Shades of Light Steel Blue #ACC3DB
Tints of Light Steel Blue #ACC3DB
RGB
CMYK
RGB Variations
Color information
#ACC3DB (or 0xACC3DB) is known color: Light Steel Blue. HEX triplet: AC, C3 and DB. RGB value is (172,195,219). Sum of RGB (Red+Green+Blue) = 172+195+219=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 195 (76.56% from 255 or 33.28% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACC3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC3DB is #533C24. Grayscale: #BEBEBE. Windows color (decimal): -5454885 or 14402476. OLE color: 14402476.
HSL color Cylindrical-coordinate representation of color #ACC3DB: hue angle of 210.64º 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 #ACC3DB is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 172 | 195 | 219 | - |
CMYK | 0.21 | 0.11 | 0 | 0.14 |
HSL | 210.64º | 0.39% | 0.77% | - |
HSV(B) | 210.64º | 0.21% | 0.86% | - |
XYZ | 49.31 | 52.92 | 74.63 | - |
YUV | 190.86 | 143.88 | 114.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 195 | 219 | 0.21 | 0.11 | 0 | 0.14 | 210.64 | 0.39 | 0.77 |
Hex | AC | C3 | DB | 15 | B | 0 | E | D3 | 27 | 4D |
Octal | 254 | 303 | 333 | 25 | 13 | 0 | 16 | 323 | 47 | 115 |
Binary | 10101100 | 11000011 | 11011011 | 10101 | 1011 | 0 | 1110 | 11010011 | 100111 | 1001101 |
Color Harmonies of #ACC3DB
Complementary color
Monochromatic Colors of #ACC3DB
Black with #ACC3DB
Text Example
Text Example
White with #ACC3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC3DB; }
p { color: rgb(172,195,219); }
H1.HeaderClassName
{
color: #ACC3DB;
}
.AnyTagClassName
{
color: #ACC3DB;
}
</style>
background-color css
<style>
a { background-color: #ACC3DB; }
a { background-color: rgb(172,195,219); }
div.DivClassName
{
background-color: #ACC3DB;
}
.BgClassName
{
background-color: #ACC3DB;
}
</style>
border-color css
<style>
span { border-color: #ACC3DB; }
span { border-color: rgb(172,195,219); }
td.TdClassName
{
border-color: #ACC3DB;
}
.TagClassName
{
border-color: #ACC3DB;
}
</style>