Shades of Light Steel Blue #A0BDDF
Tints of Light Steel Blue #A0BDDF
RGB
CMYK
RGB Variations
Color information
#A0BDDF (or 0xA0BDDF) is known color: Light Steel Blue. HEX triplet: A0, BD and DF. RGB value is (160,189,223). Sum of RGB (Red+Green+Blue) = 160+189+223=572 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.97% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #A0BDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BDDF is #5F4220. Grayscale: #B8B8B8. Windows color (decimal): -6242849 or 14663072. OLE color: 14663072.
HSL color Cylindrical-coordinate representation of color #A0BDDF: hue angle of 212.38º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0BDDF is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 160 | 189 | 223 | - |
CMYK | 0.28 | 0.15 | 0 | 0.13 |
HSL | 212.38º | 0.5% | 0.75% | - |
HSV(B) | 212.38º | 0.28% | 0.87% | - |
XYZ | 46.01 | 49.2 | 76.88 | - |
YUV | 184.21 | 149.89 | 110.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 189 | 223 | 0.28 | 0.15 | 0 | 0.13 | 212.38 | 0.5 | 0.75 |
Hex | A0 | BD | DF | 1C | F | 0 | D | D4 | 32 | 4B |
Octal | 240 | 275 | 337 | 34 | 17 | 0 | 15 | 324 | 62 | 113 |
Binary | 10100000 | 10111101 | 11011111 | 11100 | 1111 | 0 | 1101 | 11010100 | 110010 | 1001011 |
Color Harmonies of #A0BDDF
Complementary color
Monochromatic Colors of #A0BDDF
Black with #A0BDDF
Text Example
Text Example
White with #A0BDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BDDF; }
p { color: rgb(160,189,223); }
H1.HeaderClassName
{
color: #A0BDDF;
}
.AnyTagClassName
{
color: #A0BDDF;
}
</style>
background-color css
<style>
a { background-color: #A0BDDF; }
a { background-color: rgb(160,189,223); }
div.DivClassName
{
background-color: #A0BDDF;
}
.BgClassName
{
background-color: #A0BDDF;
}
</style>
border-color css
<style>
span { border-color: #A0BDDF; }
span { border-color: rgb(160,189,223); }
td.TdClassName
{
border-color: #A0BDDF;
}
.TagClassName
{
border-color: #A0BDDF;
}
</style>