Shades of Light Steel Blue #AEC1DB
Tints of Light Steel Blue #AEC1DB
RGB
CMYK
RGB Variations
Color information
#AEC1DB (or 0xAEC1DB) is known color: Light Steel Blue. HEX triplet: AE, C1 and DB. RGB value is (174,193,219). Sum of RGB (Red+Green+Blue) = 174+193+219=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEC1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC1DB is #513E24. Grayscale: #BEBEBE. Windows color (decimal): -5324325 or 14401966. OLE color: 14401966.
HSL color Cylindrical-coordinate representation of color #AEC1DB: hue angle of 214.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEC1DB is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 174 | 193 | 219 | - |
CMYK | 0.21 | 0.12 | 0 | 0.14 |
HSL | 214.67º | 0.38% | 0.77% | - |
HSV(B) | 214.67º | 0.21% | 0.86% | - |
XYZ | 49.31 | 52.25 | 74.5 | - |
YUV | 190.28 | 144.21 | 116.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 193 | 219 | 0.21 | 0.12 | 0 | 0.14 | 214.67 | 0.38 | 0.77 |
Hex | AE | C1 | DB | 15 | C | 0 | E | D7 | 26 | 4D |
Octal | 256 | 301 | 333 | 25 | 14 | 0 | 16 | 327 | 46 | 115 |
Binary | 10101110 | 11000001 | 11011011 | 10101 | 1100 | 0 | 1110 | 11010111 | 100110 | 1001101 |
Color Harmonies of #AEC1DB
Complementary color
Monochromatic Colors of #AEC1DB
Black with #AEC1DB
Text Example
Text Example
White with #AEC1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC1DB; }
p { color: rgb(174,193,219); }
H1.HeaderClassName
{
color: #AEC1DB;
}
.AnyTagClassName
{
color: #AEC1DB;
}
</style>
background-color css
<style>
a { background-color: #AEC1DB; }
a { background-color: rgb(174,193,219); }
div.DivClassName
{
background-color: #AEC1DB;
}
.BgClassName
{
background-color: #AEC1DB;
}
</style>
border-color css
<style>
span { border-color: #AEC1DB; }
span { border-color: rgb(174,193,219); }
td.TdClassName
{
border-color: #AEC1DB;
}
.TagClassName
{
border-color: #AEC1DB;
}
</style>