Shades of Light Steel Blue #9ABCDE
Tints of Light Steel Blue #9ABCDE
RGB
CMYK
RGB Variations
Color information
#9ABCDE (or 0x9ABCDE) is known color: Light Steel Blue. HEX triplet: 9A, BC and DE. RGB value is (154,188,222). Sum of RGB (Red+Green+Blue) = 154+188+222=564 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.30% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #9ABCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABCDE is #654321. Grayscale: #B5B5B5. Windows color (decimal): -6636322 or 14597274. OLE color: 14597274.
HSL color Cylindrical-coordinate representation of color #9ABCDE: hue angle of 210º 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 #9ABCDE is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 188 | 222 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.13 |
| HSL | 210º | 0.51% | 0.74% | - |
| HSV(B) | 210º | 0.31% | 0.87% | - |
| XYZ | 44.49 | 48.11 | 76.05 | - |
| YUV | 181.71 | 150.74 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 222 | 0.31 | 0.15 | 0 | 0.13 | 210 | 0.51 | 0.74 |
| Hex | 9A | BC | DE | 1F | F | 0 | D | D2 | 33 | 4A |
| Octal | 232 | 274 | 336 | 37 | 17 | 0 | 15 | 322 | 63 | 112 |
| Binary | 10011010 | 10111100 | 11011110 | 11111 | 1111 | 0 | 1101 | 11010010 | 110011 | 1001010 |
Color Harmonies of #9ABCDE
Complementary color
Monochromatic Colors of #9ABCDE
Black with #9ABCDE
Text Example
Text Example
White with #9ABCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABCDE; }
p { color: rgb(154,188,222); }
H1.HeaderClassName
{
color: #9ABCDE;
}
.AnyTagClassName
{
color: #9ABCDE;
}
</style>
background-color css
<style>
a { background-color: #9ABCDE; }
a { background-color: rgb(154,188,222); }
div.DivClassName
{
background-color: #9ABCDE;
}
.BgClassName
{
background-color: #9ABCDE;
}
</style>
border-color css
<style>
span { border-color: #9ABCDE; }
span { border-color: rgb(154,188,222); }
td.TdClassName
{
border-color: #9ABCDE;
}
.TagClassName
{
border-color: #9ABCDE;
}
</style>