Shades of Powder Blue #B1E1DF
Tints of Powder Blue #B1E1DF
RGB
CMYK
RGB Variations
Color information
#B1E1DF (or 0xB1E1DF) is known color: Powder Blue. HEX triplet: B1, E1 and DF. RGB value is (177,225,223). Sum of RGB (Red+Green+Blue) = 177+225+223=625 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.32% from 625); Green value is 225 (88.28% from 255 or 36% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 225 - color contains mainly: green. Hex color #B1E1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E1DF is #4E1E20. Grayscale: #D2D2D2. Windows color (decimal): -5119521 or 14672305. OLE color: 14672305.
HSL color Cylindrical-coordinate representation of color #B1E1DF: hue angle of 177.5º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1E1DF is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 225 | 223 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.12 |
| HSL | 177.5º | 0.44% | 0.79% | - |
| HSV(B) | 177.5º | 0.21% | 0.88% | - |
| XYZ | 58.38 | 68.53 | 79.96 | - |
| YUV | 210.42 | 135.1 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 225 | 223 | 0.21 | 0 | 0.01 | 0.12 | 177.5 | 0.44 | 0.79 |
| Hex | B1 | E1 | DF | 15 | 0 | 1 | C | B2 | 2C | 4F |
| Octal | 261 | 341 | 337 | 25 | 0 | 1 | 14 | 262 | 54 | 117 |
| Binary | 10110001 | 11100001 | 11011111 | 10101 | 0 | 1 | 1100 | 10110010 | 101100 | 1001111 |
Color Harmonies of #B1E1DF
Complementary color
Monochromatic Colors of #B1E1DF
Black with #B1E1DF
Text Example
Text Example
White with #B1E1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E1DF; }
p { color: rgb(177,225,223); }
H1.HeaderClassName
{
color: #B1E1DF;
}
.AnyTagClassName
{
color: #B1E1DF;
}
</style>
background-color css
<style>
a { background-color: #B1E1DF; }
a { background-color: rgb(177,225,223); }
div.DivClassName
{
background-color: #B1E1DF;
}
.BgClassName
{
background-color: #B1E1DF;
}
</style>
border-color css
<style>
span { border-color: #B1E1DF; }
span { border-color: rgb(177,225,223); }
td.TdClassName
{
border-color: #B1E1DF;
}
.TagClassName
{
border-color: #B1E1DF;
}
</style>