Shades of Light Steel Blue #9ABCDF
Tints of Light Steel Blue #9ABCDF
RGB
CMYK
RGB Variations
Color information
#9ABCDF (or 0x9ABCDF) is known color: Light Steel Blue. HEX triplet: 9A, BC and DF. RGB value is (154,188,223). Sum of RGB (Red+Green+Blue) = 154+188+223=565 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.26% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #9ABCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABCDF is #654320. Grayscale: #B5B5B5. Windows color (decimal): -6636321 or 14662810. OLE color: 14662810.
HSL color Cylindrical-coordinate representation of color #9ABCDF: hue angle of 210.43º 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 #9ABCDF is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 188 | 223 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.13 |
| HSL | 210.43º | 0.52% | 0.74% | - |
| HSV(B) | 210.43º | 0.31% | 0.87% | - |
| XYZ | 44.63 | 48.16 | 76.76 | - |
| YUV | 181.82 | 151.24 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 223 | 0.31 | 0.16 | 0 | 0.13 | 210.43 | 0.52 | 0.74 |
| Hex | 9A | BC | DF | 1F | 10 | 0 | D | D2 | 34 | 4A |
| Octal | 232 | 274 | 337 | 37 | 20 | 0 | 15 | 322 | 64 | 112 |
| Binary | 10011010 | 10111100 | 11011111 | 11111 | 10000 | 0 | 1101 | 11010010 | 110100 | 1001010 |
Color Harmonies of #9ABCDF
Complementary color
Monochromatic Colors of #9ABCDF
Black with #9ABCDF
Text Example
Text Example
White with #9ABCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABCDF; }
p { color: rgb(154,188,223); }
H1.HeaderClassName
{
color: #9ABCDF;
}
.AnyTagClassName
{
color: #9ABCDF;
}
</style>
background-color css
<style>
a { background-color: #9ABCDF; }
a { background-color: rgb(154,188,223); }
div.DivClassName
{
background-color: #9ABCDF;
}
.BgClassName
{
background-color: #9ABCDF;
}
</style>
border-color css
<style>
span { border-color: #9ABCDF; }
span { border-color: rgb(154,188,223); }
td.TdClassName
{
border-color: #9ABCDF;
}
.TagClassName
{
border-color: #9ABCDF;
}
</style>