Shades of Light Blue #B1DBF2
Tints of Light Blue #B1DBF2
RGB
CMYK
RGB Variations
Color information
#B1DBF2 (or 0xB1DBF2) is known color: Light Blue. HEX triplet: B1, DB and F2. RGB value is (177,219,242). Sum of RGB (Red+Green+Blue) = 177+219+242=638 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.74% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 242 - color contains mainly: blue. Hex color #B1DBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DBF2 is #4E240D. Grayscale: #D0D0D0. Windows color (decimal): -5121038 or 15915953. OLE color: 15915953.
HSL color Cylindrical-coordinate representation of color #B1DBF2: hue angle of 201.23º degrees, saturation: 0.71, 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 #B1DBF2 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 219 | 242 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.05 |
| HSL | 201.23º | 0.71% | 0.82% | - |
| HSV(B) | 201.23º | 0.27% | 0.95% | - |
| XYZ | 59.49 | 66.42 | 93.69 | - |
| YUV | 209.06 | 146.59 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 242 | 0.27 | 0.10 | 0 | 0.05 | 201.23 | 0.71 | 0.82 |
| Hex | B1 | DB | F2 | 1B | A | 0 | 5 | C9 | 47 | 52 |
| Octal | 261 | 333 | 362 | 33 | 12 | 0 | 5 | 311 | 107 | 122 |
| Binary | 10110001 | 11011011 | 11110010 | 11011 | 1010 | 0 | 101 | 11001001 | 1000111 | 1010010 |
Color Harmonies of #B1DBF2
Complementary color
Monochromatic Colors of #B1DBF2
Black with #B1DBF2
Text Example
Text Example
White with #B1DBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DBF2; }
p { color: rgb(177,219,242); }
H1.HeaderClassName
{
color: #B1DBF2;
}
.AnyTagClassName
{
color: #B1DBF2;
}
</style>
background-color css
<style>
a { background-color: #B1DBF2; }
a { background-color: rgb(177,219,242); }
div.DivClassName
{
background-color: #B1DBF2;
}
.BgClassName
{
background-color: #B1DBF2;
}
</style>
border-color css
<style>
span { border-color: #B1DBF2; }
span { border-color: rgb(177,219,242); }
td.TdClassName
{
border-color: #B1DBF2;
}
.TagClassName
{
border-color: #B1DBF2;
}
</style>