Shades of Light Steel Blue #A5BEDF
Tints of Light Steel Blue #A5BEDF
RGB
CMYK
RGB Variations
Color information
#A5BEDF (or 0xA5BEDF) is known color: Light Steel Blue. HEX triplet: A5, BE and DF. RGB value is (165,190,223). Sum of RGB (Red+Green+Blue) = 165+190+223=578 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.55% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #A5BEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BEDF is #5A4120. Grayscale: #BABABA. Windows color (decimal): -5914913 or 14663333. OLE color: 14663333.
HSL color Cylindrical-coordinate representation of color #A5BEDF: hue angle of 214.14º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5BEDF is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 190 | 223 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.13 |
| HSL | 214.14º | 0.48% | 0.76% | - |
| HSV(B) | 214.14º | 0.26% | 0.87% | - |
| XYZ | 47.25 | 50.15 | 77 | - |
| YUV | 186.29 | 148.72 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 190 | 223 | 0.26 | 0.15 | 0 | 0.13 | 214.14 | 0.48 | 0.76 |
| Hex | A5 | BE | DF | 1A | F | 0 | D | D6 | 30 | 4C |
| Octal | 245 | 276 | 337 | 32 | 17 | 0 | 15 | 326 | 60 | 114 |
| Binary | 10100101 | 10111110 | 11011111 | 11010 | 1111 | 0 | 1101 | 11010110 | 110000 | 1001100 |
Color Harmonies of #A5BEDF
Complementary color
Monochromatic Colors of #A5BEDF
Black with #A5BEDF
Text Example
Text Example
White with #A5BEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BEDF; }
p { color: rgb(165,190,223); }
H1.HeaderClassName
{
color: #A5BEDF;
}
.AnyTagClassName
{
color: #A5BEDF;
}
</style>
background-color css
<style>
a { background-color: #A5BEDF; }
a { background-color: rgb(165,190,223); }
div.DivClassName
{
background-color: #A5BEDF;
}
.BgClassName
{
background-color: #A5BEDF;
}
</style>
border-color css
<style>
span { border-color: #A5BEDF; }
span { border-color: rgb(165,190,223); }
td.TdClassName
{
border-color: #A5BEDF;
}
.TagClassName
{
border-color: #A5BEDF;
}
</style>