Shades of Light Steel Blue #B5C5DF
Tints of Light Steel Blue #B5C5DF
RGB
CMYK
RGB Variations
Color information
#B5C5DF (or 0xB5C5DF) is known color: Light Steel Blue. HEX triplet: B5, C5 and DF. RGB value is (181,197,223). Sum of RGB (Red+Green+Blue) = 181+197+223=601 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.12% from 601); Green value is 197 (77.34% from 255 or 32.78% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #B5C5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C5DF is #4A3A20. Grayscale: #C3C3C3. Windows color (decimal): -4864545 or 14665141. OLE color: 14665141.
HSL color Cylindrical-coordinate representation of color #B5C5DF: hue angle of 217.14º 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 #B5C5DF is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 197 | 223 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.13 |
| HSL | 217.14º | 0.4% | 0.79% | - |
| HSV(B) | 217.14º | 0.19% | 0.87% | - |
| XYZ | 52.34 | 55.08 | 77.69 | - |
| YUV | 195.18 | 143.7 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 197 | 223 | 0.19 | 0.12 | 0 | 0.13 | 217.14 | 0.4 | 0.79 |
| Hex | B5 | C5 | DF | 13 | C | 0 | D | D9 | 28 | 4F |
| Octal | 265 | 305 | 337 | 23 | 14 | 0 | 15 | 331 | 50 | 117 |
| Binary | 10110101 | 11000101 | 11011111 | 10011 | 1100 | 0 | 1101 | 11011001 | 101000 | 1001111 |
Color Harmonies of #B5C5DF
Complementary color
Monochromatic Colors of #B5C5DF
Black with #B5C5DF
Text Example
Text Example
White with #B5C5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C5DF; }
p { color: rgb(181,197,223); }
H1.HeaderClassName
{
color: #B5C5DF;
}
.AnyTagClassName
{
color: #B5C5DF;
}
</style>
background-color css
<style>
a { background-color: #B5C5DF; }
a { background-color: rgb(181,197,223); }
div.DivClassName
{
background-color: #B5C5DF;
}
.BgClassName
{
background-color: #B5C5DF;
}
</style>
border-color css
<style>
span { border-color: #B5C5DF; }
span { border-color: rgb(181,197,223); }
td.TdClassName
{
border-color: #B5C5DF;
}
.TagClassName
{
border-color: #B5C5DF;
}
</style>