Shades of Light Steel Blue #B3C9DF
Tints of Light Steel Blue #B3C9DF
RGB
CMYK
RGB Variations
Color information
#B3C9DF (or 0xB3C9DF) is known color: Light Steel Blue. HEX triplet: B3, C9 and DF. RGB value is (179,201,223). Sum of RGB (Red+Green+Blue) = 179+201+223=603 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.68% from 603); Green value is 201 (78.91% from 255 or 33.33% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #B3C9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C9DF is #4C3620. Grayscale: #C4C4C4. Windows color (decimal): -4994593 or 14666163. OLE color: 14666163.
HSL color Cylindrical-coordinate representation of color #B3C9DF: hue angle of 210º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3C9DF is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 201 | 223 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.13 |
| HSL | 210º | 0.41% | 0.79% | - |
| HSV(B) | 210º | 0.2% | 0.87% | - |
| XYZ | 52.8 | 56.68 | 77.97 | - |
| YUV | 196.93 | 142.71 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 201 | 223 | 0.20 | 0.10 | 0 | 0.13 | 210 | 0.41 | 0.79 |
| Hex | B3 | C9 | DF | 14 | A | 0 | D | D2 | 29 | 4F |
| Octal | 263 | 311 | 337 | 24 | 12 | 0 | 15 | 322 | 51 | 117 |
| Binary | 10110011 | 11001001 | 11011111 | 10100 | 1010 | 0 | 1101 | 11010010 | 101001 | 1001111 |
Color Harmonies of #B3C9DF
Complementary color
Monochromatic Colors of #B3C9DF
Black with #B3C9DF
Text Example
Text Example
White with #B3C9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C9DF; }
p { color: rgb(179,201,223); }
H1.HeaderClassName
{
color: #B3C9DF;
}
.AnyTagClassName
{
color: #B3C9DF;
}
</style>
background-color css
<style>
a { background-color: #B3C9DF; }
a { background-color: rgb(179,201,223); }
div.DivClassName
{
background-color: #B3C9DF;
}
.BgClassName
{
background-color: #B3C9DF;
}
</style>
border-color css
<style>
span { border-color: #B3C9DF; }
span { border-color: rgb(179,201,223); }
td.TdClassName
{
border-color: #B3C9DF;
}
.TagClassName
{
border-color: #B3C9DF;
}
</style>