Shades of Light Blue #B1DCF1
Tints of Light Blue #B1DCF1
RGB
CMYK
RGB Variations
Color information
#B1DCF1 (or 0xB1DCF1) is known color: Light Blue. HEX triplet: B1, DC and F1. RGB value is (177,220,241). Sum of RGB (Red+Green+Blue) = 177+220+241=638 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.74% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 241 - color contains mainly: blue. Hex color #B1DCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DCF1 is #4E230E. Grayscale: #D1D1D1. Windows color (decimal): -5120783 or 15850673. OLE color: 15850673.
HSL color Cylindrical-coordinate representation of color #B1DCF1: hue angle of 199.69º 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 #B1DCF1 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 220 | 241 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.05 |
| HSL | 199.69º | 0.7% | 0.82% | - |
| HSV(B) | 199.69º | 0.27% | 0.95% | - |
| XYZ | 59.6 | 66.88 | 92.99 | - |
| YUV | 209.54 | 145.75 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 220 | 241 | 0.27 | 0.09 | 0 | 0.05 | 199.69 | 0.7 | 0.82 |
| Hex | B1 | DC | F1 | 1B | 9 | 0 | 5 | C8 | 46 | 52 |
| Octal | 261 | 334 | 361 | 33 | 11 | 0 | 5 | 310 | 106 | 122 |
| Binary | 10110001 | 11011100 | 11110001 | 11011 | 1001 | 0 | 101 | 11001000 | 1000110 | 1010010 |
Color Harmonies of #B1DCF1
Complementary color
Monochromatic Colors of #B1DCF1
Black with #B1DCF1
Text Example
Text Example
White with #B1DCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DCF1; }
p { color: rgb(177,220,241); }
H1.HeaderClassName
{
color: #B1DCF1;
}
.AnyTagClassName
{
color: #B1DCF1;
}
</style>
background-color css
<style>
a { background-color: #B1DCF1; }
a { background-color: rgb(177,220,241); }
div.DivClassName
{
background-color: #B1DCF1;
}
.BgClassName
{
background-color: #B1DCF1;
}
</style>
border-color css
<style>
span { border-color: #B1DCF1; }
span { border-color: rgb(177,220,241); }
td.TdClassName
{
border-color: #B1DCF1;
}
.TagClassName
{
border-color: #B1DCF1;
}
</style>