Shades of Light Steel Blue #9DBBDA
Tints of Light Steel Blue #9DBBDA
RGB
CMYK
RGB Variations
Color information
#9DBBDA (or 0x9DBBDA) is known color: Light Steel Blue. HEX triplet: 9D, BB and DA. RGB value is (157,187,218). Sum of RGB (Red+Green+Blue) = 157+187+218=562 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.94% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #9DBBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBBDA is #624425. Grayscale: #B5B5B5. Windows color (decimal): -6439974 or 14334877. OLE color: 14334877.
HSL color Cylindrical-coordinate representation of color #9DBBDA: hue angle of 210.49º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DBBDA is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 187 | 218 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.15 |
| HSL | 210.49º | 0.45% | 0.74% | - |
| HSV(B) | 210.49º | 0.28% | 0.85% | - |
| XYZ | 44.33 | 47.77 | 73.21 | - |
| YUV | 181.56 | 148.56 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 218 | 0.28 | 0.14 | 0 | 0.15 | 210.49 | 0.45 | 0.74 |
| Hex | 9D | BB | DA | 1C | E | 0 | F | D2 | 2D | 4A |
| Octal | 235 | 273 | 332 | 34 | 16 | 0 | 17 | 322 | 55 | 112 |
| Binary | 10011101 | 10111011 | 11011010 | 11100 | 1110 | 0 | 1111 | 11010010 | 101101 | 1001010 |
Color Harmonies of #9DBBDA
Complementary color
Monochromatic Colors of #9DBBDA
Black with #9DBBDA
Text Example
Text Example
White with #9DBBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBBDA; }
p { color: rgb(157,187,218); }
H1.HeaderClassName
{
color: #9DBBDA;
}
.AnyTagClassName
{
color: #9DBBDA;
}
</style>
background-color css
<style>
a { background-color: #9DBBDA; }
a { background-color: rgb(157,187,218); }
div.DivClassName
{
background-color: #9DBBDA;
}
.BgClassName
{
background-color: #9DBBDA;
}
</style>
border-color css
<style>
span { border-color: #9DBBDA; }
span { border-color: rgb(157,187,218); }
td.TdClassName
{
border-color: #9DBBDA;
}
.TagClassName
{
border-color: #9DBBDA;
}
</style>