Shades of Light Blue #B1E2F4
Tints of Light Blue #B1E2F4
RGB
CMYK
RGB Variations
Color information
#B1E2F4 (or 0xB1E2F4) is known color: Light Blue. HEX triplet: B1, E2 and F4. RGB value is (177,226,244). Sum of RGB (Red+Green+Blue) = 177+226+244=647 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.36% from 647); Green value is 226 (88.67% from 255 or 34.93% from 647); Blue value is 244 (95.70% from 255 or 37.71% from 647); Max value from RGB is 244 - color contains mainly: blue. Hex color #B1E2F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1E2F4 is #4E1D0B. Grayscale: #D5D5D5. Windows color (decimal): -5119244 or 16048817. OLE color: 16048817.
HSL color Cylindrical-coordinate representation of color #B1E2F4: hue angle of 196.12º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1E2F4 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 226 | 244 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.04 |
| HSL | 196.12º | 0.75% | 0.83% | - |
| HSV(B) | 196.12º | 0.27% | 0.96% | - |
| XYZ | 61.66 | 70.27 | 95.9 | - |
| YUV | 213.4 | 145.27 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 226 | 244 | 0.27 | 0.07 | 0 | 0.04 | 196.12 | 0.75 | 0.83 |
| Hex | B1 | E2 | F4 | 1B | 7 | 0 | 4 | C4 | 4B | 53 |
| Octal | 261 | 342 | 364 | 33 | 7 | 0 | 4 | 304 | 113 | 123 |
| Binary | 10110001 | 11100010 | 11110100 | 11011 | 111 | 0 | 100 | 11000100 | 1001011 | 1010011 |
Color Harmonies of #B1E2F4
Complementary color
Monochromatic Colors of #B1E2F4
Black with #B1E2F4
Text Example
Text Example
White with #B1E2F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E2F4; }
p { color: rgb(177,226,244); }
H1.HeaderClassName
{
color: #B1E2F4;
}
.AnyTagClassName
{
color: #B1E2F4;
}
</style>
background-color css
<style>
a { background-color: #B1E2F4; }
a { background-color: rgb(177,226,244); }
div.DivClassName
{
background-color: #B1E2F4;
}
.BgClassName
{
background-color: #B1E2F4;
}
</style>
border-color css
<style>
span { border-color: #B1E2F4; }
span { border-color: rgb(177,226,244); }
td.TdClassName
{
border-color: #B1E2F4;
}
.TagClassName
{
border-color: #B1E2F4;
}
</style>