Shades of Light Steel Blue #9ABCDC
Tints of Light Steel Blue #9ABCDC
RGB
CMYK
RGB Variations
Color information
#9ABCDC (or 0x9ABCDC) is known color: Light Steel Blue. HEX triplet: 9A, BC and DC. RGB value is (154,188,220). Sum of RGB (Red+Green+Blue) = 154+188+220=562 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.40% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #9ABCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABCDC is #654323. Grayscale: #B5B5B5. Windows color (decimal): -6636324 or 14466202. OLE color: 14466202.
HSL color Cylindrical-coordinate representation of color #9ABCDC: hue angle of 209.09º 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 #9ABCDC is Cyan = 0.3, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 188 | 220 | - |
| CMYK | 0.3 | 0.15 | 0 | 0.14 |
| HSL | 209.09º | 0.49% | 0.73% | - |
| HSV(B) | 209.09º | 0.3% | 0.86% | - |
| XYZ | 44.23 | 48 | 74.64 | - |
| YUV | 181.48 | 149.74 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 220 | 0.3 | 0.15 | 0 | 0.14 | 209.09 | 0.49 | 0.73 |
| Hex | 9A | BC | DC | 1E | F | 0 | E | D1 | 31 | 49 |
| Octal | 232 | 274 | 334 | 36 | 17 | 0 | 16 | 321 | 61 | 111 |
| Binary | 10011010 | 10111100 | 11011100 | 11110 | 1111 | 0 | 1110 | 11010001 | 110001 | 1001001 |
Color Harmonies of #9ABCDC
Complementary color
Monochromatic Colors of #9ABCDC
Black with #9ABCDC
Text Example
Text Example
White with #9ABCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABCDC; }
p { color: rgb(154,188,220); }
H1.HeaderClassName
{
color: #9ABCDC;
}
.AnyTagClassName
{
color: #9ABCDC;
}
</style>
background-color css
<style>
a { background-color: #9ABCDC; }
a { background-color: rgb(154,188,220); }
div.DivClassName
{
background-color: #9ABCDC;
}
.BgClassName
{
background-color: #9ABCDC;
}
</style>
border-color css
<style>
span { border-color: #9ABCDC; }
span { border-color: rgb(154,188,220); }
td.TdClassName
{
border-color: #9ABCDC;
}
.TagClassName
{
border-color: #9ABCDC;
}
</style>