Shades of Light Steel Blue #9DBDDE
Tints of Light Steel Blue #9DBDDE
RGB
CMYK
RGB Variations
Color information
#9DBDDE (or 0x9DBDDE) is known color: Light Steel Blue. HEX triplet: 9D, BD and DE. RGB value is (157,189,222). Sum of RGB (Red+Green+Blue) = 157+189+222=568 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.64% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #9DBDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBDDE is #624221. Grayscale: #B7B7B7. Windows color (decimal): -6439458 or 14597533. OLE color: 14597533.
HSL color Cylindrical-coordinate representation of color #9DBDDE: hue angle of 210.46º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DBDDE is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 189 | 222 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.13 |
| HSL | 210.46º | 0.5% | 0.74% | - |
| HSV(B) | 210.46º | 0.29% | 0.87% | - |
| XYZ | 45.29 | 48.84 | 76.15 | - |
| YUV | 183.19 | 149.9 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 222 | 0.29 | 0.15 | 0 | 0.13 | 210.46 | 0.5 | 0.74 |
| Hex | 9D | BD | DE | 1D | F | 0 | D | D2 | 32 | 4A |
| Octal | 235 | 275 | 336 | 35 | 17 | 0 | 15 | 322 | 62 | 112 |
| Binary | 10011101 | 10111101 | 11011110 | 11101 | 1111 | 0 | 1101 | 11010010 | 110010 | 1001010 |
Color Harmonies of #9DBDDE
Complementary color
Monochromatic Colors of #9DBDDE
Black with #9DBDDE
Text Example
Text Example
White with #9DBDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBDDE; }
p { color: rgb(157,189,222); }
H1.HeaderClassName
{
color: #9DBDDE;
}
.AnyTagClassName
{
color: #9DBDDE;
}
</style>
background-color css
<style>
a { background-color: #9DBDDE; }
a { background-color: rgb(157,189,222); }
div.DivClassName
{
background-color: #9DBDDE;
}
.BgClassName
{
background-color: #9DBDDE;
}
</style>
border-color css
<style>
span { border-color: #9DBDDE; }
span { border-color: rgb(157,189,222); }
td.TdClassName
{
border-color: #9DBDDE;
}
.TagClassName
{
border-color: #9DBDDE;
}
</style>