Shades of Light Steel Blue #AABFDA
Tints of Light Steel Blue #AABFDA
RGB
CMYK
RGB Variations
Color information
#AABFDA (or 0xAABFDA) is known color: Light Steel Blue. HEX triplet: AA, BF and DA. RGB value is (170,191,218). Sum of RGB (Red+Green+Blue) = 170+191+218=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #AABFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFDA is #554025. Grayscale: #BBBBBB. Windows color (decimal): -5586982 or 14335914. OLE color: 14335914.
HSL color Cylindrical-coordinate representation of color #AABFDA: hue angle of 213.75º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AABFDA is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 191 | 218 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.15 |
| HSL | 213.75º | 0.39% | 0.76% | - |
| HSV(B) | 213.75º | 0.22% | 0.85% | - |
| XYZ | 47.86 | 50.87 | 73.63 | - |
| YUV | 187.8 | 145.04 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 218 | 0.22 | 0.12 | 0 | 0.15 | 213.75 | 0.39 | 0.76 |
| Hex | AA | BF | DA | 16 | C | 0 | F | D6 | 27 | 4C |
| Octal | 252 | 277 | 332 | 26 | 14 | 0 | 17 | 326 | 47 | 114 |
| Binary | 10101010 | 10111111 | 11011010 | 10110 | 1100 | 0 | 1111 | 11010110 | 100111 | 1001100 |
Color Harmonies of #AABFDA
Complementary color
Monochromatic Colors of #AABFDA
Black with #AABFDA
Text Example
Text Example
White with #AABFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABFDA; }
p { color: rgb(170,191,218); }
H1.HeaderClassName
{
color: #AABFDA;
}
.AnyTagClassName
{
color: #AABFDA;
}
</style>
background-color css
<style>
a { background-color: #AABFDA; }
a { background-color: rgb(170,191,218); }
div.DivClassName
{
background-color: #AABFDA;
}
.BgClassName
{
background-color: #AABFDA;
}
</style>
border-color css
<style>
span { border-color: #AABFDA; }
span { border-color: rgb(170,191,218); }
td.TdClassName
{
border-color: #AABFDA;
}
.TagClassName
{
border-color: #AABFDA;
}
</style>