Shades of Light Steel Blue #A4B9DD
Tints of Light Steel Blue #A4B9DD
RGB
CMYK
RGB Variations
Color information
#A4B9DD (or 0xA4B9DD) is known color: Light Steel Blue. HEX triplet: A4, B9 and DD. RGB value is (164,185,221). Sum of RGB (Red+Green+Blue) = 164+185+221=570 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.77% from 570); Green value is 185 (72.66% from 255 or 32.46% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #A4B9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B9DD is #5B4622. Grayscale: #B6B6B6. Windows color (decimal): -5981731 or 14530980. OLE color: 14530980.
HSL color Cylindrical-coordinate representation of color #A4B9DD: hue angle of 217.89º 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 #A4B9DD is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 185 | 221 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.13 |
| HSL | 217.89º | 0.46% | 0.75% | - |
| HSV(B) | 217.89º | 0.26% | 0.87% | - |
| XYZ | 45.71 | 47.81 | 75.23 | - |
| YUV | 182.83 | 149.54 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 185 | 221 | 0.26 | 0.16 | 0 | 0.13 | 217.89 | 0.46 | 0.75 |
| Hex | A4 | B9 | DD | 1A | 10 | 0 | D | DA | 2E | 4B |
| Octal | 244 | 271 | 335 | 32 | 20 | 0 | 15 | 332 | 56 | 113 |
| Binary | 10100100 | 10111001 | 11011101 | 11010 | 10000 | 0 | 1101 | 11011010 | 101110 | 1001011 |
Color Harmonies of #A4B9DD
Complementary color
Monochromatic Colors of #A4B9DD
Black with #A4B9DD
Text Example
Text Example
White with #A4B9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B9DD; }
p { color: rgb(164,185,221); }
H1.HeaderClassName
{
color: #A4B9DD;
}
.AnyTagClassName
{
color: #A4B9DD;
}
</style>
background-color css
<style>
a { background-color: #A4B9DD; }
a { background-color: rgb(164,185,221); }
div.DivClassName
{
background-color: #A4B9DD;
}
.BgClassName
{
background-color: #A4B9DD;
}
</style>
border-color css
<style>
span { border-color: #A4B9DD; }
span { border-color: rgb(164,185,221); }
td.TdClassName
{
border-color: #A4B9DD;
}
.TagClassName
{
border-color: #A4B9DD;
}
</style>