Shades of Light Steel Blue #A0BCE5
Tints of Light Steel Blue #A0BCE5
RGB
CMYK
RGB Variations
Color information
#A0BCE5 (or 0xA0BCE5) is known color: Light Steel Blue. HEX triplet: A0, BC and E5. RGB value is (160,188,229). Sum of RGB (Red+Green+Blue) = 160+188+229=577 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.73% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 229 - color contains mainly: blue. Hex color #A0BCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCE5 is #5F431A. Grayscale: #B8B8B8. Windows color (decimal): -6243099 or 15056032. OLE color: 15056032.
HSL color Cylindrical-coordinate representation of color #A0BCE5: hue angle of 215.65º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0BCE5 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 160 | 188 | 229 | - |
CMYK | 0.30 | 0.18 | 0 | 0.10 |
HSL | 215.65º | 0.57% | 0.76% | - |
HSV(B) | 215.65º | 0.3% | 0.9% | - |
XYZ | 46.62 | 49.1 | 81.15 | - |
YUV | 184.3 | 153.22 | 110.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 188 | 229 | 0.30 | 0.18 | 0 | 0.10 | 215.65 | 0.57 | 0.76 |
Hex | A0 | BC | E5 | 1E | 12 | 0 | A | D8 | 39 | 4C |
Octal | 240 | 274 | 345 | 36 | 22 | 0 | 12 | 330 | 71 | 114 |
Binary | 10100000 | 10111100 | 11100101 | 11110 | 10010 | 0 | 1010 | 11011000 | 111001 | 1001100 |
Color Harmonies of #A0BCE5
Complementary color
Monochromatic Colors of #A0BCE5
Black with #A0BCE5
Text Example
Text Example
White with #A0BCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BCE5; }
p { color: rgb(160,188,229); }
H1.HeaderClassName
{
color: #A0BCE5;
}
.AnyTagClassName
{
color: #A0BCE5;
}
</style>
background-color css
<style>
a { background-color: #A0BCE5; }
a { background-color: rgb(160,188,229); }
div.DivClassName
{
background-color: #A0BCE5;
}
.BgClassName
{
background-color: #A0BCE5;
}
</style>
border-color css
<style>
span { border-color: #A0BCE5; }
span { border-color: rgb(160,188,229); }
td.TdClassName
{
border-color: #A0BCE5;
}
.TagClassName
{
border-color: #A0BCE5;
}
</style>