Shades of Powder Blue #B3DADB
Tints of Powder Blue #B3DADB
RGB
CMYK
RGB Variations
Color information
#B3DADB (or 0xB3DADB) is known color: Powder Blue. HEX triplet: B3, DA and DB. RGB value is (179,218,219). Sum of RGB (Red+Green+Blue) = 179+218+219=616 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.06% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 219 - color contains mainly: blue. Hex color #B3DADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DADB is #4C2524. Grayscale: #CECECE. Windows color (decimal): -4990245 or 14408371. OLE color: 14408371.
HSL color Cylindrical-coordinate representation of color #B3DADB: hue angle of 181.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3DADB is Cyan = 0.18, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 218 | 219 | - |
| CMYK | 0.18 | 0.00 | 0 | 0.14 |
| HSL | 181.5º | 0.36% | 0.78% | - |
| HSV(B) | 181.5º | 0.18% | 0.86% | - |
| XYZ | 56.45 | 64.84 | 76.56 | - |
| YUV | 206.45 | 135.08 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 218 | 219 | 0.18 | 0.00 | 0 | 0.14 | 181.5 | 0.36 | 0.78 |
| Hex | B3 | DA | DB | 12 | 0 | 0 | E | B6 | 24 | 4E |
| Octal | 263 | 332 | 333 | 22 | 0 | 0 | 16 | 266 | 44 | 116 |
| Binary | 10110011 | 11011010 | 11011011 | 10010 | 0 | 0 | 1110 | 10110110 | 100100 | 1001110 |
Color Harmonies of #B3DADB
Complementary color
Monochromatic Colors of #B3DADB
Black with #B3DADB
Text Example
Text Example
White with #B3DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DADB; }
p { color: rgb(179,218,219); }
H1.HeaderClassName
{
color: #B3DADB;
}
.AnyTagClassName
{
color: #B3DADB;
}
</style>
background-color css
<style>
a { background-color: #B3DADB; }
a { background-color: rgb(179,218,219); }
div.DivClassName
{
background-color: #B3DADB;
}
.BgClassName
{
background-color: #B3DADB;
}
</style>
border-color css
<style>
span { border-color: #B3DADB; }
span { border-color: rgb(179,218,219); }
td.TdClassName
{
border-color: #B3DADB;
}
.TagClassName
{
border-color: #B3DADB;
}
</style>