Shades of Powder Blue #B3D8DC
Tints of Powder Blue #B3D8DC
RGB
CMYK
RGB Variations
Color information
#B3D8DC (or 0xB3D8DC) is known color: Powder Blue. HEX triplet: B3, D8 and DC. RGB value is (179,216,220). Sum of RGB (Red+Green+Blue) = 179+216+220=615 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.11% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3D8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D8DC is #4C2723. Grayscale: #CDCDCD. Windows color (decimal): -4990756 or 14473395. OLE color: 14473395.
HSL color Cylindrical-coordinate representation of color #B3D8DC: hue angle of 185.85º 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 #B3D8DC is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 216 | 220 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.14 |
| HSL | 185.85º | 0.37% | 0.78% | - |
| HSV(B) | 185.85º | 0.19% | 0.86% | - |
| XYZ | 56.06 | 63.86 | 77.08 | - |
| YUV | 205.39 | 136.24 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 216 | 220 | 0.19 | 0.02 | 0 | 0.14 | 185.85 | 0.37 | 0.78 |
| Hex | B3 | D8 | DC | 13 | 2 | 0 | E | BA | 25 | 4E |
| Octal | 263 | 330 | 334 | 23 | 2 | 0 | 16 | 272 | 45 | 116 |
| Binary | 10110011 | 11011000 | 11011100 | 10011 | 10 | 0 | 1110 | 10111010 | 100101 | 1001110 |
Color Harmonies of #B3D8DC
Complementary color
Monochromatic Colors of #B3D8DC
Black with #B3D8DC
Text Example
Text Example
White with #B3D8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D8DC; }
p { color: rgb(179,216,220); }
H1.HeaderClassName
{
color: #B3D8DC;
}
.AnyTagClassName
{
color: #B3D8DC;
}
</style>
background-color css
<style>
a { background-color: #B3D8DC; }
a { background-color: rgb(179,216,220); }
div.DivClassName
{
background-color: #B3D8DC;
}
.BgClassName
{
background-color: #B3D8DC;
}
</style>
border-color css
<style>
span { border-color: #B3D8DC; }
span { border-color: rgb(179,216,220); }
td.TdClassName
{
border-color: #B3D8DC;
}
.TagClassName
{
border-color: #B3D8DC;
}
</style>