Shades of Light Steel Blue #A4BFDD
Tints of Light Steel Blue #A4BFDD
RGB
CMYK
RGB Variations
Color information
#A4BFDD (or 0xA4BFDD) is known color: Light Steel Blue. HEX triplet: A4, BF and DD. RGB value is (164,191,221). Sum of RGB (Red+Green+Blue) = 164+191+221=576 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.47% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #A4BFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BFDD is #5B4022. Grayscale: #BABABA. Windows color (decimal): -5980195 or 14532516. OLE color: 14532516.
HSL color Cylindrical-coordinate representation of color #A4BFDD: hue angle of 211.58º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4BFDD is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 191 | 221 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.13 |
| HSL | 211.58º | 0.46% | 0.75% | - |
| HSV(B) | 211.58º | 0.26% | 0.87% | - |
| XYZ | 46.99 | 50.37 | 75.65 | - |
| YUV | 186.35 | 147.55 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 191 | 221 | 0.26 | 0.14 | 0 | 0.13 | 211.58 | 0.46 | 0.75 |
| Hex | A4 | BF | DD | 1A | E | 0 | D | D4 | 2E | 4B |
| Octal | 244 | 277 | 335 | 32 | 16 | 0 | 15 | 324 | 56 | 113 |
| Binary | 10100100 | 10111111 | 11011101 | 11010 | 1110 | 0 | 1101 | 11010100 | 101110 | 1001011 |
Color Harmonies of #A4BFDD
Complementary color
Monochromatic Colors of #A4BFDD
Black with #A4BFDD
Text Example
Text Example
White with #A4BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BFDD; }
p { color: rgb(164,191,221); }
H1.HeaderClassName
{
color: #A4BFDD;
}
.AnyTagClassName
{
color: #A4BFDD;
}
</style>
background-color css
<style>
a { background-color: #A4BFDD; }
a { background-color: rgb(164,191,221); }
div.DivClassName
{
background-color: #A4BFDD;
}
.BgClassName
{
background-color: #A4BFDD;
}
</style>
border-color css
<style>
span { border-color: #A4BFDD; }
span { border-color: rgb(164,191,221); }
td.TdClassName
{
border-color: #A4BFDD;
}
.TagClassName
{
border-color: #A4BFDD;
}
</style>