Shades of Light Steel Blue #AABDDB
Tints of Light Steel Blue #AABDDB
RGB
CMYK
RGB Variations
Color information
#AABDDB (or 0xAABDDB) is known color: Light Steel Blue. HEX triplet: AA, BD and DB. RGB value is (170,189,219). Sum of RGB (Red+Green+Blue) = 170+189+219=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #AABDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDDB is #554224. Grayscale: #BABABA. Windows color (decimal): -5587493 or 14400938. OLE color: 14400938.
HSL color Cylindrical-coordinate representation of color #AABDDB: hue angle of 216.73º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AABDDB is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 189 | 219 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.14 |
| HSL | 216.73º | 0.4% | 0.76% | - |
| HSV(B) | 216.73º | 0.22% | 0.86% | - |
| XYZ | 47.56 | 50.06 | 74.17 | - |
| YUV | 186.74 | 146.21 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 219 | 0.22 | 0.14 | 0 | 0.14 | 216.73 | 0.4 | 0.76 |
| Hex | AA | BD | DB | 16 | E | 0 | E | D9 | 28 | 4C |
| Octal | 252 | 275 | 333 | 26 | 16 | 0 | 16 | 331 | 50 | 114 |
| Binary | 10101010 | 10111101 | 11011011 | 10110 | 1110 | 0 | 1110 | 11011001 | 101000 | 1001100 |
Color Harmonies of #AABDDB
Complementary color
Monochromatic Colors of #AABDDB
Black with #AABDDB
Text Example
Text Example
White with #AABDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABDDB; }
p { color: rgb(170,189,219); }
H1.HeaderClassName
{
color: #AABDDB;
}
.AnyTagClassName
{
color: #AABDDB;
}
</style>
background-color css
<style>
a { background-color: #AABDDB; }
a { background-color: rgb(170,189,219); }
div.DivClassName
{
background-color: #AABDDB;
}
.BgClassName
{
background-color: #AABDDB;
}
</style>
border-color css
<style>
span { border-color: #AABDDB; }
span { border-color: rgb(170,189,219); }
td.TdClassName
{
border-color: #AABDDB;
}
.TagClassName
{
border-color: #AABDDB;
}
</style>