Shades of Light Steel Blue #9CBEDC
Tints of Light Steel Blue #9CBEDC
RGB
CMYK
RGB Variations
Color information
#9CBEDC (or 0x9CBEDC) is known color: Light Steel Blue. HEX triplet: 9C, BE and DC. RGB value is (156,190,220). Sum of RGB (Red+Green+Blue) = 156+190+220=566 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.56% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #9CBEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBEDC is #634123. Grayscale: #B7B7B7. Windows color (decimal): -6504740 or 14466716. OLE color: 14466716.
HSL color Cylindrical-coordinate representation of color #9CBEDC: hue angle of 208.12º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CBEDC is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 190 | 220 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.14 |
| HSL | 208.13º | 0.48% | 0.74% | - |
| HSV(B) | 208.13º | 0.29% | 0.86% | - |
| XYZ | 45.04 | 49.06 | 74.81 | - |
| YUV | 183.25 | 148.74 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 190 | 220 | 0.29 | 0.14 | 0 | 0.14 | 208.13 | 0.48 | 0.74 |
| Hex | 9C | BE | DC | 1D | E | 0 | E | D0 | 30 | 4A |
| Octal | 234 | 276 | 334 | 35 | 16 | 0 | 16 | 320 | 60 | 112 |
| Binary | 10011100 | 10111110 | 11011100 | 11101 | 1110 | 0 | 1110 | 11010000 | 110000 | 1001010 |
Color Harmonies of #9CBEDC
Complementary color
Monochromatic Colors of #9CBEDC
Black with #9CBEDC
Text Example
Text Example
White with #9CBEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBEDC; }
p { color: rgb(156,190,220); }
H1.HeaderClassName
{
color: #9CBEDC;
}
.AnyTagClassName
{
color: #9CBEDC;
}
</style>
background-color css
<style>
a { background-color: #9CBEDC; }
a { background-color: rgb(156,190,220); }
div.DivClassName
{
background-color: #9CBEDC;
}
.BgClassName
{
background-color: #9CBEDC;
}
</style>
border-color css
<style>
span { border-color: #9CBEDC; }
span { border-color: rgb(156,190,220); }
td.TdClassName
{
border-color: #9CBEDC;
}
.TagClassName
{
border-color: #9CBEDC;
}
</style>