Shades of Powder Blue #B3D9DE
Tints of Powder Blue #B3D9DE
RGB
CMYK
RGB Variations
Color information
#B3D9DE (or 0xB3D9DE) is known color: Powder Blue. HEX triplet: B3, D9 and DE. RGB value is (179,217,222). Sum of RGB (Red+Green+Blue) = 179+217+222=618 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.96% from 618); Green value is 217 (85.16% from 255 or 35.11% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 222 - color contains mainly: blue. Hex color #B3D9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D9DE is #4C2621. Grayscale: #CECECE. Windows color (decimal): -4990498 or 14604723. OLE color: 14604723.
HSL color Cylindrical-coordinate representation of color #B3D9DE: hue angle of 186.98º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3D9DE is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 217 | 222 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.13 |
| HSL | 186.98º | 0.39% | 0.79% | - |
| HSV(B) | 186.98º | 0.19% | 0.87% | - |
| XYZ | 56.59 | 64.48 | 78.57 | - |
| YUV | 206.21 | 136.91 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 217 | 222 | 0.19 | 0.02 | 0 | 0.13 | 186.98 | 0.39 | 0.79 |
| Hex | B3 | D9 | DE | 13 | 2 | 0 | D | BB | 27 | 4F |
| Octal | 263 | 331 | 336 | 23 | 2 | 0 | 15 | 273 | 47 | 117 |
| Binary | 10110011 | 11011001 | 11011110 | 10011 | 10 | 0 | 1101 | 10111011 | 100111 | 1001111 |
Color Harmonies of #B3D9DE
Complementary color
Monochromatic Colors of #B3D9DE
Black with #B3D9DE
Text Example
Text Example
White with #B3D9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D9DE; }
p { color: rgb(179,217,222); }
H1.HeaderClassName
{
color: #B3D9DE;
}
.AnyTagClassName
{
color: #B3D9DE;
}
</style>
background-color css
<style>
a { background-color: #B3D9DE; }
a { background-color: rgb(179,217,222); }
div.DivClassName
{
background-color: #B3D9DE;
}
.BgClassName
{
background-color: #B3D9DE;
}
</style>
border-color css
<style>
span { border-color: #B3D9DE; }
span { border-color: rgb(179,217,222); }
td.TdClassName
{
border-color: #B3D9DE;
}
.TagClassName
{
border-color: #B3D9DE;
}
</style>