Shades of Light Steel Blue #9AB8DE
Tints of Light Steel Blue #9AB8DE
RGB
CMYK
RGB Variations
Color information
#9AB8DE (or 0x9AB8DE) is known color: Light Steel Blue. HEX triplet: 9A, B8 and DE. RGB value is (154,184,222). Sum of RGB (Red+Green+Blue) = 154+184+222=560 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.5% from 560); Green value is 184 (72.27% from 255 or 32.86% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 222 - color contains mainly: blue. Hex color #9AB8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB8DE is #654721. Grayscale: #B3B3B3. Windows color (decimal): -6637346 or 14596250. OLE color: 14596250.
HSL color Cylindrical-coordinate representation of color #9AB8DE: hue angle of 213.53º degrees, saturation: 0.51, 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 #9AB8DE is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 184 | 222 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.13 |
| HSL | 213.53º | 0.51% | 0.74% | - |
| HSV(B) | 213.53º | 0.31% | 0.87% | - |
| XYZ | 43.65 | 46.42 | 75.77 | - |
| YUV | 179.36 | 152.06 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 184 | 222 | 0.31 | 0.17 | 0 | 0.13 | 213.53 | 0.51 | 0.74 |
| Hex | 9A | B8 | DE | 1F | 11 | 0 | D | D6 | 33 | 4A |
| Octal | 232 | 270 | 336 | 37 | 21 | 0 | 15 | 326 | 63 | 112 |
| Binary | 10011010 | 10111000 | 11011110 | 11111 | 10001 | 0 | 1101 | 11010110 | 110011 | 1001010 |
Color Harmonies of #9AB8DE
Complementary color
Monochromatic Colors of #9AB8DE
Black with #9AB8DE
Text Example
Text Example
White with #9AB8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB8DE; }
p { color: rgb(154,184,222); }
H1.HeaderClassName
{
color: #9AB8DE;
}
.AnyTagClassName
{
color: #9AB8DE;
}
</style>
background-color css
<style>
a { background-color: #9AB8DE; }
a { background-color: rgb(154,184,222); }
div.DivClassName
{
background-color: #9AB8DE;
}
.BgClassName
{
background-color: #9AB8DE;
}
</style>
border-color css
<style>
span { border-color: #9AB8DE; }
span { border-color: rgb(154,184,222); }
td.TdClassName
{
border-color: #9AB8DE;
}
.TagClassName
{
border-color: #9AB8DE;
}
</style>