Shades of Light Blue #B1DBEB
Tints of Light Blue #B1DBEB
RGB
CMYK
RGB Variations
Color information
#B1DBEB (or 0xB1DBEB) is known color: Light Blue. HEX triplet: B1, DB and EB. RGB value is (177,219,235). Sum of RGB (Red+Green+Blue) = 177+219+235=631 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.05% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1DBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DBEB is #4E2414. Grayscale: #D0D0D0. Windows color (decimal): -5121045 or 15457201. OLE color: 15457201.
HSL color Cylindrical-coordinate representation of color #B1DBEB: hue angle of 196.55º 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 #B1DBEB is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 219 | 235 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.08 |
| HSL | 196.55º | 0.59% | 0.81% | - |
| HSV(B) | 196.55º | 0.25% | 0.92% | - |
| XYZ | 58.46 | 66.01 | 88.26 | - |
| YUV | 208.27 | 143.09 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 235 | 0.25 | 0.07 | 0 | 0.08 | 196.55 | 0.59 | 0.81 |
| Hex | B1 | DB | EB | 19 | 7 | 0 | 8 | C5 | 3B | 51 |
| Octal | 261 | 333 | 353 | 31 | 7 | 0 | 10 | 305 | 73 | 121 |
| Binary | 10110001 | 11011011 | 11101011 | 11001 | 111 | 0 | 1000 | 11000101 | 111011 | 1010001 |
Color Harmonies of #B1DBEB
Complementary color
Monochromatic Colors of #B1DBEB
Black with #B1DBEB
Text Example
Text Example
White with #B1DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DBEB; }
p { color: rgb(177,219,235); }
H1.HeaderClassName
{
color: #B1DBEB;
}
.AnyTagClassName
{
color: #B1DBEB;
}
</style>
background-color css
<style>
a { background-color: #B1DBEB; }
a { background-color: rgb(177,219,235); }
div.DivClassName
{
background-color: #B1DBEB;
}
.BgClassName
{
background-color: #B1DBEB;
}
</style>
border-color css
<style>
span { border-color: #B1DBEB; }
span { border-color: rgb(177,219,235); }
td.TdClassName
{
border-color: #B1DBEB;
}
.TagClassName
{
border-color: #B1DBEB;
}
</style>