Shades of Light Blue #B1DBEF
Tints of Light Blue #B1DBEF
RGB
CMYK
RGB Variations
Color information
#B1DBEF (or 0xB1DBEF) is known color: Light Blue. HEX triplet: B1, DB and EF. RGB value is (177,219,239). Sum of RGB (Red+Green+Blue) = 177+219+239=635 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.87% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #B1DBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DBEF is #4E2410. Grayscale: #D0D0D0. Windows color (decimal): -5121041 or 15719345. OLE color: 15719345.
HSL color Cylindrical-coordinate representation of color #B1DBEF: hue angle of 199.35º degrees, saturation: 0.66, 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 #B1DBEF is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 219 | 239 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.06 |
| HSL | 199.35º | 0.66% | 0.82% | - |
| HSV(B) | 199.35º | 0.26% | 0.94% | - |
| XYZ | 59.04 | 66.24 | 91.34 | - |
| YUV | 208.72 | 145.09 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 239 | 0.26 | 0.08 | 0 | 0.06 | 199.35 | 0.66 | 0.82 |
| Hex | B1 | DB | EF | 1A | 8 | 0 | 6 | C7 | 42 | 52 |
| Octal | 261 | 333 | 357 | 32 | 10 | 0 | 6 | 307 | 102 | 122 |
| Binary | 10110001 | 11011011 | 11101111 | 11010 | 1000 | 0 | 110 | 11000111 | 1000010 | 1010010 |
Color Harmonies of #B1DBEF
Complementary color
Monochromatic Colors of #B1DBEF
Black with #B1DBEF
Text Example
Text Example
White with #B1DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DBEF; }
p { color: rgb(177,219,239); }
H1.HeaderClassName
{
color: #B1DBEF;
}
.AnyTagClassName
{
color: #B1DBEF;
}
</style>
background-color css
<style>
a { background-color: #B1DBEF; }
a { background-color: rgb(177,219,239); }
div.DivClassName
{
background-color: #B1DBEF;
}
.BgClassName
{
background-color: #B1DBEF;
}
</style>
border-color css
<style>
span { border-color: #B1DBEF; }
span { border-color: rgb(177,219,239); }
td.TdClassName
{
border-color: #B1DBEF;
}
.TagClassName
{
border-color: #B1DBEF;
}
</style>