Shades of Light Steel Blue #ACC3E5
Tints of Light Steel Blue #ACC3E5
RGB
CMYK
RGB Variations
Color information
#ACC3E5 (or 0xACC3E5) is known color: Light Steel Blue. HEX triplet: AC, C3 and E5. RGB value is (172,195,229). Sum of RGB (Red+Green+Blue) = 172+195+229=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 195 (76.56% from 255 or 32.72% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACC3E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC3E5 is #533C1A. Grayscale: #BFBFBF. Windows color (decimal): -5454875 or 15057836. OLE color: 15057836.
HSL color Cylindrical-coordinate representation of color #ACC3E5: hue angle of 215.79º 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 #ACC3E5 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 172 | 195 | 229 | - |
CMYK | 0.25 | 0.15 | 0 | 0.10 |
HSL | 215.79º | 0.52% | 0.79% | - |
HSV(B) | 215.79º | 0.25% | 0.9% | - |
XYZ | 50.67 | 53.46 | 81.78 | - |
YUV | 192 | 148.88 | 113.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 195 | 229 | 0.25 | 0.15 | 0 | 0.10 | 215.79 | 0.52 | 0.79 |
Hex | AC | C3 | E5 | 19 | F | 0 | A | D8 | 34 | 4F |
Octal | 254 | 303 | 345 | 31 | 17 | 0 | 12 | 330 | 64 | 117 |
Binary | 10101100 | 11000011 | 11100101 | 11001 | 1111 | 0 | 1010 | 11011000 | 110100 | 1001111 |
Color Harmonies of #ACC3E5
Complementary color
Monochromatic Colors of #ACC3E5
Black with #ACC3E5
Text Example
Text Example
White with #ACC3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC3E5; }
p { color: rgb(172,195,229); }
H1.HeaderClassName
{
color: #ACC3E5;
}
.AnyTagClassName
{
color: #ACC3E5;
}
</style>
background-color css
<style>
a { background-color: #ACC3E5; }
a { background-color: rgb(172,195,229); }
div.DivClassName
{
background-color: #ACC3E5;
}
.BgClassName
{
background-color: #ACC3E5;
}
</style>
border-color css
<style>
span { border-color: #ACC3E5; }
span { border-color: rgb(172,195,229); }
td.TdClassName
{
border-color: #ACC3E5;
}
.TagClassName
{
border-color: #ACC3E5;
}
</style>