Shades of Light Steel Blue #A4B8DB
Tints of Light Steel Blue #A4B8DB
RGB
CMYK
RGB Variations
Color information
#A4B8DB (or 0xA4B8DB) is known color: Light Steel Blue. HEX triplet: A4, B8 and DB. RGB value is (164,184,219). Sum of RGB (Red+Green+Blue) = 164+184+219=567 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.92% from 567); Green value is 184 (72.27% from 255 or 32.45% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #A4B8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B8DB is #5B4724. Grayscale: #B5B5B5. Windows color (decimal): -5981989 or 14399652. OLE color: 14399652.
HSL color Cylindrical-coordinate representation of color #A4B8DB: hue angle of 218.18º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4B8DB is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 184 | 219 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.14 |
| HSL | 218.18º | 0.43% | 0.75% | - |
| HSV(B) | 218.18º | 0.25% | 0.86% | - |
| XYZ | 45.24 | 47.29 | 73.76 | - |
| YUV | 182.01 | 148.87 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 184 | 219 | 0.25 | 0.16 | 0 | 0.14 | 218.18 | 0.43 | 0.75 |
| Hex | A4 | B8 | DB | 19 | 10 | 0 | E | DA | 2B | 4B |
| Octal | 244 | 270 | 333 | 31 | 20 | 0 | 16 | 332 | 53 | 113 |
| Binary | 10100100 | 10111000 | 11011011 | 11001 | 10000 | 0 | 1110 | 11011010 | 101011 | 1001011 |
Color Harmonies of #A4B8DB
Complementary color
Monochromatic Colors of #A4B8DB
Black with #A4B8DB
Text Example
Text Example
White with #A4B8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B8DB; }
p { color: rgb(164,184,219); }
H1.HeaderClassName
{
color: #A4B8DB;
}
.AnyTagClassName
{
color: #A4B8DB;
}
</style>
background-color css
<style>
a { background-color: #A4B8DB; }
a { background-color: rgb(164,184,219); }
div.DivClassName
{
background-color: #A4B8DB;
}
.BgClassName
{
background-color: #A4B8DB;
}
</style>
border-color css
<style>
span { border-color: #A4B8DB; }
span { border-color: rgb(164,184,219); }
td.TdClassName
{
border-color: #A4B8DB;
}
.TagClassName
{
border-color: #A4B8DB;
}
</style>