Shades of Light Steel Blue #B5C9DF
Tints of Light Steel Blue #B5C9DF
RGB
CMYK
RGB Variations
Color information
#B5C9DF (or 0xB5C9DF) is known color: Light Steel Blue. HEX triplet: B5, C9 and DF. RGB value is (181,201,223). Sum of RGB (Red+Green+Blue) = 181+201+223=605 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.92% from 605); Green value is 201 (78.91% from 255 or 33.22% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #B5C9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C9DF is #4A3620. Grayscale: #C5C5C5. Windows color (decimal): -4863521 or 14666165. OLE color: 14666165.
HSL color Cylindrical-coordinate representation of color #B5C9DF: hue angle of 211.43º 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 #B5C9DF is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 201 | 223 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.13 |
| HSL | 211.43º | 0.4% | 0.79% | - |
| HSV(B) | 211.43º | 0.19% | 0.87% | - |
| XYZ | 53.26 | 56.92 | 77.99 | - |
| YUV | 197.53 | 142.37 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 201 | 223 | 0.19 | 0.10 | 0 | 0.13 | 211.43 | 0.4 | 0.79 |
| Hex | B5 | C9 | DF | 13 | A | 0 | D | D3 | 28 | 4F |
| Octal | 265 | 311 | 337 | 23 | 12 | 0 | 15 | 323 | 50 | 117 |
| Binary | 10110101 | 11001001 | 11011111 | 10011 | 1010 | 0 | 1101 | 11010011 | 101000 | 1001111 |
Color Harmonies of #B5C9DF
Complementary color
Monochromatic Colors of #B5C9DF
Black with #B5C9DF
Text Example
Text Example
White with #B5C9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C9DF; }
p { color: rgb(181,201,223); }
H1.HeaderClassName
{
color: #B5C9DF;
}
.AnyTagClassName
{
color: #B5C9DF;
}
</style>
background-color css
<style>
a { background-color: #B5C9DF; }
a { background-color: rgb(181,201,223); }
div.DivClassName
{
background-color: #B5C9DF;
}
.BgClassName
{
background-color: #B5C9DF;
}
</style>
border-color css
<style>
span { border-color: #B5C9DF; }
span { border-color: rgb(181,201,223); }
td.TdClassName
{
border-color: #B5C9DF;
}
.TagClassName
{
border-color: #B5C9DF;
}
</style>