Shades of Powder Blue #B3D6DA
Tints of Powder Blue #B3D6DA
RGB
CMYK
RGB Variations
Color information
#B3D6DA (or 0xB3D6DA) is known color: Powder Blue. HEX triplet: B3, D6 and DA. RGB value is (179,214,218). Sum of RGB (Red+Green+Blue) = 179+214+218=611 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.30% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 218 - color contains mainly: blue. Hex color #B3D6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D6DA is #4C2925. Grayscale: #CBCBCB. Windows color (decimal): -4991270 or 14341811. OLE color: 14341811.
HSL color Cylindrical-coordinate representation of color #B3D6DA: hue angle of 186.15º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3D6DA is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 214 | 218 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.15 |
| HSL | 186.15º | 0.35% | 0.78% | - |
| HSV(B) | 186.15º | 0.18% | 0.85% | - |
| XYZ | 55.29 | 62.74 | 75.53 | - |
| YUV | 203.99 | 135.9 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 214 | 218 | 0.18 | 0.02 | 0 | 0.15 | 186.15 | 0.35 | 0.78 |
| Hex | B3 | D6 | DA | 12 | 2 | 0 | F | BA | 23 | 4E |
| Octal | 263 | 326 | 332 | 22 | 2 | 0 | 17 | 272 | 43 | 116 |
| Binary | 10110011 | 11010110 | 11011010 | 10010 | 10 | 0 | 1111 | 10111010 | 100011 | 1001110 |
Color Harmonies of #B3D6DA
Complementary color
Monochromatic Colors of #B3D6DA
Black with #B3D6DA
Text Example
Text Example
White with #B3D6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D6DA; }
p { color: rgb(179,214,218); }
H1.HeaderClassName
{
color: #B3D6DA;
}
.AnyTagClassName
{
color: #B3D6DA;
}
</style>
background-color css
<style>
a { background-color: #B3D6DA; }
a { background-color: rgb(179,214,218); }
div.DivClassName
{
background-color: #B3D6DA;
}
.BgClassName
{
background-color: #B3D6DA;
}
</style>
border-color css
<style>
span { border-color: #B3D6DA; }
span { border-color: rgb(179,214,218); }
td.TdClassName
{
border-color: #B3D6DA;
}
.TagClassName
{
border-color: #B3D6DA;
}
</style>