Shades of Light Steel Blue #9AB8DC
Tints of Light Steel Blue #9AB8DC
RGB
CMYK
RGB Variations
Color information
#9AB8DC (or 0x9AB8DC) is known color: Light Steel Blue. HEX triplet: 9A, B8 and DC. RGB value is (154,184,220). Sum of RGB (Red+Green+Blue) = 154+184+220=558 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.60% from 558); Green value is 184 (72.27% from 255 or 32.97% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #9AB8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB8DC is #654723. Grayscale: #B2B2B2. Windows color (decimal): -6637348 or 14465178. OLE color: 14465178.
HSL color Cylindrical-coordinate representation of color #9AB8DC: hue angle of 212.73º 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 #9AB8DC is Cyan = 0.3, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 184 | 220 | - |
| CMYK | 0.3 | 0.16 | 0 | 0.14 |
| HSL | 212.73º | 0.49% | 0.73% | - |
| HSV(B) | 212.73º | 0.3% | 0.86% | - |
| XYZ | 43.39 | 46.32 | 74.36 | - |
| YUV | 179.13 | 151.06 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 184 | 220 | 0.3 | 0.16 | 0 | 0.14 | 212.73 | 0.49 | 0.73 |
| Hex | 9A | B8 | DC | 1E | 10 | 0 | E | D5 | 31 | 49 |
| Octal | 232 | 270 | 334 | 36 | 20 | 0 | 16 | 325 | 61 | 111 |
| Binary | 10011010 | 10111000 | 11011100 | 11110 | 10000 | 0 | 1110 | 11010101 | 110001 | 1001001 |
Color Harmonies of #9AB8DC
Complementary color
Monochromatic Colors of #9AB8DC
Black with #9AB8DC
Text Example
Text Example
White with #9AB8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB8DC; }
p { color: rgb(154,184,220); }
H1.HeaderClassName
{
color: #9AB8DC;
}
.AnyTagClassName
{
color: #9AB8DC;
}
</style>
background-color css
<style>
a { background-color: #9AB8DC; }
a { background-color: rgb(154,184,220); }
div.DivClassName
{
background-color: #9AB8DC;
}
.BgClassName
{
background-color: #9AB8DC;
}
</style>
border-color css
<style>
span { border-color: #9AB8DC; }
span { border-color: rgb(154,184,220); }
td.TdClassName
{
border-color: #9AB8DC;
}
.TagClassName
{
border-color: #9AB8DC;
}
</style>