Shades of Light Steel Blue #9DBEDB
Tints of Light Steel Blue #9DBEDB
RGB
CMYK
RGB Variations
Color information
#9DBEDB (or 0x9DBEDB) is known color: Light Steel Blue. HEX triplet: 9D, BE and DB. RGB value is (157,190,219). Sum of RGB (Red+Green+Blue) = 157+190+219=566 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.74% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DBEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBEDB is #624124. Grayscale: #B7B7B7. Windows color (decimal): -6439205 or 14401181. OLE color: 14401181.
HSL color Cylindrical-coordinate representation of color #9DBEDB: hue angle of 208.06º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DBEDB is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 190 | 219 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.14 |
| HSL | 208.06º | 0.46% | 0.74% | - |
| HSV(B) | 208.06º | 0.28% | 0.86% | - |
| XYZ | 45.1 | 49.11 | 74.12 | - |
| YUV | 183.44 | 148.07 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 219 | 0.28 | 0.13 | 0 | 0.14 | 208.06 | 0.46 | 0.74 |
| Hex | 9D | BE | DB | 1C | D | 0 | E | D0 | 2E | 4A |
| Octal | 235 | 276 | 333 | 34 | 15 | 0 | 16 | 320 | 56 | 112 |
| Binary | 10011101 | 10111110 | 11011011 | 11100 | 1101 | 0 | 1110 | 11010000 | 101110 | 1001010 |
Color Harmonies of #9DBEDB
Complementary color
Monochromatic Colors of #9DBEDB
Black with #9DBEDB
Text Example
Text Example
White with #9DBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBEDB; }
p { color: rgb(157,190,219); }
H1.HeaderClassName
{
color: #9DBEDB;
}
.AnyTagClassName
{
color: #9DBEDB;
}
</style>
background-color css
<style>
a { background-color: #9DBEDB; }
a { background-color: rgb(157,190,219); }
div.DivClassName
{
background-color: #9DBEDB;
}
.BgClassName
{
background-color: #9DBEDB;
}
</style>
border-color css
<style>
span { border-color: #9DBEDB; }
span { border-color: rgb(157,190,219); }
td.TdClassName
{
border-color: #9DBEDB;
}
.TagClassName
{
border-color: #9DBEDB;
}
</style>