Shades of Light Steel Blue #A5C4DE
Tints of Light Steel Blue #A5C4DE
RGB
CMYK
RGB Variations
Color information
#A5C4DE (or 0xA5C4DE) is known color: Light Steel Blue. HEX triplet: A5, C4 and DE. RGB value is (165,196,222). Sum of RGB (Red+Green+Blue) = 165+196+222=583 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.30% from 583); Green value is 196 (76.95% from 255 or 33.62% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 222 - color contains mainly: blue. Hex color #A5C4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C4DE is #5A3B21. Grayscale: #BDBDBD. Windows color (decimal): -5913378 or 14599333. OLE color: 14599333.
HSL color Cylindrical-coordinate representation of color #A5C4DE: hue angle of 207.37º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5C4DE is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 196 | 222 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.13 |
| HSL | 207.37º | 0.46% | 0.76% | - |
| HSV(B) | 207.37º | 0.26% | 0.87% | - |
| XYZ | 48.44 | 52.75 | 76.74 | - |
| YUV | 189.7 | 146.23 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 196 | 222 | 0.26 | 0.12 | 0 | 0.13 | 207.37 | 0.46 | 0.76 |
| Hex | A5 | C4 | DE | 1A | C | 0 | D | CF | 2E | 4C |
| Octal | 245 | 304 | 336 | 32 | 14 | 0 | 15 | 317 | 56 | 114 |
| Binary | 10100101 | 11000100 | 11011110 | 11010 | 1100 | 0 | 1101 | 11001111 | 101110 | 1001100 |
Color Harmonies of #A5C4DE
Complementary color
Monochromatic Colors of #A5C4DE
Black with #A5C4DE
Text Example
Text Example
White with #A5C4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C4DE; }
p { color: rgb(165,196,222); }
H1.HeaderClassName
{
color: #A5C4DE;
}
.AnyTagClassName
{
color: #A5C4DE;
}
</style>
background-color css
<style>
a { background-color: #A5C4DE; }
a { background-color: rgb(165,196,222); }
div.DivClassName
{
background-color: #A5C4DE;
}
.BgClassName
{
background-color: #A5C4DE;
}
</style>
border-color css
<style>
span { border-color: #A5C4DE; }
span { border-color: rgb(165,196,222); }
td.TdClassName
{
border-color: #A5C4DE;
}
.TagClassName
{
border-color: #A5C4DE;
}
</style>