Shades of Light Blue #B1DBE5
Tints of Light Blue #B1DBE5
RGB
CMYK
RGB Variations
Color information
#B1DBE5 (or 0xB1DBE5) is known color: Light Blue. HEX triplet: B1, DB and E5. RGB value is (177,219,229). Sum of RGB (Red+Green+Blue) = 177+219+229=625 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.32% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 229 (89.84% from 255 or 36.64% from 625); Max value from RGB is 229 - color contains mainly: blue. Hex color #B1DBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DBE5 is #4E241A. Grayscale: #CFCFCF. Windows color (decimal): -5121051 or 15063985. OLE color: 15063985.
HSL color Cylindrical-coordinate representation of color #B1DBE5: hue angle of 191.54º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1DBE5 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 219 | 229 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.10 |
| HSL | 191.54º | 0.5% | 0.8% | - |
| HSV(B) | 191.54º | 0.23% | 0.9% | - |
| XYZ | 57.61 | 65.67 | 83.77 | - |
| YUV | 207.58 | 140.09 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 229 | 0.23 | 0.04 | 0 | 0.10 | 191.54 | 0.5 | 0.8 |
| Hex | B1 | DB | E5 | 17 | 4 | 0 | A | C0 | 32 | 50 |
| Octal | 261 | 333 | 345 | 27 | 4 | 0 | 12 | 300 | 62 | 120 |
| Binary | 10110001 | 11011011 | 11100101 | 10111 | 100 | 0 | 1010 | 11000000 | 110010 | 1010000 |
Color Harmonies of #B1DBE5
Complementary color
Monochromatic Colors of #B1DBE5
Black with #B1DBE5
Text Example
Text Example
White with #B1DBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DBE5; }
p { color: rgb(177,219,229); }
H1.HeaderClassName
{
color: #B1DBE5;
}
.AnyTagClassName
{
color: #B1DBE5;
}
</style>
background-color css
<style>
a { background-color: #B1DBE5; }
a { background-color: rgb(177,219,229); }
div.DivClassName
{
background-color: #B1DBE5;
}
.BgClassName
{
background-color: #B1DBE5;
}
</style>
border-color css
<style>
span { border-color: #B1DBE5; }
span { border-color: rgb(177,219,229); }
td.TdClassName
{
border-color: #B1DBE5;
}
.TagClassName
{
border-color: #B1DBE5;
}
</style>