Shades of Jet Stream #B3D8C8
Tints of Jet Stream #B3D8C8
RGB
CMYK
RGB Variations
Color information
#B3D8C8 (or 0xB3D8C8) is known color: Jet Stream. HEX triplet: B3, D8 and C8. RGB value is (179,216,200). Sum of RGB (Red+Green+Blue) = 179+216+200=595 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.08% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 216 - color contains mainly: green. Hex color #B3D8C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D8C8 is #4C2737. Grayscale: #CBCBCB. Windows color (decimal): -4990776 or 13162675. OLE color: 13162675.
HSL color Cylindrical-coordinate representation of color #B3D8C8: hue angle of 154.05º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B3D8C8 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 216 | 200 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.15 |
| HSL | 154.05º | 0.32% | 0.77% | - |
| HSV(B) | 154.05º | 0.17% | 0.85% | - |
| XYZ | 53.57 | 62.87 | 63.95 | - |
| YUV | 203.11 | 126.24 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 216 | 200 | 0.17 | 0 | 0.07 | 0.15 | 154.05 | 0.32 | 0.77 |
| Hex | B3 | D8 | C8 | 11 | 0 | 7 | F | 9A | 20 | 4D |
| Octal | 263 | 330 | 310 | 21 | 0 | 7 | 17 | 232 | 40 | 115 |
| Binary | 10110011 | 11011000 | 11001000 | 10001 | 0 | 111 | 1111 | 10011010 | 100000 | 1001101 |
Color Harmonies of #B3D8C8
Complementary color
Monochromatic Colors of #B3D8C8
Black with #B3D8C8
Text Example
Text Example
White with #B3D8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D8C8; }
p { color: rgb(179,216,200); }
H1.HeaderClassName
{
color: #B3D8C8;
}
.AnyTagClassName
{
color: #B3D8C8;
}
</style>
background-color css
<style>
a { background-color: #B3D8C8; }
a { background-color: rgb(179,216,200); }
div.DivClassName
{
background-color: #B3D8C8;
}
.BgClassName
{
background-color: #B3D8C8;
}
</style>
border-color css
<style>
span { border-color: #B3D8C8; }
span { border-color: rgb(179,216,200); }
td.TdClassName
{
border-color: #B3D8C8;
}
.TagClassName
{
border-color: #B3D8C8;
}
</style>