Shades of Light Steel Blue #ADBEE0
Tints of Light Steel Blue #ADBEE0
RGB
CMYK
RGB Variations
Color information
#ADBEE0 (or 0xADBEE0) is known color: Light Steel Blue. HEX triplet: AD, BE and E0. RGB value is (173,190,224). Sum of RGB (Red+Green+Blue) = 173+190+224=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADBEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBEE0 is #52411F. Grayscale: #BCBCBC. Windows color (decimal): -5390624 or 14728877. OLE color: 14728877.
HSL color Cylindrical-coordinate representation of color #ADBEE0: hue angle of 220º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADBEE0 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 190 | 224 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.12 |
| HSL | 220º | 0.45% | 0.78% | - |
| HSV(B) | 220º | 0.23% | 0.88% | - |
| XYZ | 49.1 | 51.09 | 77.8 | - |
| YUV | 188.79 | 147.87 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 224 | 0.23 | 0.15 | 0 | 0.12 | 220 | 0.45 | 0.78 |
| Hex | AD | BE | E0 | 17 | F | 0 | C | DC | 2D | 4E |
| Octal | 255 | 276 | 340 | 27 | 17 | 0 | 14 | 334 | 55 | 116 |
| Binary | 10101101 | 10111110 | 11100000 | 10111 | 1111 | 0 | 1100 | 11011100 | 101101 | 1001110 |
Color Harmonies of #ADBEE0
Complementary color
Monochromatic Colors of #ADBEE0
Black with #ADBEE0
Text Example
Text Example
White with #ADBEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBEE0; }
p { color: rgb(173,190,224); }
H1.HeaderClassName
{
color: #ADBEE0;
}
.AnyTagClassName
{
color: #ADBEE0;
}
</style>
background-color css
<style>
a { background-color: #ADBEE0; }
a { background-color: rgb(173,190,224); }
div.DivClassName
{
background-color: #ADBEE0;
}
.BgClassName
{
background-color: #ADBEE0;
}
</style>
border-color css
<style>
span { border-color: #ADBEE0; }
span { border-color: rgb(173,190,224); }
td.TdClassName
{
border-color: #ADBEE0;
}
.TagClassName
{
border-color: #ADBEE0;
}
</style>