Shades of Light Steel Blue #A0BDE4
Tints of Light Steel Blue #A0BDE4
RGB
CMYK
RGB Variations
Color information
#A0BDE4 (or 0xA0BDE4) is known color: Light Steel Blue. HEX triplet: A0, BD and E4. RGB value is (160,189,228). Sum of RGB (Red+Green+Blue) = 160+189+228=577 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.73% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 228 (89.45% from 255 or 39.51% from 577); Max value from RGB is 228 - color contains mainly: blue. Hex color #A0BDE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BDE4 is #5F421B. Grayscale: #B8B8B8. Windows color (decimal): -6242844 or 14990752. OLE color: 14990752.
HSL color Cylindrical-coordinate representation of color #A0BDE4: hue angle of 214.41º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0BDE4 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 189 | 228 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.11 |
| HSL | 214.41º | 0.56% | 0.76% | - |
| HSV(B) | 214.41º | 0.3% | 0.89% | - |
| XYZ | 46.7 | 49.47 | 80.49 | - |
| YUV | 184.78 | 152.39 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 228 | 0.30 | 0.17 | 0 | 0.11 | 214.41 | 0.56 | 0.76 |
| Hex | A0 | BD | E4 | 1E | 11 | 0 | B | D6 | 38 | 4C |
| Octal | 240 | 275 | 344 | 36 | 21 | 0 | 13 | 326 | 70 | 114 |
| Binary | 10100000 | 10111101 | 11100100 | 11110 | 10001 | 0 | 1011 | 11010110 | 111000 | 1001100 |
Color Harmonies of #A0BDE4
Complementary color
Monochromatic Colors of #A0BDE4
Black with #A0BDE4
Text Example
Text Example
White with #A0BDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BDE4; }
p { color: rgb(160,189,228); }
H1.HeaderClassName
{
color: #A0BDE4;
}
.AnyTagClassName
{
color: #A0BDE4;
}
</style>
background-color css
<style>
a { background-color: #A0BDE4; }
a { background-color: rgb(160,189,228); }
div.DivClassName
{
background-color: #A0BDE4;
}
.BgClassName
{
background-color: #A0BDE4;
}
</style>
border-color css
<style>
span { border-color: #A0BDE4; }
span { border-color: rgb(160,189,228); }
td.TdClassName
{
border-color: #A0BDE4;
}
.TagClassName
{
border-color: #A0BDE4;
}
</style>