Shades of Jet Stream #B3D7CA
Tints of Jet Stream #B3D7CA
RGB
CMYK
RGB Variations
Color information
#B3D7CA (or 0xB3D7CA) is known color: Jet Stream. HEX triplet: B3, D7 and CA. RGB value is (179,215,202). Sum of RGB (Red+Green+Blue) = 179+215+202=596 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.03% from 596); Green value is 215 (84.38% from 255 or 36.07% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 215 - color contains mainly: green. Hex color #B3D7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D7CA is #4C2835. Grayscale: #CACACA. Windows color (decimal): -4991030 or 13293491. OLE color: 13293491.
HSL color Cylindrical-coordinate representation of color #B3D7CA: hue angle of 158.33º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B3D7CA is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 215 | 202 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.16 |
| HSL | 158.33º | 0.31% | 0.77% | - |
| HSV(B) | 158.33º | 0.17% | 0.84% | - |
| XYZ | 53.55 | 62.45 | 65.11 | - |
| YUV | 202.75 | 127.57 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 215 | 202 | 0.17 | 0 | 0.06 | 0.16 | 158.33 | 0.31 | 0.77 |
| Hex | B3 | D7 | CA | 11 | 0 | 6 | 10 | 9E | 1F | 4D |
| Octal | 263 | 327 | 312 | 21 | 0 | 6 | 20 | 236 | 37 | 115 |
| Binary | 10110011 | 11010111 | 11001010 | 10001 | 0 | 110 | 10000 | 10011110 | 11111 | 1001101 |
Color Harmonies of #B3D7CA
Complementary color
Monochromatic Colors of #B3D7CA
Black with #B3D7CA
Text Example
Text Example
White with #B3D7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D7CA; }
p { color: rgb(179,215,202); }
H1.HeaderClassName
{
color: #B3D7CA;
}
.AnyTagClassName
{
color: #B3D7CA;
}
</style>
background-color css
<style>
a { background-color: #B3D7CA; }
a { background-color: rgb(179,215,202); }
div.DivClassName
{
background-color: #B3D7CA;
}
.BgClassName
{
background-color: #B3D7CA;
}
</style>
border-color css
<style>
span { border-color: #B3D7CA; }
span { border-color: rgb(179,215,202); }
td.TdClassName
{
border-color: #B3D7CA;
}
.TagClassName
{
border-color: #B3D7CA;
}
</style>