Shades of Jet Stream #B3DBCB
Tints of Jet Stream #B3DBCB
RGB
CMYK
RGB Variations
Color information
#B3DBCB (or 0xB3DBCB) is known color: Jet Stream. HEX triplet: B3, DB and CB. RGB value is (179,219,203). Sum of RGB (Red+Green+Blue) = 179+219+203=601 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.78% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 219 - color contains mainly: green. Hex color #B3DBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DBCB is #4C2434. Grayscale: #CDCDCD. Windows color (decimal): -4990005 or 13360051. OLE color: 13360051.
HSL color Cylindrical-coordinate representation of color #B3DBCB: hue angle of 156º 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 #B3DBCB is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 219 | 203 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.14 |
| HSL | 156º | 0.36% | 0.78% | - |
| HSV(B) | 156º | 0.18% | 0.86% | - |
| XYZ | 54.7 | 64.56 | 66.08 | - |
| YUV | 205.22 | 126.75 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 219 | 203 | 0.18 | 0 | 0.07 | 0.14 | 156 | 0.36 | 0.78 |
| Hex | B3 | DB | CB | 12 | 0 | 7 | E | 9C | 24 | 4E |
| Octal | 263 | 333 | 313 | 22 | 0 | 7 | 16 | 234 | 44 | 116 |
| Binary | 10110011 | 11011011 | 11001011 | 10010 | 0 | 111 | 1110 | 10011100 | 100100 | 1001110 |
Color Harmonies of #B3DBCB
Complementary color
Monochromatic Colors of #B3DBCB
Black with #B3DBCB
Text Example
Text Example
White with #B3DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DBCB; }
p { color: rgb(179,219,203); }
H1.HeaderClassName
{
color: #B3DBCB;
}
.AnyTagClassName
{
color: #B3DBCB;
}
</style>
background-color css
<style>
a { background-color: #B3DBCB; }
a { background-color: rgb(179,219,203); }
div.DivClassName
{
background-color: #B3DBCB;
}
.BgClassName
{
background-color: #B3DBCB;
}
</style>
border-color css
<style>
span { border-color: #B3DBCB; }
span { border-color: rgb(179,219,203); }
td.TdClassName
{
border-color: #B3DBCB;
}
.TagClassName
{
border-color: #B3DBCB;
}
</style>