Shades of Light Blue #B1DBE9
Tints of Light Blue #B1DBE9
RGB
CMYK
RGB Variations
Color information
#B1DBE9 (or 0xB1DBE9) is known color: Light Blue. HEX triplet: B1, DB and E9. RGB value is (177,219,233). Sum of RGB (Red+Green+Blue) = 177+219+233=629 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.14% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 233 (91.41% from 255 or 37.04% from 629); Max value from RGB is 233 - color contains mainly: blue. Hex color #B1DBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DBE9 is #4E2416. Grayscale: #CFCFCF. Windows color (decimal): -5121047 or 15326129. OLE color: 15326129.
HSL color Cylindrical-coordinate representation of color #B1DBE9: hue angle of 195º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1DBE9 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 219 | 233 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.09 |
| HSL | 195º | 0.56% | 0.8% | - |
| HSV(B) | 195º | 0.24% | 0.91% | - |
| XYZ | 58.17 | 65.89 | 86.74 | - |
| YUV | 208.04 | 142.09 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 233 | 0.24 | 0.06 | 0 | 0.09 | 195 | 0.56 | 0.8 |
| Hex | B1 | DB | E9 | 18 | 6 | 0 | 9 | C3 | 38 | 50 |
| Octal | 261 | 333 | 351 | 30 | 6 | 0 | 11 | 303 | 70 | 120 |
| Binary | 10110001 | 11011011 | 11101001 | 11000 | 110 | 0 | 1001 | 11000011 | 111000 | 1010000 |
Color Harmonies of #B1DBE9
Complementary color
Monochromatic Colors of #B1DBE9
Black with #B1DBE9
Text Example
Text Example
White with #B1DBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DBE9; }
p { color: rgb(177,219,233); }
H1.HeaderClassName
{
color: #B1DBE9;
}
.AnyTagClassName
{
color: #B1DBE9;
}
</style>
background-color css
<style>
a { background-color: #B1DBE9; }
a { background-color: rgb(177,219,233); }
div.DivClassName
{
background-color: #B1DBE9;
}
.BgClassName
{
background-color: #B1DBE9;
}
</style>
border-color css
<style>
span { border-color: #B1DBE9; }
span { border-color: rgb(177,219,233); }
td.TdClassName
{
border-color: #B1DBE9;
}
.TagClassName
{
border-color: #B1DBE9;
}
</style>