Shades of Light Steel Blue #9AB9E0
Tints of Light Steel Blue #9AB9E0
RGB
CMYK
RGB Variations
Color information
#9AB9E0 (or 0x9AB9E0) is known color: Light Steel Blue. HEX triplet: 9A, B9 and E0. RGB value is (154,185,224). Sum of RGB (Red+Green+Blue) = 154+185+224=563 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.35% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 224 (87.89% from 255 or 39.79% from 563); Max value from RGB is 224 - color contains mainly: blue. Hex color #9AB9E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB9E0 is #65461F. Grayscale: #B3B3B3. Windows color (decimal): -6637088 or 14727578. OLE color: 14727578.
HSL color Cylindrical-coordinate representation of color #9AB9E0: hue angle of 213.43º 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 #9AB9E0 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 154 | 185 | 224 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.12 |
| HSL | 213.43º | 0.53% | 0.74% | - |
| HSV(B) | 213.43º | 0.31% | 0.88% | - |
| XYZ | 44.13 | 46.95 | 77.26 | - |
| YUV | 180.18 | 152.73 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 185 | 224 | 0.31 | 0.17 | 0 | 0.12 | 213.43 | 0.53 | 0.74 |
| Hex | 9A | B9 | E0 | 1F | 11 | 0 | C | D5 | 35 | 4A |
| Octal | 232 | 271 | 340 | 37 | 21 | 0 | 14 | 325 | 65 | 112 |
| Binary | 10011010 | 10111001 | 11100000 | 11111 | 10001 | 0 | 1100 | 11010101 | 110101 | 1001010 |
Color Harmonies of #9AB9E0
Complementary color
Monochromatic Colors of #9AB9E0
Black with #9AB9E0
Text Example
Text Example
White with #9AB9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB9E0; }
p { color: rgb(154,185,224); }
H1.HeaderClassName
{
color: #9AB9E0;
}
.AnyTagClassName
{
color: #9AB9E0;
}
</style>
background-color css
<style>
a { background-color: #9AB9E0; }
a { background-color: rgb(154,185,224); }
div.DivClassName
{
background-color: #9AB9E0;
}
.BgClassName
{
background-color: #9AB9E0;
}
</style>
border-color css
<style>
span { border-color: #9AB9E0; }
span { border-color: rgb(154,185,224); }
td.TdClassName
{
border-color: #9AB9E0;
}
.TagClassName
{
border-color: #9AB9E0;
}
</style>