Shades of Powder Blue #B1DBDB
Tints of Powder Blue #B1DBDB
RGB
CMYK
RGB Variations
Color information
#B1DBDB (or 0xB1DBDB) is known color: Powder Blue. HEX triplet: B1, DB and DB. RGB value is (177,219,219). Sum of RGB (Red+Green+Blue) = 177+219+219=615 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.78% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #B1DBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DBDB is #4E2424. Grayscale: #CECECE. Windows color (decimal): -5121061 or 14408625. OLE color: 14408625.
HSL color Cylindrical-coordinate representation of color #B1DBDB: hue angle of 180º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1DBDB is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 219 | 219 | - |
| CMYK | 0.19 | 0 | 0 | 0.14 |
| HSL | 180º | 0.37% | 0.78% | - |
| HSV(B) | 180º | 0.19% | 0.86% | - |
| XYZ | 56.25 | 65.12 | 76.62 | - |
| YUV | 206.44 | 135.09 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 219 | 0.19 | 0 | 0 | 0.14 | 180 | 0.37 | 0.78 |
| Hex | B1 | DB | DB | 13 | 0 | 0 | E | B4 | 25 | 4E |
| Octal | 261 | 333 | 333 | 23 | 0 | 0 | 16 | 264 | 45 | 116 |
| Binary | 10110001 | 11011011 | 11011011 | 10011 | 0 | 0 | 1110 | 10110100 | 100101 | 1001110 |
Color Harmonies of #B1DBDB
Complementary color
Monochromatic Colors of #B1DBDB
Black with #B1DBDB
Text Example
Text Example
White with #B1DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DBDB; }
p { color: rgb(177,219,219); }
H1.HeaderClassName
{
color: #B1DBDB;
}
.AnyTagClassName
{
color: #B1DBDB;
}
</style>
background-color css
<style>
a { background-color: #B1DBDB; }
a { background-color: rgb(177,219,219); }
div.DivClassName
{
background-color: #B1DBDB;
}
.BgClassName
{
background-color: #B1DBDB;
}
</style>
border-color css
<style>
span { border-color: #B1DBDB; }
span { border-color: rgb(177,219,219); }
td.TdClassName
{
border-color: #B1DBDB;
}
.TagClassName
{
border-color: #B1DBDB;
}
</style>