Shades of Light Steel Blue #9CBFDB
Tints of Light Steel Blue #9CBFDB
RGB
CMYK
RGB Variations
Color information
#9CBFDB (or 0x9CBFDB) is known color: Light Steel Blue. HEX triplet: 9C, BF and DB. RGB value is (156,191,219). Sum of RGB (Red+Green+Blue) = 156+191+219=566 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.56% from 566); Green value is 191 (75% from 255 or 33.75% 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 #9CBFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBFDB is #634024. Grayscale: #B7B7B7. Windows color (decimal): -6504485 or 14401436. OLE color: 14401436.
HSL color Cylindrical-coordinate representation of color #9CBFDB: hue angle of 206.67º degrees, saturation: 0.47, 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 #9CBFDB is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 191 | 219 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.14 |
| HSL | 206.67º | 0.47% | 0.74% | - |
| HSV(B) | 206.67º | 0.29% | 0.86% | - |
| XYZ | 45.13 | 49.44 | 74.18 | - |
| YUV | 183.73 | 147.9 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 191 | 219 | 0.29 | 0.13 | 0 | 0.14 | 206.67 | 0.47 | 0.74 |
| Hex | 9C | BF | DB | 1D | D | 0 | E | CF | 2F | 4A |
| Octal | 234 | 277 | 333 | 35 | 15 | 0 | 16 | 317 | 57 | 112 |
| Binary | 10011100 | 10111111 | 11011011 | 11101 | 1101 | 0 | 1110 | 11001111 | 101111 | 1001010 |
Color Harmonies of #9CBFDB
Complementary color
Monochromatic Colors of #9CBFDB
Black with #9CBFDB
Text Example
Text Example
White with #9CBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBFDB; }
p { color: rgb(156,191,219); }
H1.HeaderClassName
{
color: #9CBFDB;
}
.AnyTagClassName
{
color: #9CBFDB;
}
</style>
background-color css
<style>
a { background-color: #9CBFDB; }
a { background-color: rgb(156,191,219); }
div.DivClassName
{
background-color: #9CBFDB;
}
.BgClassName
{
background-color: #9CBFDB;
}
</style>
border-color css
<style>
span { border-color: #9CBFDB; }
span { border-color: rgb(156,191,219); }
td.TdClassName
{
border-color: #9CBFDB;
}
.TagClassName
{
border-color: #9CBFDB;
}
</style>