Shades of Powder Blue #B1DBDF
Tints of Powder Blue #B1DBDF
RGB
CMYK
RGB Variations
Color information
#B1DBDF (or 0xB1DBDF) is known color: Powder Blue. HEX triplet: B1, DB and DF. RGB value is (177,219,223). Sum of RGB (Red+Green+Blue) = 177+219+223=619 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.59% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 223 - color contains mainly: blue. Hex color #B1DBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DBDF is #4E2420. Grayscale: #CECECE. Windows color (decimal): -5121057 or 14670769. OLE color: 14670769.
HSL color Cylindrical-coordinate representation of color #B1DBDF: hue angle of 185.22º 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 #B1DBDF is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 219 | 223 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.13 |
| HSL | 185.22º | 0.42% | 0.78% | - |
| HSV(B) | 185.22º | 0.21% | 0.87% | - |
| XYZ | 56.78 | 65.34 | 79.43 | - |
| YUV | 206.9 | 137.09 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 223 | 0.21 | 0.02 | 0 | 0.13 | 185.22 | 0.42 | 0.78 |
| Hex | B1 | DB | DF | 15 | 2 | 0 | D | B9 | 2A | 4E |
| Octal | 261 | 333 | 337 | 25 | 2 | 0 | 15 | 271 | 52 | 116 |
| Binary | 10110001 | 11011011 | 11011111 | 10101 | 10 | 0 | 1101 | 10111001 | 101010 | 1001110 |
Color Harmonies of #B1DBDF
Complementary color
Monochromatic Colors of #B1DBDF
Black with #B1DBDF
Text Example
Text Example
White with #B1DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DBDF; }
p { color: rgb(177,219,223); }
H1.HeaderClassName
{
color: #B1DBDF;
}
.AnyTagClassName
{
color: #B1DBDF;
}
</style>
background-color css
<style>
a { background-color: #B1DBDF; }
a { background-color: rgb(177,219,223); }
div.DivClassName
{
background-color: #B1DBDF;
}
.BgClassName
{
background-color: #B1DBDF;
}
</style>
border-color css
<style>
span { border-color: #B1DBDF; }
span { border-color: rgb(177,219,223); }
td.TdClassName
{
border-color: #B1DBDF;
}
.TagClassName
{
border-color: #B1DBDF;
}
</style>