Shades of Light Steel Blue #9CBBE3
Tints of Light Steel Blue #9CBBE3
RGB
CMYK
RGB Variations
Color information
#9CBBE3 (or 0x9CBBE3) is known color: Light Steel Blue. HEX triplet: 9C, BB and E3. RGB value is (156,187,227). Sum of RGB (Red+Green+Blue) = 156+187+227=570 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.37% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 227 (89.06% from 255 or 39.82% from 570); Max value from RGB is 227 - color contains mainly: blue. Hex color #9CBBE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBBE3 is #63441C. Grayscale: #B6B6B6. Windows color (decimal): -6505501 or 14924700. OLE color: 14924700.
HSL color Cylindrical-coordinate representation of color #9CBBE3: hue angle of 213.8º degrees, saturation: 0.56, 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 #9CBBE3 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 156 | 187 | 227 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.11 |
| HSL | 213.8º | 0.56% | 0.75% | - |
| HSV(B) | 213.8º | 0.31% | 0.89% | - |
| XYZ | 45.35 | 48.15 | 79.58 | - |
| YUV | 182.29 | 153.23 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 187 | 227 | 0.31 | 0.18 | 0 | 0.11 | 213.8 | 0.56 | 0.75 |
| Hex | 9C | BB | E3 | 1F | 12 | 0 | B | D6 | 38 | 4B |
| Octal | 234 | 273 | 343 | 37 | 22 | 0 | 13 | 326 | 70 | 113 |
| Binary | 10011100 | 10111011 | 11100011 | 11111 | 10010 | 0 | 1011 | 11010110 | 111000 | 1001011 |
Color Harmonies of #9CBBE3
Complementary color
Monochromatic Colors of #9CBBE3
Black with #9CBBE3
Text Example
Text Example
White with #9CBBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBBE3; }
p { color: rgb(156,187,227); }
H1.HeaderClassName
{
color: #9CBBE3;
}
.AnyTagClassName
{
color: #9CBBE3;
}
</style>
background-color css
<style>
a { background-color: #9CBBE3; }
a { background-color: rgb(156,187,227); }
div.DivClassName
{
background-color: #9CBBE3;
}
.BgClassName
{
background-color: #9CBBE3;
}
</style>
border-color css
<style>
span { border-color: #9CBBE3; }
span { border-color: rgb(156,187,227); }
td.TdClassName
{
border-color: #9CBBE3;
}
.TagClassName
{
border-color: #9CBBE3;
}
</style>