Shades of Light Steel Blue #A0BEE4
Tints of Light Steel Blue #A0BEE4
RGB
CMYK
RGB Variations
Color information
#A0BEE4 (or 0xA0BEE4) is known color: Light Steel Blue. HEX triplet: A0, BE and E4. RGB value is (160,190,228). Sum of RGB (Red+Green+Blue) = 160+190+228=578 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.68% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 228 (89.45% from 255 or 39.45% from 578); Max value from RGB is 228 - color contains mainly: blue. Hex color #A0BEE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BEE4 is #5F411B. Grayscale: #B9B9B9. Windows color (decimal): -6242588 or 14991008. OLE color: 14991008.
HSL color Cylindrical-coordinate representation of color #A0BEE4: hue angle of 213.53º 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 #A0BEE4 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 190 | 228 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.11 |
| HSL | 213.53º | 0.56% | 0.76% | - |
| HSV(B) | 213.53º | 0.3% | 0.89% | - |
| XYZ | 46.91 | 49.9 | 80.56 | - |
| YUV | 185.36 | 152.06 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 228 | 0.30 | 0.17 | 0 | 0.11 | 213.53 | 0.56 | 0.76 |
| Hex | A0 | BE | E4 | 1E | 11 | 0 | B | D6 | 38 | 4C |
| Octal | 240 | 276 | 344 | 36 | 21 | 0 | 13 | 326 | 70 | 114 |
| Binary | 10100000 | 10111110 | 11100100 | 11110 | 10001 | 0 | 1011 | 11010110 | 111000 | 1001100 |
Color Harmonies of #A0BEE4
Complementary color
Monochromatic Colors of #A0BEE4
Black with #A0BEE4
Text Example
Text Example
White with #A0BEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BEE4; }
p { color: rgb(160,190,228); }
H1.HeaderClassName
{
color: #A0BEE4;
}
.AnyTagClassName
{
color: #A0BEE4;
}
</style>
background-color css
<style>
a { background-color: #A0BEE4; }
a { background-color: rgb(160,190,228); }
div.DivClassName
{
background-color: #A0BEE4;
}
.BgClassName
{
background-color: #A0BEE4;
}
</style>
border-color css
<style>
span { border-color: #A0BEE4; }
span { border-color: rgb(160,190,228); }
td.TdClassName
{
border-color: #A0BEE4;
}
.TagClassName
{
border-color: #A0BEE4;
}
</style>