Shades of Light Steel Blue #9ABBDC
Tints of Light Steel Blue #9ABBDC
RGB
CMYK
RGB Variations
Color information
#9ABBDC (or 0x9ABBDC) is known color: Light Steel Blue. HEX triplet: 9A, BB and DC. RGB value is (154,187,220). Sum of RGB (Red+Green+Blue) = 154+187+220=561 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.45% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #9ABBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABBDC is #654423. Grayscale: #B4B4B4. Windows color (decimal): -6636580 or 14465946. OLE color: 14465946.
HSL color Cylindrical-coordinate representation of color #9ABBDC: hue angle of 210º 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 #9ABBDC is Cyan = 0.3, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 187 | 220 | - |
| CMYK | 0.3 | 0.15 | 0 | 0.14 |
| HSL | 210º | 0.49% | 0.73% | - |
| HSV(B) | 210º | 0.3% | 0.86% | - |
| XYZ | 44.02 | 47.58 | 74.57 | - |
| YUV | 180.9 | 150.07 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 187 | 220 | 0.3 | 0.15 | 0 | 0.14 | 210 | 0.49 | 0.73 |
| Hex | 9A | BB | DC | 1E | F | 0 | E | D2 | 31 | 49 |
| Octal | 232 | 273 | 334 | 36 | 17 | 0 | 16 | 322 | 61 | 111 |
| Binary | 10011010 | 10111011 | 11011100 | 11110 | 1111 | 0 | 1110 | 11010010 | 110001 | 1001001 |
Color Harmonies of #9ABBDC
Complementary color
Monochromatic Colors of #9ABBDC
Black with #9ABBDC
Text Example
Text Example
White with #9ABBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABBDC; }
p { color: rgb(154,187,220); }
H1.HeaderClassName
{
color: #9ABBDC;
}
.AnyTagClassName
{
color: #9ABBDC;
}
</style>
background-color css
<style>
a { background-color: #9ABBDC; }
a { background-color: rgb(154,187,220); }
div.DivClassName
{
background-color: #9ABBDC;
}
.BgClassName
{
background-color: #9ABBDC;
}
</style>
border-color css
<style>
span { border-color: #9ABBDC; }
span { border-color: rgb(154,187,220); }
td.TdClassName
{
border-color: #9ABBDC;
}
.TagClassName
{
border-color: #9ABBDC;
}
</style>