Shades of Light Steel Blue #9ABADB
Tints of Light Steel Blue #9ABADB
RGB
CMYK
RGB Variations
Color information
#9ABADB (or 0x9ABADB) is known color: Light Steel Blue. HEX triplet: 9A, BA and DB. RGB value is (154,186,219). Sum of RGB (Red+Green+Blue) = 154+186+219=559 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.55% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #9ABADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABADB is #654524. Grayscale: #B4B4B4. Windows color (decimal): -6636837 or 14400154. OLE color: 14400154.
HSL color Cylindrical-coordinate representation of color #9ABADB: hue angle of 210.46º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ABADB is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 186 | 219 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.14 |
| HSL | 210.46º | 0.47% | 0.73% | - |
| HSV(B) | 210.46º | 0.3% | 0.86% | - |
| XYZ | 43.67 | 47.1 | 73.81 | - |
| YUV | 180.19 | 149.9 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 186 | 219 | 0.30 | 0.15 | 0 | 0.14 | 210.46 | 0.47 | 0.73 |
| Hex | 9A | BA | DB | 1E | F | 0 | E | D2 | 2F | 49 |
| Octal | 232 | 272 | 333 | 36 | 17 | 0 | 16 | 322 | 57 | 111 |
| Binary | 10011010 | 10111010 | 11011011 | 11110 | 1111 | 0 | 1110 | 11010010 | 101111 | 1001001 |
Color Harmonies of #9ABADB
Complementary color
Monochromatic Colors of #9ABADB
Black with #9ABADB
Text Example
Text Example
White with #9ABADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABADB; }
p { color: rgb(154,186,219); }
H1.HeaderClassName
{
color: #9ABADB;
}
.AnyTagClassName
{
color: #9ABADB;
}
</style>
background-color css
<style>
a { background-color: #9ABADB; }
a { background-color: rgb(154,186,219); }
div.DivClassName
{
background-color: #9ABADB;
}
.BgClassName
{
background-color: #9ABADB;
}
</style>
border-color css
<style>
span { border-color: #9ABADB; }
span { border-color: rgb(154,186,219); }
td.TdClassName
{
border-color: #9ABADB;
}
.TagClassName
{
border-color: #9ABADB;
}
</style>