Shades of Light Steel Blue #A8BEDA
Tints of Light Steel Blue #A8BEDA
RGB
CMYK
RGB Variations
Color information
#A8BEDA (or 0xA8BEDA) is known color: Light Steel Blue. HEX triplet: A8, BE and DA. RGB value is (168,190,218). Sum of RGB (Red+Green+Blue) = 168+190+218=576 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.17% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #A8BEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BEDA is #574125. Grayscale: #BABABA. Windows color (decimal): -5718310 or 14335656. OLE color: 14335656.
HSL color Cylindrical-coordinate representation of color #A8BEDA: hue angle of 213.6º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8BEDA is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 190 | 218 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.15 |
| HSL | 213.6º | 0.4% | 0.76% | - |
| HSV(B) | 213.6º | 0.23% | 0.85% | - |
| XYZ | 47.22 | 50.21 | 73.53 | - |
| YUV | 186.61 | 145.71 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 190 | 218 | 0.23 | 0.13 | 0 | 0.15 | 213.6 | 0.4 | 0.76 |
| Hex | A8 | BE | DA | 17 | D | 0 | F | D6 | 28 | 4C |
| Octal | 250 | 276 | 332 | 27 | 15 | 0 | 17 | 326 | 50 | 114 |
| Binary | 10101000 | 10111110 | 11011010 | 10111 | 1101 | 0 | 1111 | 11010110 | 101000 | 1001100 |
Color Harmonies of #A8BEDA
Complementary color
Monochromatic Colors of #A8BEDA
Black with #A8BEDA
Text Example
Text Example
White with #A8BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BEDA; }
p { color: rgb(168,190,218); }
H1.HeaderClassName
{
color: #A8BEDA;
}
.AnyTagClassName
{
color: #A8BEDA;
}
</style>
background-color css
<style>
a { background-color: #A8BEDA; }
a { background-color: rgb(168,190,218); }
div.DivClassName
{
background-color: #A8BEDA;
}
.BgClassName
{
background-color: #A8BEDA;
}
</style>
border-color css
<style>
span { border-color: #A8BEDA; }
span { border-color: rgb(168,190,218); }
td.TdClassName
{
border-color: #A8BEDA;
}
.TagClassName
{
border-color: #A8BEDA;
}
</style>