Shades of Light Steel Blue #ACBEDD
Tints of Light Steel Blue #ACBEDD
RGB
CMYK
RGB Variations
Color information
#ACBEDD (or 0xACBEDD) is known color: Light Steel Blue. HEX triplet: AC, BE and DD. RGB value is (172,190,221). Sum of RGB (Red+Green+Blue) = 172+190+221=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 190 (74.61% from 255 or 32.59% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACBEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBEDD is #534122. Grayscale: #BCBCBC. Windows color (decimal): -5456163 or 14532268. OLE color: 14532268.
HSL color Cylindrical-coordinate representation of color #ACBEDD: hue angle of 217.96º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACBEDD is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 190 | 221 | - |
CMYK | 0.22 | 0.14 | 0 | 0.13 |
HSL | 217.96º | 0.42% | 0.77% | - |
HSV(B) | 217.96º | 0.22% | 0.87% | - |
XYZ | 48.48 | 50.82 | 75.66 | - |
YUV | 188.15 | 146.54 | 116.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 190 | 221 | 0.22 | 0.14 | 0 | 0.13 | 217.96 | 0.42 | 0.77 |
Hex | AC | BE | DD | 16 | E | 0 | D | DA | 2A | 4D |
Octal | 254 | 276 | 335 | 26 | 16 | 0 | 15 | 332 | 52 | 115 |
Binary | 10101100 | 10111110 | 11011101 | 10110 | 1110 | 0 | 1101 | 11011010 | 101010 | 1001101 |
Color Harmonies of #ACBEDD
Complementary color
Monochromatic Colors of #ACBEDD
Black with #ACBEDD
Text Example
Text Example
White with #ACBEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBEDD; }
p { color: rgb(172,190,221); }
H1.HeaderClassName
{
color: #ACBEDD;
}
.AnyTagClassName
{
color: #ACBEDD;
}
</style>
background-color css
<style>
a { background-color: #ACBEDD; }
a { background-color: rgb(172,190,221); }
div.DivClassName
{
background-color: #ACBEDD;
}
.BgClassName
{
background-color: #ACBEDD;
}
</style>
border-color css
<style>
span { border-color: #ACBEDD; }
span { border-color: rgb(172,190,221); }
td.TdClassName
{
border-color: #ACBEDD;
}
.TagClassName
{
border-color: #ACBEDD;
}
</style>