Shades of Light Blue #B1DEF1
Tints of Light Blue #B1DEF1
RGB
CMYK
RGB Variations
Color information
#B1DEF1 (or 0xB1DEF1) is known color: Light Blue. HEX triplet: B1, DE and F1. RGB value is (177,222,241). Sum of RGB (Red+Green+Blue) = 177+222+241=640 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.66% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 241 (94.53% from 255 or 37.66% from 640); Max value from RGB is 241 - color contains mainly: blue. Hex color #B1DEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DEF1 is #4E210E. Grayscale: #D2D2D2. Windows color (decimal): -5120271 or 15851185. OLE color: 15851185.
HSL color Cylindrical-coordinate representation of color #B1DEF1: hue angle of 197.81º 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 #B1DEF1 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 222 | 241 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.05 |
| HSL | 197.81º | 0.7% | 0.82% | - |
| HSV(B) | 197.81º | 0.27% | 0.95% | - |
| XYZ | 60.13 | 67.94 | 93.16 | - |
| YUV | 210.71 | 145.09 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 222 | 241 | 0.27 | 0.08 | 0 | 0.05 | 197.81 | 0.7 | 0.82 |
| Hex | B1 | DE | F1 | 1B | 8 | 0 | 5 | C6 | 46 | 52 |
| Octal | 261 | 336 | 361 | 33 | 10 | 0 | 5 | 306 | 106 | 122 |
| Binary | 10110001 | 11011110 | 11110001 | 11011 | 1000 | 0 | 101 | 11000110 | 1000110 | 1010010 |
Color Harmonies of #B1DEF1
Complementary color
Monochromatic Colors of #B1DEF1
Black with #B1DEF1
Text Example
Text Example
White with #B1DEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DEF1; }
p { color: rgb(177,222,241); }
H1.HeaderClassName
{
color: #B1DEF1;
}
.AnyTagClassName
{
color: #B1DEF1;
}
</style>
background-color css
<style>
a { background-color: #B1DEF1; }
a { background-color: rgb(177,222,241); }
div.DivClassName
{
background-color: #B1DEF1;
}
.BgClassName
{
background-color: #B1DEF1;
}
</style>
border-color css
<style>
span { border-color: #B1DEF1; }
span { border-color: rgb(177,222,241); }
td.TdClassName
{
border-color: #B1DEF1;
}
.TagClassName
{
border-color: #B1DEF1;
}
</style>