Shades of Light Blue #B1DBF1
Tints of Light Blue #B1DBF1
RGB
CMYK
RGB Variations
Color information
#B1DBF1 (or 0xB1DBF1) is known color: Light Blue. HEX triplet: B1, DB and F1. RGB value is (177,219,241). Sum of RGB (Red+Green+Blue) = 177+219+241=637 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.79% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #B1DBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DBF1 is #4E240E. Grayscale: #D0D0D0. Windows color (decimal): -5121039 or 15850417. OLE color: 15850417.
HSL color Cylindrical-coordinate representation of color #B1DBF1: hue angle of 200.62º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1DBF1 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 219 | 241 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.05 |
| HSL | 200.63º | 0.7% | 0.82% | - |
| HSV(B) | 200.63º | 0.27% | 0.95% | - |
| XYZ | 59.34 | 66.36 | 92.9 | - |
| YUV | 208.95 | 146.09 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 241 | 0.27 | 0.09 | 0 | 0.05 | 200.63 | 0.7 | 0.82 |
| Hex | B1 | DB | F1 | 1B | 9 | 0 | 5 | C9 | 46 | 52 |
| Octal | 261 | 333 | 361 | 33 | 11 | 0 | 5 | 311 | 106 | 122 |
| Binary | 10110001 | 11011011 | 11110001 | 11011 | 1001 | 0 | 101 | 11001001 | 1000110 | 1010010 |
Color Harmonies of #B1DBF1
Complementary color
Monochromatic Colors of #B1DBF1
Black with #B1DBF1
Text Example
Text Example
White with #B1DBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DBF1; }
p { color: rgb(177,219,241); }
H1.HeaderClassName
{
color: #B1DBF1;
}
.AnyTagClassName
{
color: #B1DBF1;
}
</style>
background-color css
<style>
a { background-color: #B1DBF1; }
a { background-color: rgb(177,219,241); }
div.DivClassName
{
background-color: #B1DBF1;
}
.BgClassName
{
background-color: #B1DBF1;
}
</style>
border-color css
<style>
span { border-color: #B1DBF1; }
span { border-color: rgb(177,219,241); }
td.TdClassName
{
border-color: #B1DBF1;
}
.TagClassName
{
border-color: #B1DBF1;
}
</style>