Shades of Light Steel Blue #ADBFE0
Tints of Light Steel Blue #ADBFE0
RGB
CMYK
RGB Variations
Color information
#ADBFE0 (or 0xADBFE0) is known color: Light Steel Blue. HEX triplet: AD, BF and E0. RGB value is (173,191,224). Sum of RGB (Red+Green+Blue) = 173+191+224=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADBFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFE0 is #52401F. Grayscale: #BDBDBD. Windows color (decimal): -5390368 or 14729133. OLE color: 14729133.
HSL color Cylindrical-coordinate representation of color #ADBFE0: hue angle of 218.82º 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 #ADBFE0 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 191 | 224 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.12 |
| HSL | 218.82º | 0.45% | 0.78% | - |
| HSV(B) | 218.82º | 0.23% | 0.88% | - |
| XYZ | 49.32 | 51.53 | 77.87 | - |
| YUV | 189.38 | 147.54 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 191 | 224 | 0.23 | 0.15 | 0 | 0.12 | 218.82 | 0.45 | 0.78 |
| Hex | AD | BF | E0 | 17 | F | 0 | C | DB | 2D | 4E |
| Octal | 255 | 277 | 340 | 27 | 17 | 0 | 14 | 333 | 55 | 116 |
| Binary | 10101101 | 10111111 | 11100000 | 10111 | 1111 | 0 | 1100 | 11011011 | 101101 | 1001110 |
Color Harmonies of #ADBFE0
Complementary color
Monochromatic Colors of #ADBFE0
Black with #ADBFE0
Text Example
Text Example
White with #ADBFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBFE0; }
p { color: rgb(173,191,224); }
H1.HeaderClassName
{
color: #ADBFE0;
}
.AnyTagClassName
{
color: #ADBFE0;
}
</style>
background-color css
<style>
a { background-color: #ADBFE0; }
a { background-color: rgb(173,191,224); }
div.DivClassName
{
background-color: #ADBFE0;
}
.BgClassName
{
background-color: #ADBFE0;
}
</style>
border-color css
<style>
span { border-color: #ADBFE0; }
span { border-color: rgb(173,191,224); }
td.TdClassName
{
border-color: #ADBFE0;
}
.TagClassName
{
border-color: #ADBFE0;
}
</style>