Shades of Light Steel Blue #B1C8E0
Tints of Light Steel Blue #B1C8E0
RGB
CMYK
RGB Variations
Color information
#B1C8E0 (or 0xB1C8E0) is known color: Light Steel Blue. HEX triplet: B1, C8 and E0. RGB value is (177,200,224). Sum of RGB (Red+Green+Blue) = 177+200+224=601 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.45% from 601); Green value is 200 (78.52% from 255 or 33.28% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 224 - color contains mainly: blue. Hex color #B1C8E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C8E0 is #4E371F. Grayscale: #C3C3C3. Windows color (decimal): -5125920 or 14731441. OLE color: 14731441.
HSL color Cylindrical-coordinate representation of color #B1C8E0: hue angle of 210.64º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1C8E0 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 200 | 224 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.12 |
| HSL | 210.64º | 0.43% | 0.79% | - |
| HSV(B) | 210.64º | 0.21% | 0.88% | - |
| XYZ | 52.24 | 56.04 | 78.58 | - |
| YUV | 195.86 | 143.88 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 200 | 224 | 0.21 | 0.11 | 0 | 0.12 | 210.64 | 0.43 | 0.79 |
| Hex | B1 | C8 | E0 | 15 | B | 0 | C | D3 | 2B | 4F |
| Octal | 261 | 310 | 340 | 25 | 13 | 0 | 14 | 323 | 53 | 117 |
| Binary | 10110001 | 11001000 | 11100000 | 10101 | 1011 | 0 | 1100 | 11010011 | 101011 | 1001111 |
Color Harmonies of #B1C8E0
Complementary color
Monochromatic Colors of #B1C8E0
Black with #B1C8E0
Text Example
Text Example
White with #B1C8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C8E0; }
p { color: rgb(177,200,224); }
H1.HeaderClassName
{
color: #B1C8E0;
}
.AnyTagClassName
{
color: #B1C8E0;
}
</style>
background-color css
<style>
a { background-color: #B1C8E0; }
a { background-color: rgb(177,200,224); }
div.DivClassName
{
background-color: #B1C8E0;
}
.BgClassName
{
background-color: #B1C8E0;
}
</style>
border-color css
<style>
span { border-color: #B1C8E0; }
span { border-color: rgb(177,200,224); }
td.TdClassName
{
border-color: #B1C8E0;
}
.TagClassName
{
border-color: #B1C8E0;
}
</style>