Shades of Powder Blue #B3DBDB
Tints of Powder Blue #B3DBDB
RGB
CMYK
RGB Variations
Color information
#B3DBDB (or 0xB3DBDB) is known color: Powder Blue. HEX triplet: B3, DB and DB. RGB value is (179,219,219). Sum of RGB (Red+Green+Blue) = 179+219+219=617 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.01% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #B3DBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DBDB is #4C2424. Grayscale: #CECECE. Windows color (decimal): -4989989 or 14408627. OLE color: 14408627.
HSL color Cylindrical-coordinate representation of color #B3DBDB: hue angle of 180º 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 #B3DBDB is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 219 | 219 | - |
| CMYK | 0.18 | 0 | 0 | 0.14 |
| HSL | 180º | 0.36% | 0.78% | - |
| HSV(B) | 180º | 0.18% | 0.86% | - |
| XYZ | 56.71 | 65.36 | 76.64 | - |
| YUV | 207.04 | 134.75 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 219 | 219 | 0.18 | 0 | 0 | 0.14 | 180 | 0.36 | 0.78 |
| Hex | B3 | DB | DB | 12 | 0 | 0 | E | B4 | 24 | 4E |
| Octal | 263 | 333 | 333 | 22 | 0 | 0 | 16 | 264 | 44 | 116 |
| Binary | 10110011 | 11011011 | 11011011 | 10010 | 0 | 0 | 1110 | 10110100 | 100100 | 1001110 |
Color Harmonies of #B3DBDB
Complementary color
Monochromatic Colors of #B3DBDB
Black with #B3DBDB
Text Example
Text Example
White with #B3DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DBDB; }
p { color: rgb(179,219,219); }
H1.HeaderClassName
{
color: #B3DBDB;
}
.AnyTagClassName
{
color: #B3DBDB;
}
</style>
background-color css
<style>
a { background-color: #B3DBDB; }
a { background-color: rgb(179,219,219); }
div.DivClassName
{
background-color: #B3DBDB;
}
.BgClassName
{
background-color: #B3DBDB;
}
</style>
border-color css
<style>
span { border-color: #B3DBDB; }
span { border-color: rgb(179,219,219); }
td.TdClassName
{
border-color: #B3DBDB;
}
.TagClassName
{
border-color: #B3DBDB;
}
</style>