Shades of Light Steel Blue #9DBAE2
Tints of Light Steel Blue #9DBAE2
RGB
CMYK
RGB Variations
Color information
#9DBAE2 (or 0x9DBAE2) is known color: Light Steel Blue. HEX triplet: 9D, BA and E2. RGB value is (157,186,226). Sum of RGB (Red+Green+Blue) = 157+186+226=569 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.59% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 226 (88.67% from 255 or 39.72% from 569); Max value from RGB is 226 - color contains mainly: blue. Hex color #9DBAE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBAE2 is #62451D. Grayscale: #B5B5B5. Windows color (decimal): -6440222 or 14858909. OLE color: 14858909.
HSL color Cylindrical-coordinate representation of color #9DBAE2: hue angle of 214.78º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DBAE2 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 157 | 186 | 226 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.11 |
| HSL | 214.78º | 0.54% | 0.75% | - |
| HSV(B) | 214.78º | 0.31% | 0.89% | - |
| XYZ | 45.19 | 47.78 | 78.79 | - |
| YUV | 181.89 | 152.89 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 226 | 0.31 | 0.18 | 0 | 0.11 | 214.78 | 0.54 | 0.75 |
| Hex | 9D | BA | E2 | 1F | 12 | 0 | B | D7 | 36 | 4B |
| Octal | 235 | 272 | 342 | 37 | 22 | 0 | 13 | 327 | 66 | 113 |
| Binary | 10011101 | 10111010 | 11100010 | 11111 | 10010 | 0 | 1011 | 11010111 | 110110 | 1001011 |
Color Harmonies of #9DBAE2
Complementary color
Monochromatic Colors of #9DBAE2
Black with #9DBAE2
Text Example
Text Example
White with #9DBAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBAE2; }
p { color: rgb(157,186,226); }
H1.HeaderClassName
{
color: #9DBAE2;
}
.AnyTagClassName
{
color: #9DBAE2;
}
</style>
background-color css
<style>
a { background-color: #9DBAE2; }
a { background-color: rgb(157,186,226); }
div.DivClassName
{
background-color: #9DBAE2;
}
.BgClassName
{
background-color: #9DBAE2;
}
</style>
border-color css
<style>
span { border-color: #9DBAE2; }
span { border-color: rgb(157,186,226); }
td.TdClassName
{
border-color: #9DBAE2;
}
.TagClassName
{
border-color: #9DBAE2;
}
</style>