Shades of Light Steel Blue #ACC2E3
Tints of Light Steel Blue #ACC2E3
RGB
CMYK
RGB Variations
Color information
#ACC2E3 (or 0xACC2E3) is known color: Light Steel Blue. HEX triplet: AC, C2 and E3. RGB value is (172,194,227). Sum of RGB (Red+Green+Blue) = 172+194+227=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 194 (76.17% from 255 or 32.72% from 593); Blue value is 227 (89.06% from 255 or 38.28% from 593); Max value from RGB is 227 - color contains mainly: blue. Hex color #ACC2E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC2E3 is #533D1C. Grayscale: #BFBFBF. Windows color (decimal): -5455133 or 14926508. OLE color: 14926508.
HSL color Cylindrical-coordinate representation of color #ACC2E3: hue angle of 216º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACC2E3 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 194 | 227 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.11 |
| HSL | 216º | 0.5% | 0.78% | - |
| HSV(B) | 216º | 0.24% | 0.89% | - |
| XYZ | 50.17 | 52.9 | 80.24 | - |
| YUV | 191.18 | 148.21 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 194 | 227 | 0.24 | 0.15 | 0 | 0.11 | 216 | 0.5 | 0.78 |
| Hex | AC | C2 | E3 | 18 | F | 0 | B | D8 | 32 | 4E |
| Octal | 254 | 302 | 343 | 30 | 17 | 0 | 13 | 330 | 62 | 116 |
| Binary | 10101100 | 11000010 | 11100011 | 11000 | 1111 | 0 | 1011 | 11011000 | 110010 | 1001110 |
Color Harmonies of #ACC2E3
Complementary color
Monochromatic Colors of #ACC2E3
Black with #ACC2E3
Text Example
Text Example
White with #ACC2E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC2E3; }
p { color: rgb(172,194,227); }
H1.HeaderClassName
{
color: #ACC2E3;
}
.AnyTagClassName
{
color: #ACC2E3;
}
</style>
background-color css
<style>
a { background-color: #ACC2E3; }
a { background-color: rgb(172,194,227); }
div.DivClassName
{
background-color: #ACC2E3;
}
.BgClassName
{
background-color: #ACC2E3;
}
</style>
border-color css
<style>
span { border-color: #ACC2E3; }
span { border-color: rgb(172,194,227); }
td.TdClassName
{
border-color: #ACC2E3;
}
.TagClassName
{
border-color: #ACC2E3;
}
</style>