Shades of Light Steel Blue #ACC0E5
Tints of Light Steel Blue #ACC0E5
RGB
CMYK
RGB Variations
Color information
#ACC0E5 (or 0xACC0E5) is known color: Light Steel Blue. HEX triplet: AC, C0 and E5. RGB value is (172,192,229). Sum of RGB (Red+Green+Blue) = 172+192+229=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACC0E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0E5 is #533F1A. Grayscale: #BEBEBE. Windows color (decimal): -5455643 or 15057068. OLE color: 15057068.
HSL color Cylindrical-coordinate representation of color #ACC0E5: hue angle of 218.95º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACC0E5 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 192 | 229 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.10 |
| HSL | 218.95º | 0.52% | 0.79% | - |
| HSV(B) | 218.95º | 0.25% | 0.9% | - |
| XYZ | 50.01 | 52.13 | 81.55 | - |
| YUV | 190.24 | 149.87 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 229 | 0.25 | 0.16 | 0 | 0.10 | 218.95 | 0.52 | 0.79 |
| Hex | AC | C0 | E5 | 19 | 10 | 0 | A | DB | 34 | 4F |
| Octal | 254 | 300 | 345 | 31 | 20 | 0 | 12 | 333 | 64 | 117 |
| Binary | 10101100 | 11000000 | 11100101 | 11001 | 10000 | 0 | 1010 | 11011011 | 110100 | 1001111 |
Color Harmonies of #ACC0E5
Complementary color
Monochromatic Colors of #ACC0E5
Black with #ACC0E5
Text Example
Text Example
White with #ACC0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC0E5; }
p { color: rgb(172,192,229); }
H1.HeaderClassName
{
color: #ACC0E5;
}
.AnyTagClassName
{
color: #ACC0E5;
}
</style>
background-color css
<style>
a { background-color: #ACC0E5; }
a { background-color: rgb(172,192,229); }
div.DivClassName
{
background-color: #ACC0E5;
}
.BgClassName
{
background-color: #ACC0E5;
}
</style>
border-color css
<style>
span { border-color: #ACC0E5; }
span { border-color: rgb(172,192,229); }
td.TdClassName
{
border-color: #ACC0E5;
}
.TagClassName
{
border-color: #ACC0E5;
}
</style>