Shades of Light Steel Blue #B5C6DF
Tints of Light Steel Blue #B5C6DF
RGB
CMYK
RGB Variations
Color information
#B5C6DF (or 0xB5C6DF) is known color: Light Steel Blue. HEX triplet: B5, C6 and DF. RGB value is (181,198,223). Sum of RGB (Red+Green+Blue) = 181+198+223=602 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.07% from 602); Green value is 198 (77.73% from 255 or 32.89% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #B5C6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C6DF is #4A3920. Grayscale: #C3C3C3. Windows color (decimal): -4864289 or 14665397. OLE color: 14665397.
HSL color Cylindrical-coordinate representation of color #B5C6DF: hue angle of 215.71º degrees, saturation: 0.4, 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 #B5C6DF is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 198 | 223 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.13 |
| HSL | 215.71º | 0.4% | 0.79% | - |
| HSV(B) | 215.71º | 0.19% | 0.87% | - |
| XYZ | 52.57 | 55.54 | 77.76 | - |
| YUV | 195.77 | 143.37 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 198 | 223 | 0.19 | 0.11 | 0 | 0.13 | 215.71 | 0.4 | 0.79 |
| Hex | B5 | C6 | DF | 13 | B | 0 | D | D8 | 28 | 4F |
| Octal | 265 | 306 | 337 | 23 | 13 | 0 | 15 | 330 | 50 | 117 |
| Binary | 10110101 | 11000110 | 11011111 | 10011 | 1011 | 0 | 1101 | 11011000 | 101000 | 1001111 |
Color Harmonies of #B5C6DF
Complementary color
Monochromatic Colors of #B5C6DF
Black with #B5C6DF
Text Example
Text Example
White with #B5C6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C6DF; }
p { color: rgb(181,198,223); }
H1.HeaderClassName
{
color: #B5C6DF;
}
.AnyTagClassName
{
color: #B5C6DF;
}
</style>
background-color css
<style>
a { background-color: #B5C6DF; }
a { background-color: rgb(181,198,223); }
div.DivClassName
{
background-color: #B5C6DF;
}
.BgClassName
{
background-color: #B5C6DF;
}
</style>
border-color css
<style>
span { border-color: #B5C6DF; }
span { border-color: rgb(181,198,223); }
td.TdClassName
{
border-color: #B5C6DF;
}
.TagClassName
{
border-color: #B5C6DF;
}
</style>