Shades of Light Steel Blue #A4BBDE
Tints of Light Steel Blue #A4BBDE
RGB
CMYK
RGB Variations
Color information
#A4BBDE (or 0xA4BBDE) is known color: Light Steel Blue. HEX triplet: A4, BB and DE. RGB value is (164,187,222). Sum of RGB (Red+Green+Blue) = 164+187+222=573 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.62% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #A4BBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BBDE is #5B4421. Grayscale: #B7B7B7. Windows color (decimal): -5981218 or 14597028. OLE color: 14597028.
HSL color Cylindrical-coordinate representation of color #A4BBDE: hue angle of 216.21º 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 #A4BBDE is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 187 | 222 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.13 |
| HSL | 216.21º | 0.47% | 0.76% | - |
| HSV(B) | 216.21º | 0.26% | 0.87% | - |
| XYZ | 46.26 | 48.71 | 76.07 | - |
| YUV | 184.11 | 149.38 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 187 | 222 | 0.26 | 0.16 | 0 | 0.13 | 216.21 | 0.47 | 0.76 |
| Hex | A4 | BB | DE | 1A | 10 | 0 | D | D8 | 2F | 4C |
| Octal | 244 | 273 | 336 | 32 | 20 | 0 | 15 | 330 | 57 | 114 |
| Binary | 10100100 | 10111011 | 11011110 | 11010 | 10000 | 0 | 1101 | 11011000 | 101111 | 1001100 |
Color Harmonies of #A4BBDE
Complementary color
Monochromatic Colors of #A4BBDE
Black with #A4BBDE
Text Example
Text Example
White with #A4BBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BBDE; }
p { color: rgb(164,187,222); }
H1.HeaderClassName
{
color: #A4BBDE;
}
.AnyTagClassName
{
color: #A4BBDE;
}
</style>
background-color css
<style>
a { background-color: #A4BBDE; }
a { background-color: rgb(164,187,222); }
div.DivClassName
{
background-color: #A4BBDE;
}
.BgClassName
{
background-color: #A4BBDE;
}
</style>
border-color css
<style>
span { border-color: #A4BBDE; }
span { border-color: rgb(164,187,222); }
td.TdClassName
{
border-color: #A4BBDE;
}
.TagClassName
{
border-color: #A4BBDE;
}
</style>