Shades of Light Blue #B1E1F8
Tints of Light Blue #B1E1F8
RGB
CMYK
RGB Variations
Color information
#B1E1F8 (or 0xB1E1F8) is known color: Light Blue. HEX triplet: B1, E1 and F8. RGB value is (177,225,248). Sum of RGB (Red+Green+Blue) = 177+225+248=650 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.23% from 650); Green value is 225 (88.28% from 255 or 34.62% from 650); Blue value is 248 (97.27% from 255 or 38.15% from 650); Max value from RGB is 248 - color contains mainly: blue. Hex color #B1E1F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1E1F8 is #4E1E07. Grayscale: #D5D5D5. Windows color (decimal): -5119496 or 16310705. OLE color: 16310705.
HSL color Cylindrical-coordinate representation of color #B1E1F8: hue angle of 199.44º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1E1F8 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 225 | 248 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.03 |
| HSL | 199.44º | 0.84% | 0.83% | - |
| HSV(B) | 199.44º | 0.29% | 0.97% | - |
| XYZ | 62 | 69.97 | 99.05 | - |
| YUV | 213.27 | 147.6 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 225 | 248 | 0.29 | 0.09 | 0 | 0.03 | 199.44 | 0.84 | 0.83 |
| Hex | B1 | E1 | F8 | 1D | 9 | 0 | 3 | C7 | 54 | 53 |
| Octal | 261 | 341 | 370 | 35 | 11 | 0 | 3 | 307 | 124 | 123 |
| Binary | 10110001 | 11100001 | 11111000 | 11101 | 1001 | 0 | 11 | 11000111 | 1010100 | 1010011 |
Color Harmonies of #B1E1F8
Complementary color
Monochromatic Colors of #B1E1F8
Black with #B1E1F8
Text Example
Text Example
White with #B1E1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E1F8; }
p { color: rgb(177,225,248); }
H1.HeaderClassName
{
color: #B1E1F8;
}
.AnyTagClassName
{
color: #B1E1F8;
}
</style>
background-color css
<style>
a { background-color: #B1E1F8; }
a { background-color: rgb(177,225,248); }
div.DivClassName
{
background-color: #B1E1F8;
}
.BgClassName
{
background-color: #B1E1F8;
}
</style>
border-color css
<style>
span { border-color: #B1E1F8; }
span { border-color: rgb(177,225,248); }
td.TdClassName
{
border-color: #B1E1F8;
}
.TagClassName
{
border-color: #B1E1F8;
}
</style>