Shades of Powder Blue #B3DFDF
Tints of Powder Blue #B3DFDF
RGB
CMYK
RGB Variations
Color information
#B3DFDF (or 0xB3DFDF) is known color: Powder Blue. HEX triplet: B3, DF and DF. RGB value is (179,223,223). Sum of RGB (Red+Green+Blue) = 179+223+223=625 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.64% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #B3DFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DFDF is #4C2020. Grayscale: #D1D1D1. Windows color (decimal): -4988961 or 14671795. OLE color: 14671795.
HSL color Cylindrical-coordinate representation of color #B3DFDF: hue angle of 180º 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 #B3DFDF is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 223 | 223 | - |
| CMYK | 0.20 | 0 | 0 | 0.13 |
| HSL | 180º | 0.41% | 0.79% | - |
| HSV(B) | 180º | 0.2% | 0.87% | - |
| XYZ | 58.3 | 67.69 | 79.8 | - |
| YUV | 209.84 | 135.42 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 223 | 223 | 0.20 | 0 | 0 | 0.13 | 180 | 0.41 | 0.79 |
| Hex | B3 | DF | DF | 14 | 0 | 0 | D | B4 | 29 | 4F |
| Octal | 263 | 337 | 337 | 24 | 0 | 0 | 15 | 264 | 51 | 117 |
| Binary | 10110011 | 11011111 | 11011111 | 10100 | 0 | 0 | 1101 | 10110100 | 101001 | 1001111 |
Color Harmonies of #B3DFDF
Complementary color
Monochromatic Colors of #B3DFDF
Black with #B3DFDF
Text Example
Text Example
White with #B3DFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DFDF; }
p { color: rgb(179,223,223); }
H1.HeaderClassName
{
color: #B3DFDF;
}
.AnyTagClassName
{
color: #B3DFDF;
}
</style>
background-color css
<style>
a { background-color: #B3DFDF; }
a { background-color: rgb(179,223,223); }
div.DivClassName
{
background-color: #B3DFDF;
}
.BgClassName
{
background-color: #B3DFDF;
}
</style>
border-color css
<style>
span { border-color: #B3DFDF; }
span { border-color: rgb(179,223,223); }
td.TdClassName
{
border-color: #B3DFDF;
}
.TagClassName
{
border-color: #B3DFDF;
}
</style>