Shades of Powder Blue #B1DFE6
Tints of Powder Blue #B1DFE6
RGB
CMYK
RGB Variations
Color information
#B1DFE6 (or 0xB1DFE6) is known color: Powder Blue. HEX triplet: B1, DF and E6. RGB value is (177,223,230). Sum of RGB (Red+Green+Blue) = 177+223+230=630 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.10% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 230 (90.23% from 255 or 36.51% from 630); Max value from RGB is 230 - color contains mainly: blue. Hex color #B1DFE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DFE6 is #4E2019. Grayscale: #D1D1D1. Windows color (decimal): -5120026 or 15130545. OLE color: 15130545.
HSL color Cylindrical-coordinate representation of color #B1DFE6: hue angle of 187.92º degrees, saturation: 0.51, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1DFE6 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 223 | 230 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.10 |
| HSL | 187.92º | 0.51% | 0.8% | - |
| HSV(B) | 187.92º | 0.23% | 0.9% | - |
| XYZ | 58.8 | 67.84 | 84.86 | - |
| YUV | 210.04 | 139.26 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 223 | 230 | 0.23 | 0.03 | 0 | 0.10 | 187.92 | 0.51 | 0.8 |
| Hex | B1 | DF | E6 | 17 | 3 | 0 | A | BC | 33 | 50 |
| Octal | 261 | 337 | 346 | 27 | 3 | 0 | 12 | 274 | 63 | 120 |
| Binary | 10110001 | 11011111 | 11100110 | 10111 | 11 | 0 | 1010 | 10111100 | 110011 | 1010000 |
Color Harmonies of #B1DFE6
Complementary color
Monochromatic Colors of #B1DFE6
Black with #B1DFE6
Text Example
Text Example
White with #B1DFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DFE6; }
p { color: rgb(177,223,230); }
H1.HeaderClassName
{
color: #B1DFE6;
}
.AnyTagClassName
{
color: #B1DFE6;
}
</style>
background-color css
<style>
a { background-color: #B1DFE6; }
a { background-color: rgb(177,223,230); }
div.DivClassName
{
background-color: #B1DFE6;
}
.BgClassName
{
background-color: #B1DFE6;
}
</style>
border-color css
<style>
span { border-color: #B1DFE6; }
span { border-color: rgb(177,223,230); }
td.TdClassName
{
border-color: #B1DFE6;
}
.TagClassName
{
border-color: #B1DFE6;
}
</style>