Shades of Light Steel Blue #9ABBDF
Tints of Light Steel Blue #9ABBDF
RGB
CMYK
RGB Variations
Color information
#9ABBDF (or 0x9ABBDF) is known color: Light Steel Blue. HEX triplet: 9A, BB and DF. RGB value is (154,187,223). Sum of RGB (Red+Green+Blue) = 154+187+223=564 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.30% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #9ABBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABBDF is #654420. Grayscale: #B5B5B5. Windows color (decimal): -6636577 or 14662554. OLE color: 14662554.
HSL color Cylindrical-coordinate representation of color #9ABBDF: hue angle of 211.3º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ABBDF is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 187 | 223 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.13 |
| HSL | 211.3º | 0.52% | 0.74% | - |
| HSV(B) | 211.3º | 0.31% | 0.87% | - |
| XYZ | 44.42 | 47.74 | 76.69 | - |
| YUV | 181.24 | 151.57 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 187 | 223 | 0.31 | 0.16 | 0 | 0.13 | 211.3 | 0.52 | 0.74 |
| Hex | 9A | BB | DF | 1F | 10 | 0 | D | D3 | 34 | 4A |
| Octal | 232 | 273 | 337 | 37 | 20 | 0 | 15 | 323 | 64 | 112 |
| Binary | 10011010 | 10111011 | 11011111 | 11111 | 10000 | 0 | 1101 | 11010011 | 110100 | 1001010 |
Color Harmonies of #9ABBDF
Complementary color
Monochromatic Colors of #9ABBDF
Black with #9ABBDF
Text Example
Text Example
White with #9ABBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABBDF; }
p { color: rgb(154,187,223); }
H1.HeaderClassName
{
color: #9ABBDF;
}
.AnyTagClassName
{
color: #9ABBDF;
}
</style>
background-color css
<style>
a { background-color: #9ABBDF; }
a { background-color: rgb(154,187,223); }
div.DivClassName
{
background-color: #9ABBDF;
}
.BgClassName
{
background-color: #9ABBDF;
}
</style>
border-color css
<style>
span { border-color: #9ABBDF; }
span { border-color: rgb(154,187,223); }
td.TdClassName
{
border-color: #9ABBDF;
}
.TagClassName
{
border-color: #9ABBDF;
}
</style>