Shades of Light Steel Blue #9AB9DC
Tints of Light Steel Blue #9AB9DC
RGB
CMYK
RGB Variations
Color information
#9AB9DC (or 0x9AB9DC) is known color: Light Steel Blue. HEX triplet: 9A, B9 and DC. RGB value is (154,185,220). Sum of RGB (Red+Green+Blue) = 154+185+220=559 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.55% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #9AB9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB9DC is #654623. Grayscale: #B3B3B3. Windows color (decimal): -6637092 or 14465434. OLE color: 14465434.
HSL color Cylindrical-coordinate representation of color #9AB9DC: hue angle of 211.82º degrees, saturation: 0.49, 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 #9AB9DC is Cyan = 0.3, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 185 | 220 | - |
| CMYK | 0.3 | 0.16 | 0 | 0.14 |
| HSL | 211.82º | 0.49% | 0.73% | - |
| HSV(B) | 211.82º | 0.3% | 0.86% | - |
| XYZ | 43.59 | 46.74 | 74.43 | - |
| YUV | 179.72 | 150.73 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 185 | 220 | 0.3 | 0.16 | 0 | 0.14 | 211.82 | 0.49 | 0.73 |
| Hex | 9A | B9 | DC | 1E | 10 | 0 | E | D4 | 31 | 49 |
| Octal | 232 | 271 | 334 | 36 | 20 | 0 | 16 | 324 | 61 | 111 |
| Binary | 10011010 | 10111001 | 11011100 | 11110 | 10000 | 0 | 1110 | 11010100 | 110001 | 1001001 |
Color Harmonies of #9AB9DC
Complementary color
Monochromatic Colors of #9AB9DC
Black with #9AB9DC
Text Example
Text Example
White with #9AB9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB9DC; }
p { color: rgb(154,185,220); }
H1.HeaderClassName
{
color: #9AB9DC;
}
.AnyTagClassName
{
color: #9AB9DC;
}
</style>
background-color css
<style>
a { background-color: #9AB9DC; }
a { background-color: rgb(154,185,220); }
div.DivClassName
{
background-color: #9AB9DC;
}
.BgClassName
{
background-color: #9AB9DC;
}
</style>
border-color css
<style>
span { border-color: #9AB9DC; }
span { border-color: rgb(154,185,220); }
td.TdClassName
{
border-color: #9AB9DC;
}
.TagClassName
{
border-color: #9AB9DC;
}
</style>