Shades of Powder Blue #B1E2EF
Tints of Powder Blue #B1E2EF
RGB
CMYK
RGB Variations
Color information
#B1E2EF (or 0xB1E2EF) is known color: Powder Blue. HEX triplet: B1, E2 and EF. RGB value is (177,226,239). Sum of RGB (Red+Green+Blue) = 177+226+239=642 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.57% from 642); Green value is 226 (88.67% from 255 or 35.20% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #B1E2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1E2EF is #4E1D10. Grayscale: #D4D4D4. Windows color (decimal): -5119249 or 15721137. OLE color: 15721137.
HSL color Cylindrical-coordinate representation of color #B1E2EF: hue angle of 192.58º 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 #B1E2EF is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 226 | 239 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.06 |
| HSL | 192.58º | 0.66% | 0.82% | - |
| HSV(B) | 192.58º | 0.26% | 0.94% | - |
| XYZ | 60.91 | 69.97 | 91.96 | - |
| YUV | 212.83 | 142.77 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 226 | 239 | 0.26 | 0.05 | 0 | 0.06 | 192.58 | 0.66 | 0.82 |
| Hex | B1 | E2 | EF | 1A | 5 | 0 | 6 | C1 | 42 | 52 |
| Octal | 261 | 342 | 357 | 32 | 5 | 0 | 6 | 301 | 102 | 122 |
| Binary | 10110001 | 11100010 | 11101111 | 11010 | 101 | 0 | 110 | 11000001 | 1000010 | 1010010 |
Color Harmonies of #B1E2EF
Complementary color
Monochromatic Colors of #B1E2EF
Black with #B1E2EF
Text Example
Text Example
White with #B1E2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E2EF; }
p { color: rgb(177,226,239); }
H1.HeaderClassName
{
color: #B1E2EF;
}
.AnyTagClassName
{
color: #B1E2EF;
}
</style>
background-color css
<style>
a { background-color: #B1E2EF; }
a { background-color: rgb(177,226,239); }
div.DivClassName
{
background-color: #B1E2EF;
}
.BgClassName
{
background-color: #B1E2EF;
}
</style>
border-color css
<style>
span { border-color: #B1E2EF; }
span { border-color: rgb(177,226,239); }
td.TdClassName
{
border-color: #B1E2EF;
}
.TagClassName
{
border-color: #B1E2EF;
}
</style>