Shades of Light Steel Blue #A4C3DE
Tints of Light Steel Blue #A4C3DE
RGB
CMYK
RGB Variations
Color information
#A4C3DE (or 0xA4C3DE) is known color: Light Steel Blue. HEX triplet: A4, C3 and DE. RGB value is (164,195,222). Sum of RGB (Red+Green+Blue) = 164+195+222=581 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.23% from 581); Green value is 195 (76.56% from 255 or 33.56% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #A4C3DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C3DE is #5B3C21. Grayscale: #BCBCBC. Windows color (decimal): -5979170 or 14599076. OLE color: 14599076.
HSL color Cylindrical-coordinate representation of color #A4C3DE: hue angle of 207.93º degrees, saturation: 0.47, 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 #A4C3DE is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 195 | 222 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.13 |
| HSL | 207.93º | 0.47% | 0.76% | - |
| HSV(B) | 207.93º | 0.26% | 0.87% | - |
| XYZ | 48.01 | 52.2 | 76.65 | - |
| YUV | 188.81 | 146.73 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 195 | 222 | 0.26 | 0.12 | 0 | 0.13 | 207.93 | 0.47 | 0.76 |
| Hex | A4 | C3 | DE | 1A | C | 0 | D | D0 | 2F | 4C |
| Octal | 244 | 303 | 336 | 32 | 14 | 0 | 15 | 320 | 57 | 114 |
| Binary | 10100100 | 11000011 | 11011110 | 11010 | 1100 | 0 | 1101 | 11010000 | 101111 | 1001100 |
Color Harmonies of #A4C3DE
Complementary color
Monochromatic Colors of #A4C3DE
Black with #A4C3DE
Text Example
Text Example
White with #A4C3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C3DE; }
p { color: rgb(164,195,222); }
H1.HeaderClassName
{
color: #A4C3DE;
}
.AnyTagClassName
{
color: #A4C3DE;
}
</style>
background-color css
<style>
a { background-color: #A4C3DE; }
a { background-color: rgb(164,195,222); }
div.DivClassName
{
background-color: #A4C3DE;
}
.BgClassName
{
background-color: #A4C3DE;
}
</style>
border-color css
<style>
span { border-color: #A4C3DE; }
span { border-color: rgb(164,195,222); }
td.TdClassName
{
border-color: #A4C3DE;
}
.TagClassName
{
border-color: #A4C3DE;
}
</style>