Shades of Light Steel Blue #A0BFE4
Tints of Light Steel Blue #A0BFE4
RGB
CMYK
RGB Variations
Color information
#A0BFE4 (or 0xA0BFE4) is known color: Light Steel Blue. HEX triplet: A0, BF and E4. RGB value is (160,191,228). Sum of RGB (Red+Green+Blue) = 160+191+228=579 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.63% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 228 (89.45% from 255 or 39.38% from 579); Max value from RGB is 228 - color contains mainly: blue. Hex color #A0BFE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BFE4 is #5F401B. Grayscale: #B9B9B9. Windows color (decimal): -6242332 or 14991264. OLE color: 14991264.
HSL color Cylindrical-coordinate representation of color #A0BFE4: hue angle of 212.65º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0BFE4 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 191 | 228 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.11 |
| HSL | 212.65º | 0.56% | 0.76% | - |
| HSV(B) | 212.65º | 0.3% | 0.89% | - |
| XYZ | 47.13 | 50.34 | 80.63 | - |
| YUV | 185.95 | 151.73 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 228 | 0.30 | 0.16 | 0 | 0.11 | 212.65 | 0.56 | 0.76 |
| Hex | A0 | BF | E4 | 1E | 10 | 0 | B | D5 | 38 | 4C |
| Octal | 240 | 277 | 344 | 36 | 20 | 0 | 13 | 325 | 70 | 114 |
| Binary | 10100000 | 10111111 | 11100100 | 11110 | 10000 | 0 | 1011 | 11010101 | 111000 | 1001100 |
Color Harmonies of #A0BFE4
Complementary color
Monochromatic Colors of #A0BFE4
Black with #A0BFE4
Text Example
Text Example
White with #A0BFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BFE4; }
p { color: rgb(160,191,228); }
H1.HeaderClassName
{
color: #A0BFE4;
}
.AnyTagClassName
{
color: #A0BFE4;
}
</style>
background-color css
<style>
a { background-color: #A0BFE4; }
a { background-color: rgb(160,191,228); }
div.DivClassName
{
background-color: #A0BFE4;
}
.BgClassName
{
background-color: #A0BFE4;
}
</style>
border-color css
<style>
span { border-color: #A0BFE4; }
span { border-color: rgb(160,191,228); }
td.TdClassName
{
border-color: #A0BFE4;
}
.TagClassName
{
border-color: #A0BFE4;
}
</style>