Shades of Light Steel Blue #B9C9DF
Tints of Light Steel Blue #B9C9DF
RGB
CMYK
RGB Variations
Color information
#B9C9DF (or 0xB9C9DF) is known color: Light Steel Blue. HEX triplet: B9, C9 and DF. RGB value is (185,201,223). Sum of RGB (Red+Green+Blue) = 185+201+223=609 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.38% from 609); Green value is 201 (78.91% from 255 or 33.00% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #B9C9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C9DF is #463620. Grayscale: #C6C6C6. Windows color (decimal): -4601377 or 14666169. OLE color: 14666169.
HSL color Cylindrical-coordinate representation of color #B9C9DF: hue angle of 214.74º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9C9DF is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 201 | 223 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.13 |
| HSL | 214.74º | 0.37% | 0.8% | - |
| HSV(B) | 214.74º | 0.17% | 0.87% | - |
| XYZ | 54.21 | 57.42 | 78.04 | - |
| YUV | 198.72 | 141.7 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 201 | 223 | 0.17 | 0.10 | 0 | 0.13 | 214.74 | 0.37 | 0.8 |
| Hex | B9 | C9 | DF | 11 | A | 0 | D | D7 | 25 | 50 |
| Octal | 271 | 311 | 337 | 21 | 12 | 0 | 15 | 327 | 45 | 120 |
| Binary | 10111001 | 11001001 | 11011111 | 10001 | 1010 | 0 | 1101 | 11010111 | 100101 | 1010000 |
Color Harmonies of #B9C9DF
Complementary color
Monochromatic Colors of #B9C9DF
Black with #B9C9DF
Text Example
Text Example
White with #B9C9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C9DF; }
p { color: rgb(185,201,223); }
H1.HeaderClassName
{
color: #B9C9DF;
}
.AnyTagClassName
{
color: #B9C9DF;
}
</style>
background-color css
<style>
a { background-color: #B9C9DF; }
a { background-color: rgb(185,201,223); }
div.DivClassName
{
background-color: #B9C9DF;
}
.BgClassName
{
background-color: #B9C9DF;
}
</style>
border-color css
<style>
span { border-color: #B9C9DF; }
span { border-color: rgb(185,201,223); }
td.TdClassName
{
border-color: #B9C9DF;
}
.TagClassName
{
border-color: #B9C9DF;
}
</style>