Shades of Light Blue #B1E0EF
Tints of Light Blue #B1E0EF
RGB
CMYK
RGB Variations
Color information
#B1E0EF (or 0xB1E0EF) is known color: Light Blue. HEX triplet: B1, E0 and EF. RGB value is (177,224,239). Sum of RGB (Red+Green+Blue) = 177+224+239=640 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.66% from 640); Green value is 224 (87.89% from 255 or 35% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #B1E0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1E0EF is #4E1F10. Grayscale: #D3D3D3. Windows color (decimal): -5119761 or 15720625. OLE color: 15720625.
HSL color Cylindrical-coordinate representation of color #B1E0EF: hue angle of 194.52º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1E0EF is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 224 | 239 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.06 |
| HSL | 194.52º | 0.66% | 0.82% | - |
| HSV(B) | 194.52º | 0.26% | 0.94% | - |
| XYZ | 60.37 | 68.89 | 91.78 | - |
| YUV | 211.66 | 143.43 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 224 | 239 | 0.26 | 0.06 | 0 | 0.06 | 194.52 | 0.66 | 0.82 |
| Hex | B1 | E0 | EF | 1A | 6 | 0 | 6 | C3 | 42 | 52 |
| Octal | 261 | 340 | 357 | 32 | 6 | 0 | 6 | 303 | 102 | 122 |
| Binary | 10110001 | 11100000 | 11101111 | 11010 | 110 | 0 | 110 | 11000011 | 1000010 | 1010010 |
Color Harmonies of #B1E0EF
Complementary color
Monochromatic Colors of #B1E0EF
Black with #B1E0EF
Text Example
Text Example
White with #B1E0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E0EF; }
p { color: rgb(177,224,239); }
H1.HeaderClassName
{
color: #B1E0EF;
}
.AnyTagClassName
{
color: #B1E0EF;
}
</style>
background-color css
<style>
a { background-color: #B1E0EF; }
a { background-color: rgb(177,224,239); }
div.DivClassName
{
background-color: #B1E0EF;
}
.BgClassName
{
background-color: #B1E0EF;
}
</style>
border-color css
<style>
span { border-color: #B1E0EF; }
span { border-color: rgb(177,224,239); }
td.TdClassName
{
border-color: #B1E0EF;
}
.TagClassName
{
border-color: #B1E0EF;
}
</style>