Shades of Light Steel Blue #B3C3DE
Tints of Light Steel Blue #B3C3DE
RGB
CMYK
RGB Variations
Color information
#B3C3DE (or 0xB3C3DE) is known color: Light Steel Blue. HEX triplet: B3, C3 and DE. RGB value is (179,195,222). Sum of RGB (Red+Green+Blue) = 179+195+222=596 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.03% from 596); Green value is 195 (76.56% from 255 or 32.72% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 222 - color contains mainly: blue. Hex color #B3C3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C3DE is #4C3C21. Grayscale: #C1C1C1. Windows color (decimal): -4996130 or 14599091. OLE color: 14599091.
HSL color Cylindrical-coordinate representation of color #B3C3DE: hue angle of 217.67º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3C3DE is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 195 | 222 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.13 |
| HSL | 217.67º | 0.39% | 0.79% | - |
| HSV(B) | 217.67º | 0.19% | 0.87% | - |
| XYZ | 51.29 | 53.89 | 76.81 | - |
| YUV | 193.29 | 144.2 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 195 | 222 | 0.19 | 0.12 | 0 | 0.13 | 217.67 | 0.39 | 0.79 |
| Hex | B3 | C3 | DE | 13 | C | 0 | D | DA | 27 | 4F |
| Octal | 263 | 303 | 336 | 23 | 14 | 0 | 15 | 332 | 47 | 117 |
| Binary | 10110011 | 11000011 | 11011110 | 10011 | 1100 | 0 | 1101 | 11011010 | 100111 | 1001111 |
Color Harmonies of #B3C3DE
Complementary color
Monochromatic Colors of #B3C3DE
Black with #B3C3DE
Text Example
Text Example
White with #B3C3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C3DE; }
p { color: rgb(179,195,222); }
H1.HeaderClassName
{
color: #B3C3DE;
}
.AnyTagClassName
{
color: #B3C3DE;
}
</style>
background-color css
<style>
a { background-color: #B3C3DE; }
a { background-color: rgb(179,195,222); }
div.DivClassName
{
background-color: #B3C3DE;
}
.BgClassName
{
background-color: #B3C3DE;
}
</style>
border-color css
<style>
span { border-color: #B3C3DE; }
span { border-color: rgb(179,195,222); }
td.TdClassName
{
border-color: #B3C3DE;
}
.TagClassName
{
border-color: #B3C3DE;
}
</style>