Shades of Powder Blue #B0D9DB
Tints of Powder Blue #B0D9DB
RGB
CMYK
RGB Variations
Color information
#B0D9DB (or 0xB0D9DB) is known color: Powder Blue. HEX triplet: B0, D9 and DB. RGB value is (176,217,219). Sum of RGB (Red+Green+Blue) = 176+217+219=612 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.76% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0D9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D9DB is #4F2624. Grayscale: #CCCCCC. Windows color (decimal): -5187109 or 14408112. OLE color: 14408112.
HSL color Cylindrical-coordinate representation of color #B0D9DB: hue angle of 182.79º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0D9DB is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 217 | 219 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.14 |
| HSL | 182.79º | 0.37% | 0.77% | - |
| HSV(B) | 182.79º | 0.2% | 0.86% | - |
| XYZ | 55.5 | 63.97 | 76.44 | - |
| YUV | 204.97 | 135.92 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 217 | 219 | 0.20 | 0.01 | 0 | 0.14 | 182.79 | 0.37 | 0.77 |
| Hex | B0 | D9 | DB | 14 | 1 | 0 | E | B7 | 25 | 4D |
| Octal | 260 | 331 | 333 | 24 | 1 | 0 | 16 | 267 | 45 | 115 |
| Binary | 10110000 | 11011001 | 11011011 | 10100 | 1 | 0 | 1110 | 10110111 | 100101 | 1001101 |
Color Harmonies of #B0D9DB
Complementary color
Monochromatic Colors of #B0D9DB
Black with #B0D9DB
Text Example
Text Example
White with #B0D9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D9DB; }
p { color: rgb(176,217,219); }
H1.HeaderClassName
{
color: #B0D9DB;
}
.AnyTagClassName
{
color: #B0D9DB;
}
</style>
background-color css
<style>
a { background-color: #B0D9DB; }
a { background-color: rgb(176,217,219); }
div.DivClassName
{
background-color: #B0D9DB;
}
.BgClassName
{
background-color: #B0D9DB;
}
</style>
border-color css
<style>
span { border-color: #B0D9DB; }
span { border-color: rgb(176,217,219); }
td.TdClassName
{
border-color: #B0D9DB;
}
.TagClassName
{
border-color: #B0D9DB;
}
</style>