Shades of Light Steel Blue #A4BED8
Tints of Light Steel Blue #A4BED8
RGB
CMYK
RGB Variations
Color information
#A4BED8 (or 0xA4BED8) is known color: Light Steel Blue. HEX triplet: A4, BE and D8. RGB value is (164,190,216). Sum of RGB (Red+Green+Blue) = 164+190+216=570 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.77% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 216 (84.77% from 255 or 37.89% from 570); Max value from RGB is 216 - color contains mainly: blue. Hex color #A4BED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BED8 is #5B4127. Grayscale: #B9B9B9. Windows color (decimal): -5980456 or 14204580. OLE color: 14204580.
HSL color Cylindrical-coordinate representation of color #A4BED8: hue angle of 210º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4BED8 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 190 | 216 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.15 |
| HSL | 210º | 0.4% | 0.75% | - |
| HSV(B) | 210º | 0.24% | 0.85% | - |
| XYZ | 46.12 | 49.68 | 72.12 | - |
| YUV | 185.19 | 145.39 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 190 | 216 | 0.24 | 0.12 | 0 | 0.15 | 210 | 0.4 | 0.75 |
| Hex | A4 | BE | D8 | 18 | C | 0 | F | D2 | 28 | 4B |
| Octal | 244 | 276 | 330 | 30 | 14 | 0 | 17 | 322 | 50 | 113 |
| Binary | 10100100 | 10111110 | 11011000 | 11000 | 1100 | 0 | 1111 | 11010010 | 101000 | 1001011 |
Color Harmonies of #A4BED8
Complementary color
Monochromatic Colors of #A4BED8
Black with #A4BED8
Text Example
Text Example
White with #A4BED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BED8; }
p { color: rgb(164,190,216); }
H1.HeaderClassName
{
color: #A4BED8;
}
.AnyTagClassName
{
color: #A4BED8;
}
</style>
background-color css
<style>
a { background-color: #A4BED8; }
a { background-color: rgb(164,190,216); }
div.DivClassName
{
background-color: #A4BED8;
}
.BgClassName
{
background-color: #A4BED8;
}
</style>
border-color css
<style>
span { border-color: #A4BED8; }
span { border-color: rgb(164,190,216); }
td.TdClassName
{
border-color: #A4BED8;
}
.TagClassName
{
border-color: #A4BED8;
}
</style>