Shades of Light Steel Blue #ACC3DE
Tints of Light Steel Blue #ACC3DE
RGB
CMYK
RGB Variations
Color information
#ACC3DE (or 0xACC3DE) is known color: Light Steel Blue. HEX triplet: AC, C3 and DE. RGB value is (172,195,222). Sum of RGB (Red+Green+Blue) = 172+195+222=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACC3DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC3DE is #533C21. Grayscale: #BFBFBF. Windows color (decimal): -5454882 or 14599084. OLE color: 14599084.
HSL color Cylindrical-coordinate representation of color #ACC3DE: hue angle of 212.4º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACC3DE is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 195 | 222 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.13 |
| HSL | 212.4º | 0.43% | 0.77% | - |
| HSV(B) | 212.4º | 0.23% | 0.87% | - |
| XYZ | 49.71 | 53.07 | 76.73 | - |
| YUV | 191.2 | 145.38 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 222 | 0.23 | 0.12 | 0 | 0.13 | 212.4 | 0.43 | 0.77 |
| Hex | AC | C3 | DE | 17 | C | 0 | D | D4 | 2B | 4D |
| Octal | 254 | 303 | 336 | 27 | 14 | 0 | 15 | 324 | 53 | 115 |
| Binary | 10101100 | 11000011 | 11011110 | 10111 | 1100 | 0 | 1101 | 11010100 | 101011 | 1001101 |
Color Harmonies of #ACC3DE
Complementary color
Monochromatic Colors of #ACC3DE
Black with #ACC3DE
Text Example
Text Example
White with #ACC3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC3DE; }
p { color: rgb(172,195,222); }
H1.HeaderClassName
{
color: #ACC3DE;
}
.AnyTagClassName
{
color: #ACC3DE;
}
</style>
background-color css
<style>
a { background-color: #ACC3DE; }
a { background-color: rgb(172,195,222); }
div.DivClassName
{
background-color: #ACC3DE;
}
.BgClassName
{
background-color: #ACC3DE;
}
</style>
border-color css
<style>
span { border-color: #ACC3DE; }
span { border-color: rgb(172,195,222); }
td.TdClassName
{
border-color: #ACC3DE;
}
.TagClassName
{
border-color: #ACC3DE;
}
</style>