Shades of Light Blue #B1DBF0
Tints of Light Blue #B1DBF0
RGB
CMYK
RGB Variations
Color information
#B1DBF0 (or 0xB1DBF0) is known color: Light Blue. HEX triplet: B1, DB and F0. RGB value is (177,219,240). Sum of RGB (Red+Green+Blue) = 177+219+240=636 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.83% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #B1DBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DBF0 is #4E240F. Grayscale: #D0D0D0. Windows color (decimal): -5121040 or 15784881. OLE color: 15784881.
HSL color Cylindrical-coordinate representation of color #B1DBF0: hue angle of 200º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1DBF0 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 219 | 240 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.06 |
| HSL | 200º | 0.68% | 0.82% | - |
| HSV(B) | 200º | 0.26% | 0.94% | - |
| XYZ | 59.19 | 66.3 | 92.12 | - |
| YUV | 208.84 | 145.59 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 240 | 0.26 | 0.09 | 0 | 0.06 | 200 | 0.68 | 0.82 |
| Hex | B1 | DB | F0 | 1A | 9 | 0 | 6 | C8 | 44 | 52 |
| Octal | 261 | 333 | 360 | 32 | 11 | 0 | 6 | 310 | 104 | 122 |
| Binary | 10110001 | 11011011 | 11110000 | 11010 | 1001 | 0 | 110 | 11001000 | 1000100 | 1010010 |
Color Harmonies of #B1DBF0
Complementary color
Monochromatic Colors of #B1DBF0
Black with #B1DBF0
Text Example
Text Example
White with #B1DBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DBF0; }
p { color: rgb(177,219,240); }
H1.HeaderClassName
{
color: #B1DBF0;
}
.AnyTagClassName
{
color: #B1DBF0;
}
</style>
background-color css
<style>
a { background-color: #B1DBF0; }
a { background-color: rgb(177,219,240); }
div.DivClassName
{
background-color: #B1DBF0;
}
.BgClassName
{
background-color: #B1DBF0;
}
</style>
border-color css
<style>
span { border-color: #B1DBF0; }
span { border-color: rgb(177,219,240); }
td.TdClassName
{
border-color: #B1DBF0;
}
.TagClassName
{
border-color: #B1DBF0;
}
</style>