Shades of Powder Blue #B3DBDF
Tints of Powder Blue #B3DBDF
RGB
CMYK
RGB Variations
Color information
#B3DBDF (or 0xB3DBDF) is known color: Powder Blue. HEX triplet: B3, DB and DF. RGB value is (179,219,223). Sum of RGB (Red+Green+Blue) = 179+219+223=621 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.82% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 223 - color contains mainly: blue. Hex color #B3DBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DBDF is #4C2420. Grayscale: #CFCFCF. Windows color (decimal): -4989985 or 14670771. OLE color: 14670771.
HSL color Cylindrical-coordinate representation of color #B3DBDF: hue angle of 185.45º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3DBDF is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 219 | 223 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.13 |
| HSL | 185.45º | 0.41% | 0.79% | - |
| HSV(B) | 185.45º | 0.2% | 0.87% | - |
| XYZ | 57.24 | 65.57 | 79.45 | - |
| YUV | 207.5 | 136.75 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 219 | 223 | 0.20 | 0.02 | 0 | 0.13 | 185.45 | 0.41 | 0.79 |
| Hex | B3 | DB | DF | 14 | 2 | 0 | D | B9 | 29 | 4F |
| Octal | 263 | 333 | 337 | 24 | 2 | 0 | 15 | 271 | 51 | 117 |
| Binary | 10110011 | 11011011 | 11011111 | 10100 | 10 | 0 | 1101 | 10111001 | 101001 | 1001111 |
Color Harmonies of #B3DBDF
Complementary color
Monochromatic Colors of #B3DBDF
Black with #B3DBDF
Text Example
Text Example
White with #B3DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DBDF; }
p { color: rgb(179,219,223); }
H1.HeaderClassName
{
color: #B3DBDF;
}
.AnyTagClassName
{
color: #B3DBDF;
}
</style>
background-color css
<style>
a { background-color: #B3DBDF; }
a { background-color: rgb(179,219,223); }
div.DivClassName
{
background-color: #B3DBDF;
}
.BgClassName
{
background-color: #B3DBDF;
}
</style>
border-color css
<style>
span { border-color: #B3DBDF; }
span { border-color: rgb(179,219,223); }
td.TdClassName
{
border-color: #B3DBDF;
}
.TagClassName
{
border-color: #B3DBDF;
}
</style>