Shades of Light Steel Blue #B5C8DE
Tints of Light Steel Blue #B5C8DE
RGB
CMYK
RGB Variations
Color information
#B5C8DE (or 0xB5C8DE) is known color: Light Steel Blue. HEX triplet: B5, C8 and DE. RGB value is (181,200,222). Sum of RGB (Red+Green+Blue) = 181+200+222=603 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.02% from 603); Green value is 200 (78.52% from 255 or 33.17% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 222 - color contains mainly: blue. Hex color #B5C8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C8DE is #4A3721. Grayscale: #C4C4C4. Windows color (decimal): -4863778 or 14600373. OLE color: 14600373.
HSL color Cylindrical-coordinate representation of color #B5C8DE: hue angle of 212.2º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5C8DE is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 200 | 222 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.13 |
| HSL | 212.2º | 0.38% | 0.79% | - |
| HSV(B) | 212.2º | 0.18% | 0.87% | - |
| XYZ | 52.9 | 56.41 | 77.21 | - |
| YUV | 196.83 | 142.21 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 200 | 222 | 0.18 | 0.10 | 0 | 0.13 | 212.2 | 0.38 | 0.79 |
| Hex | B5 | C8 | DE | 12 | A | 0 | D | D4 | 26 | 4F |
| Octal | 265 | 310 | 336 | 22 | 12 | 0 | 15 | 324 | 46 | 117 |
| Binary | 10110101 | 11001000 | 11011110 | 10010 | 1010 | 0 | 1101 | 11010100 | 100110 | 1001111 |
Color Harmonies of #B5C8DE
Complementary color
Monochromatic Colors of #B5C8DE
Black with #B5C8DE
Text Example
Text Example
White with #B5C8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C8DE; }
p { color: rgb(181,200,222); }
H1.HeaderClassName
{
color: #B5C8DE;
}
.AnyTagClassName
{
color: #B5C8DE;
}
</style>
background-color css
<style>
a { background-color: #B5C8DE; }
a { background-color: rgb(181,200,222); }
div.DivClassName
{
background-color: #B5C8DE;
}
.BgClassName
{
background-color: #B5C8DE;
}
</style>
border-color css
<style>
span { border-color: #B5C8DE; }
span { border-color: rgb(181,200,222); }
td.TdClassName
{
border-color: #B5C8DE;
}
.TagClassName
{
border-color: #B5C8DE;
}
</style>