Shades of Powder Blue #B1DFDF
Tints of Powder Blue #B1DFDF
RGB
CMYK
RGB Variations
Color information
#B1DFDF (or 0xB1DFDF) is known color: Powder Blue. HEX triplet: B1, DF and DF. RGB value is (177,223,223). Sum of RGB (Red+Green+Blue) = 177+223+223=623 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.41% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #B1DFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DFDF is #4E2020. Grayscale: #D1D1D1. Windows color (decimal): -5120033 or 14671793. OLE color: 14671793.
HSL color Cylindrical-coordinate representation of color #B1DFDF: hue angle of 180º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1DFDF is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 223 | 223 | - |
| CMYK | 0.21 | 0 | 0 | 0.13 |
| HSL | 180º | 0.42% | 0.78% | - |
| HSV(B) | 180º | 0.21% | 0.87% | - |
| XYZ | 57.84 | 67.45 | 79.78 | - |
| YUV | 209.25 | 135.76 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 223 | 223 | 0.21 | 0 | 0 | 0.13 | 180 | 0.42 | 0.78 |
| Hex | B1 | DF | DF | 15 | 0 | 0 | D | B4 | 2A | 4E |
| Octal | 261 | 337 | 337 | 25 | 0 | 0 | 15 | 264 | 52 | 116 |
| Binary | 10110001 | 11011111 | 11011111 | 10101 | 0 | 0 | 1101 | 10110100 | 101010 | 1001110 |
Color Harmonies of #B1DFDF
Complementary color
Monochromatic Colors of #B1DFDF
Black with #B1DFDF
Text Example
Text Example
White with #B1DFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DFDF; }
p { color: rgb(177,223,223); }
H1.HeaderClassName
{
color: #B1DFDF;
}
.AnyTagClassName
{
color: #B1DFDF;
}
</style>
background-color css
<style>
a { background-color: #B1DFDF; }
a { background-color: rgb(177,223,223); }
div.DivClassName
{
background-color: #B1DFDF;
}
.BgClassName
{
background-color: #B1DFDF;
}
</style>
border-color css
<style>
span { border-color: #B1DFDF; }
span { border-color: rgb(177,223,223); }
td.TdClassName
{
border-color: #B1DFDF;
}
.TagClassName
{
border-color: #B1DFDF;
}
</style>