Shades of Light Steel Blue #A5BEDC
Tints of Light Steel Blue #A5BEDC
RGB
CMYK
RGB Variations
Color information
#A5BEDC (or 0xA5BEDC) is known color: Light Steel Blue. HEX triplet: A5, BE and DC. RGB value is (165,190,220). Sum of RGB (Red+Green+Blue) = 165+190+220=575 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.70% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #A5BEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BEDC is #5A4123. Grayscale: #B9B9B9. Windows color (decimal): -5914916 or 14466725. OLE color: 14466725.
HSL color Cylindrical-coordinate representation of color #A5BEDC: hue angle of 212.73º degrees, saturation: 0.44, 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 #A5BEDC is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 190 | 220 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.14 |
| HSL | 212.73º | 0.44% | 0.75% | - |
| HSV(B) | 212.73º | 0.25% | 0.86% | - |
| XYZ | 46.85 | 49.99 | 74.89 | - |
| YUV | 185.95 | 147.22 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 190 | 220 | 0.25 | 0.14 | 0 | 0.14 | 212.73 | 0.44 | 0.75 |
| Hex | A5 | BE | DC | 19 | E | 0 | E | D5 | 2C | 4B |
| Octal | 245 | 276 | 334 | 31 | 16 | 0 | 16 | 325 | 54 | 113 |
| Binary | 10100101 | 10111110 | 11011100 | 11001 | 1110 | 0 | 1110 | 11010101 | 101100 | 1001011 |
Color Harmonies of #A5BEDC
Complementary color
Monochromatic Colors of #A5BEDC
Black with #A5BEDC
Text Example
Text Example
White with #A5BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BEDC; }
p { color: rgb(165,190,220); }
H1.HeaderClassName
{
color: #A5BEDC;
}
.AnyTagClassName
{
color: #A5BEDC;
}
</style>
background-color css
<style>
a { background-color: #A5BEDC; }
a { background-color: rgb(165,190,220); }
div.DivClassName
{
background-color: #A5BEDC;
}
.BgClassName
{
background-color: #A5BEDC;
}
</style>
border-color css
<style>
span { border-color: #A5BEDC; }
span { border-color: rgb(165,190,220); }
td.TdClassName
{
border-color: #A5BEDC;
}
.TagClassName
{
border-color: #A5BEDC;
}
</style>