Shades of Light Steel Blue #ACC2DA
Tints of Light Steel Blue #ACC2DA
RGB
CMYK
RGB Variations
Color information
#ACC2DA (or 0xACC2DA) is known color: Light Steel Blue. HEX triplet: AC, C2 and DA. RGB value is (172,194,218). Sum of RGB (Red+Green+Blue) = 172+194+218=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACC2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC2DA is #533D25. Grayscale: #BEBEBE. Windows color (decimal): -5455142 or 14336684. OLE color: 14336684.
HSL color Cylindrical-coordinate representation of color #ACC2DA: hue angle of 211.3º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACC2DA is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 194 | 218 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.15 |
| HSL | 211.3º | 0.38% | 0.76% | - |
| HSV(B) | 211.3º | 0.21% | 0.85% | - |
| XYZ | 48.96 | 52.42 | 73.87 | - |
| YUV | 190.16 | 143.71 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 194 | 218 | 0.21 | 0.11 | 0 | 0.15 | 211.3 | 0.38 | 0.76 |
| Hex | AC | C2 | DA | 15 | B | 0 | F | D3 | 26 | 4C |
| Octal | 254 | 302 | 332 | 25 | 13 | 0 | 17 | 323 | 46 | 114 |
| Binary | 10101100 | 11000010 | 11011010 | 10101 | 1011 | 0 | 1111 | 11010011 | 100110 | 1001100 |
Color Harmonies of #ACC2DA
Complementary color
Monochromatic Colors of #ACC2DA
Black with #ACC2DA
Text Example
Text Example
White with #ACC2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC2DA; }
p { color: rgb(172,194,218); }
H1.HeaderClassName
{
color: #ACC2DA;
}
.AnyTagClassName
{
color: #ACC2DA;
}
</style>
background-color css
<style>
a { background-color: #ACC2DA; }
a { background-color: rgb(172,194,218); }
div.DivClassName
{
background-color: #ACC2DA;
}
.BgClassName
{
background-color: #ACC2DA;
}
</style>
border-color css
<style>
span { border-color: #ACC2DA; }
span { border-color: rgb(172,194,218); }
td.TdClassName
{
border-color: #ACC2DA;
}
.TagClassName
{
border-color: #ACC2DA;
}
</style>