Shades of Powder Blue #B1E8F3
Tints of Powder Blue #B1E8F3
RGB
CMYK
RGB Variations
Color information
#B1E8F3 (or 0xB1E8F3) is known color: Powder Blue. HEX triplet: B1, E8 and F3. RGB value is (177,232,243). Sum of RGB (Red+Green+Blue) = 177+232+243=652 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.15% from 652); Green value is 232 (91.02% from 255 or 35.58% from 652); Blue value is 243 (95.31% from 255 or 37.27% from 652); Max value from RGB is 243 - color contains mainly: blue. Hex color #B1E8F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1E8F3 is #4E170C. Grayscale: #D8D8D8. Windows color (decimal): -5117709 or 15984817. OLE color: 15984817.
HSL color Cylindrical-coordinate representation of color #B1E8F3: hue angle of 190º degrees, saturation: 0.73, 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 #B1E8F3 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 232 | 243 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.05 |
| HSL | 190º | 0.73% | 0.82% | - |
| HSV(B) | 190º | 0.27% | 0.95% | - |
| XYZ | 63.17 | 73.53 | 95.66 | - |
| YUV | 216.81 | 142.78 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 232 | 243 | 0.27 | 0.05 | 0 | 0.05 | 190 | 0.73 | 0.82 |
| Hex | B1 | E8 | F3 | 1B | 5 | 0 | 5 | BE | 49 | 52 |
| Octal | 261 | 350 | 363 | 33 | 5 | 0 | 5 | 276 | 111 | 122 |
| Binary | 10110001 | 11101000 | 11110011 | 11011 | 101 | 0 | 101 | 10111110 | 1001001 | 1010010 |
Color Harmonies of #B1E8F3
Complementary color
Monochromatic Colors of #B1E8F3
Black with #B1E8F3
Text Example
Text Example
White with #B1E8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E8F3; }
p { color: rgb(177,232,243); }
H1.HeaderClassName
{
color: #B1E8F3;
}
.AnyTagClassName
{
color: #B1E8F3;
}
</style>
background-color css
<style>
a { background-color: #B1E8F3; }
a { background-color: rgb(177,232,243); }
div.DivClassName
{
background-color: #B1E8F3;
}
.BgClassName
{
background-color: #B1E8F3;
}
</style>
border-color css
<style>
span { border-color: #B1E8F3; }
span { border-color: rgb(177,232,243); }
td.TdClassName
{
border-color: #B1E8F3;
}
.TagClassName
{
border-color: #B1E8F3;
}
</style>