Shades of Light Steel Blue #9CBDDE
Tints of Light Steel Blue #9CBDDE
RGB
CMYK
RGB Variations
Color information
#9CBDDE (or 0x9CBDDE) is known color: Light Steel Blue. HEX triplet: 9C, BD and DE. RGB value is (156,189,222). Sum of RGB (Red+Green+Blue) = 156+189+222=567 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.51% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 222 - color contains mainly: blue. Hex color #9CBDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBDDE is #634221. Grayscale: #B6B6B6. Windows color (decimal): -6504994 or 14597532. OLE color: 14597532.
HSL color Cylindrical-coordinate representation of color #9CBDDE: hue angle of 210º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CBDDE is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 189 | 222 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.13 |
| HSL | 210º | 0.5% | 0.74% | - |
| HSV(B) | 210º | 0.3% | 0.87% | - |
| XYZ | 45.09 | 48.74 | 76.14 | - |
| YUV | 182.9 | 150.07 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 222 | 0.30 | 0.15 | 0 | 0.13 | 210 | 0.5 | 0.74 |
| Hex | 9C | BD | DE | 1E | F | 0 | D | D2 | 32 | 4A |
| Octal | 234 | 275 | 336 | 36 | 17 | 0 | 15 | 322 | 62 | 112 |
| Binary | 10011100 | 10111101 | 11011110 | 11110 | 1111 | 0 | 1101 | 11010010 | 110010 | 1001010 |
Color Harmonies of #9CBDDE
Complementary color
Monochromatic Colors of #9CBDDE
Black with #9CBDDE
Text Example
Text Example
White with #9CBDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBDDE; }
p { color: rgb(156,189,222); }
H1.HeaderClassName
{
color: #9CBDDE;
}
.AnyTagClassName
{
color: #9CBDDE;
}
</style>
background-color css
<style>
a { background-color: #9CBDDE; }
a { background-color: rgb(156,189,222); }
div.DivClassName
{
background-color: #9CBDDE;
}
.BgClassName
{
background-color: #9CBDDE;
}
</style>
border-color css
<style>
span { border-color: #9CBDDE; }
span { border-color: rgb(156,189,222); }
td.TdClassName
{
border-color: #9CBDDE;
}
.TagClassName
{
border-color: #9CBDDE;
}
</style>