Shades of Light Blue #B1D5EB
Tints of Light Blue #B1D5EB
RGB
CMYK
RGB Variations
Color information
#B1D5EB (or 0xB1D5EB) is known color: Light Blue. HEX triplet: B1, D5 and EB. RGB value is (177,213,235). Sum of RGB (Red+Green+Blue) = 177+213+235=625 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.32% from 625); Green value is 213 (83.59% from 255 or 34.08% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1D5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D5EB is #4E2A14. Grayscale: #CCCCCC. Windows color (decimal): -5122581 or 15455665. OLE color: 15455665.
HSL color Cylindrical-coordinate representation of color #B1D5EB: hue angle of 202.76º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1D5EB is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 213 | 235 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.08 |
| HSL | 202.76º | 0.59% | 0.81% | - |
| HSV(B) | 202.76º | 0.25% | 0.92% | - |
| XYZ | 56.92 | 62.93 | 87.74 | - |
| YUV | 204.74 | 145.07 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 213 | 235 | 0.25 | 0.09 | 0 | 0.08 | 202.76 | 0.59 | 0.81 |
| Hex | B1 | D5 | EB | 19 | 9 | 0 | 8 | CB | 3B | 51 |
| Octal | 261 | 325 | 353 | 31 | 11 | 0 | 10 | 313 | 73 | 121 |
| Binary | 10110001 | 11010101 | 11101011 | 11001 | 1001 | 0 | 1000 | 11001011 | 111011 | 1010001 |
Color Harmonies of #B1D5EB
Complementary color
Monochromatic Colors of #B1D5EB
Black with #B1D5EB
Text Example
Text Example
White with #B1D5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D5EB; }
p { color: rgb(177,213,235); }
H1.HeaderClassName
{
color: #B1D5EB;
}
.AnyTagClassName
{
color: #B1D5EB;
}
</style>
background-color css
<style>
a { background-color: #B1D5EB; }
a { background-color: rgb(177,213,235); }
div.DivClassName
{
background-color: #B1D5EB;
}
.BgClassName
{
background-color: #B1D5EB;
}
</style>
border-color css
<style>
span { border-color: #B1D5EB; }
span { border-color: rgb(177,213,235); }
td.TdClassName
{
border-color: #B1D5EB;
}
.TagClassName
{
border-color: #B1D5EB;
}
</style>