Shades of Powder Blue #B1E6EE
Tints of Powder Blue #B1E6EE
RGB
CMYK
RGB Variations
Color information
#B1E6EE (or 0xB1E6EE) is known color: Powder Blue. HEX triplet: B1, E6 and EE. RGB value is (177,230,238). Sum of RGB (Red+Green+Blue) = 177+230+238=645 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.44% from 645); Green value is 230 (90.23% from 255 or 35.66% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 238 - color contains mainly: blue. Hex color #B1E6EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1E6EE is #4E1911. Grayscale: #D6D6D6. Windows color (decimal): -5118226 or 15656625. OLE color: 15656625.
HSL color Cylindrical-coordinate representation of color #B1E6EE: hue angle of 187.87º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1E6EE is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 230 | 238 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.07 |
| HSL | 187.87º | 0.64% | 0.81% | - |
| HSV(B) | 187.87º | 0.26% | 0.93% | - |
| XYZ | 61.86 | 72.11 | 91.55 | - |
| YUV | 215.07 | 140.94 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 230 | 238 | 0.26 | 0.03 | 0 | 0.07 | 187.87 | 0.64 | 0.81 |
| Hex | B1 | E6 | EE | 1A | 3 | 0 | 7 | BC | 40 | 51 |
| Octal | 261 | 346 | 356 | 32 | 3 | 0 | 7 | 274 | 100 | 121 |
| Binary | 10110001 | 11100110 | 11101110 | 11010 | 11 | 0 | 111 | 10111100 | 1000000 | 1010001 |
Color Harmonies of #B1E6EE
Complementary color
Monochromatic Colors of #B1E6EE
Black with #B1E6EE
Text Example
Text Example
White with #B1E6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E6EE; }
p { color: rgb(177,230,238); }
H1.HeaderClassName
{
color: #B1E6EE;
}
.AnyTagClassName
{
color: #B1E6EE;
}
</style>
background-color css
<style>
a { background-color: #B1E6EE; }
a { background-color: rgb(177,230,238); }
div.DivClassName
{
background-color: #B1E6EE;
}
.BgClassName
{
background-color: #B1E6EE;
}
</style>
border-color css
<style>
span { border-color: #B1E6EE; }
span { border-color: rgb(177,230,238); }
td.TdClassName
{
border-color: #B1E6EE;
}
.TagClassName
{
border-color: #B1E6EE;
}
</style>