Shades of Light Steel Blue #A0BFD8
Tints of Light Steel Blue #A0BFD8
RGB
CMYK
RGB Variations
Color information
#A0BFD8 (or 0xA0BFD8) is known color: Light Steel Blue. HEX triplet: A0, BF and D8. RGB value is (160,191,216). Sum of RGB (Red+Green+Blue) = 160+191+216=567 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.22% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 216 - color contains mainly: blue. Hex color #A0BFD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BFD8 is #5F4027. Grayscale: #B8B8B8. Windows color (decimal): -6242344 or 14204832. OLE color: 14204832.
HSL color Cylindrical-coordinate representation of color #A0BFD8: hue angle of 206.79º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0BFD8 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 191 | 216 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.15 |
| HSL | 206.79º | 0.42% | 0.74% | - |
| HSV(B) | 206.79º | 0.26% | 0.85% | - |
| XYZ | 45.52 | 49.69 | 72.16 | - |
| YUV | 184.58 | 145.73 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 216 | 0.26 | 0.12 | 0 | 0.15 | 206.79 | 0.42 | 0.74 |
| Hex | A0 | BF | D8 | 1A | C | 0 | F | CF | 2A | 4A |
| Octal | 240 | 277 | 330 | 32 | 14 | 0 | 17 | 317 | 52 | 112 |
| Binary | 10100000 | 10111111 | 11011000 | 11010 | 1100 | 0 | 1111 | 11001111 | 101010 | 1001010 |
Color Harmonies of #A0BFD8
Complementary color
Monochromatic Colors of #A0BFD8
Black with #A0BFD8
Text Example
Text Example
White with #A0BFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BFD8; }
p { color: rgb(160,191,216); }
H1.HeaderClassName
{
color: #A0BFD8;
}
.AnyTagClassName
{
color: #A0BFD8;
}
</style>
background-color css
<style>
a { background-color: #A0BFD8; }
a { background-color: rgb(160,191,216); }
div.DivClassName
{
background-color: #A0BFD8;
}
.BgClassName
{
background-color: #A0BFD8;
}
</style>
border-color css
<style>
span { border-color: #A0BFD8; }
span { border-color: rgb(160,191,216); }
td.TdClassName
{
border-color: #A0BFD8;
}
.TagClassName
{
border-color: #A0BFD8;
}
</style>