Shades of Powder Blue #B1D8DD
Tints of Powder Blue #B1D8DD
RGB
CMYK
RGB Variations
Color information
#B1D8DD (or 0xB1D8DD) is known color: Powder Blue. HEX triplet: B1, D8 and DD. RGB value is (177,216,221). Sum of RGB (Red+Green+Blue) = 177+216+221=614 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.83% from 614); Green value is 216 (84.77% from 255 or 35.18% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 221 - color contains mainly: blue. Hex color #B1D8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D8DD is #4E2722. Grayscale: #CCCCCC. Windows color (decimal): -5121827 or 14538929. OLE color: 14538929.
HSL color Cylindrical-coordinate representation of color #B1D8DD: hue angle of 186.82º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1D8DD is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 216 | 221 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.13 |
| HSL | 186.82º | 0.39% | 0.78% | - |
| HSV(B) | 186.82º | 0.2% | 0.87% | - |
| XYZ | 55.74 | 63.68 | 77.76 | - |
| YUV | 204.91 | 137.08 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 216 | 221 | 0.20 | 0.02 | 0 | 0.13 | 186.82 | 0.39 | 0.78 |
| Hex | B1 | D8 | DD | 14 | 2 | 0 | D | BB | 27 | 4E |
| Octal | 261 | 330 | 335 | 24 | 2 | 0 | 15 | 273 | 47 | 116 |
| Binary | 10110001 | 11011000 | 11011101 | 10100 | 10 | 0 | 1101 | 10111011 | 100111 | 1001110 |
Color Harmonies of #B1D8DD
Complementary color
Monochromatic Colors of #B1D8DD
Black with #B1D8DD
Text Example
Text Example
White with #B1D8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D8DD; }
p { color: rgb(177,216,221); }
H1.HeaderClassName
{
color: #B1D8DD;
}
.AnyTagClassName
{
color: #B1D8DD;
}
</style>
background-color css
<style>
a { background-color: #B1D8DD; }
a { background-color: rgb(177,216,221); }
div.DivClassName
{
background-color: #B1D8DD;
}
.BgClassName
{
background-color: #B1D8DD;
}
</style>
border-color css
<style>
span { border-color: #B1D8DD; }
span { border-color: rgb(177,216,221); }
td.TdClassName
{
border-color: #B1D8DD;
}
.TagClassName
{
border-color: #B1D8DD;
}
</style>