Shades of Light Steel Blue #A5C0E0
Tints of Light Steel Blue #A5C0E0
RGB
CMYK
RGB Variations
Color information
#A5C0E0 (or 0xA5C0E0) is known color: Light Steel Blue. HEX triplet: A5, C0 and E0. RGB value is (165,192,224). Sum of RGB (Red+Green+Blue) = 165+192+224=581 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.40% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 224 - color contains mainly: blue. Hex color #A5C0E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C0E0 is #5A3F1F. Grayscale: #BBBBBB. Windows color (decimal): -5914400 or 14729381. OLE color: 14729381.
HSL color Cylindrical-coordinate representation of color #A5C0E0: hue angle of 212.54º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5C0E0 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 192 | 224 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.12 |
| HSL | 212.54º | 0.49% | 0.76% | - |
| HSV(B) | 212.54º | 0.26% | 0.88% | - |
| XYZ | 47.82 | 51.08 | 77.86 | - |
| YUV | 187.58 | 148.55 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 192 | 224 | 0.26 | 0.14 | 0 | 0.12 | 212.54 | 0.49 | 0.76 |
| Hex | A5 | C0 | E0 | 1A | E | 0 | C | D5 | 31 | 4C |
| Octal | 245 | 300 | 340 | 32 | 16 | 0 | 14 | 325 | 61 | 114 |
| Binary | 10100101 | 11000000 | 11100000 | 11010 | 1110 | 0 | 1100 | 11010101 | 110001 | 1001100 |
Color Harmonies of #A5C0E0
Complementary color
Monochromatic Colors of #A5C0E0
Black with #A5C0E0
Text Example
Text Example
White with #A5C0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C0E0; }
p { color: rgb(165,192,224); }
H1.HeaderClassName
{
color: #A5C0E0;
}
.AnyTagClassName
{
color: #A5C0E0;
}
</style>
background-color css
<style>
a { background-color: #A5C0E0; }
a { background-color: rgb(165,192,224); }
div.DivClassName
{
background-color: #A5C0E0;
}
.BgClassName
{
background-color: #A5C0E0;
}
</style>
border-color css
<style>
span { border-color: #A5C0E0; }
span { border-color: rgb(165,192,224); }
td.TdClassName
{
border-color: #A5C0E0;
}
.TagClassName
{
border-color: #A5C0E0;
}
</style>