Shades of Light Steel Blue #9ABAE0
Tints of Light Steel Blue #9ABAE0
RGB
CMYK
RGB Variations
Color information
#9ABAE0 (or 0x9ABAE0) is known color: Light Steel Blue. HEX triplet: 9A, BA and E0. RGB value is (154,186,224). Sum of RGB (Red+Green+Blue) = 154+186+224=564 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.30% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 224 (87.89% from 255 or 39.72% from 564); Max value from RGB is 224 - color contains mainly: blue. Hex color #9ABAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABAE0 is #65451F. Grayscale: #B4B4B4. Windows color (decimal): -6636832 or 14727834. OLE color: 14727834.
HSL color Cylindrical-coordinate representation of color #9ABAE0: hue angle of 212.57º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ABAE0 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 154 | 186 | 224 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.12 |
| HSL | 212.57º | 0.53% | 0.74% | - |
| HSV(B) | 212.57º | 0.31% | 0.88% | - |
| XYZ | 44.34 | 47.37 | 77.33 | - |
| YUV | 180.76 | 152.4 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 186 | 224 | 0.31 | 0.17 | 0 | 0.12 | 212.57 | 0.53 | 0.74 |
| Hex | 9A | BA | E0 | 1F | 11 | 0 | C | D5 | 35 | 4A |
| Octal | 232 | 272 | 340 | 37 | 21 | 0 | 14 | 325 | 65 | 112 |
| Binary | 10011010 | 10111010 | 11100000 | 11111 | 10001 | 0 | 1100 | 11010101 | 110101 | 1001010 |
Color Harmonies of #9ABAE0
Complementary color
Monochromatic Colors of #9ABAE0
Black with #9ABAE0
Text Example
Text Example
White with #9ABAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABAE0; }
p { color: rgb(154,186,224); }
H1.HeaderClassName
{
color: #9ABAE0;
}
.AnyTagClassName
{
color: #9ABAE0;
}
</style>
background-color css
<style>
a { background-color: #9ABAE0; }
a { background-color: rgb(154,186,224); }
div.DivClassName
{
background-color: #9ABAE0;
}
.BgClassName
{
background-color: #9ABAE0;
}
</style>
border-color css
<style>
span { border-color: #9ABAE0; }
span { border-color: rgb(154,186,224); }
td.TdClassName
{
border-color: #9ABAE0;
}
.TagClassName
{
border-color: #9ABAE0;
}
</style>