Shades of Light Steel Blue #9DBEE4
Tints of Light Steel Blue #9DBEE4
RGB
CMYK
RGB Variations
Color information
#9DBEE4 (or 0x9DBEE4) is known color: Light Steel Blue. HEX triplet: 9D, BE and E4. RGB value is (157,190,228). Sum of RGB (Red+Green+Blue) = 157+190+228=575 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.30% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 228 (89.45% from 255 or 39.65% from 575); Max value from RGB is 228 - color contains mainly: blue. Hex color #9DBEE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBEE4 is #62411B. Grayscale: #B8B8B8. Windows color (decimal): -6439196 or 14991005. OLE color: 14991005.
HSL color Cylindrical-coordinate representation of color #9DBEE4: hue angle of 212.11º degrees, saturation: 0.57, 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 #9DBEE4 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 157 | 190 | 228 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.11 |
| HSL | 212.11º | 0.57% | 0.75% | - |
| HSV(B) | 212.11º | 0.31% | 0.89% | - |
| XYZ | 46.32 | 49.6 | 80.53 | - |
| YUV | 184.47 | 152.57 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 228 | 0.31 | 0.17 | 0 | 0.11 | 212.11 | 0.57 | 0.75 |
| Hex | 9D | BE | E4 | 1F | 11 | 0 | B | D4 | 39 | 4B |
| Octal | 235 | 276 | 344 | 37 | 21 | 0 | 13 | 324 | 71 | 113 |
| Binary | 10011101 | 10111110 | 11100100 | 11111 | 10001 | 0 | 1011 | 11010100 | 111001 | 1001011 |
Color Harmonies of #9DBEE4
Complementary color
Monochromatic Colors of #9DBEE4
Black with #9DBEE4
Text Example
Text Example
White with #9DBEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBEE4; }
p { color: rgb(157,190,228); }
H1.HeaderClassName
{
color: #9DBEE4;
}
.AnyTagClassName
{
color: #9DBEE4;
}
</style>
background-color css
<style>
a { background-color: #9DBEE4; }
a { background-color: rgb(157,190,228); }
div.DivClassName
{
background-color: #9DBEE4;
}
.BgClassName
{
background-color: #9DBEE4;
}
</style>
border-color css
<style>
span { border-color: #9DBEE4; }
span { border-color: rgb(157,190,228); }
td.TdClassName
{
border-color: #9DBEE4;
}
.TagClassName
{
border-color: #9DBEE4;
}
</style>