Shades of Jet Stream #B3D6CC
Tints of Jet Stream #B3D6CC
RGB
CMYK
RGB Variations
Color information
#B3D6CC (or 0xB3D6CC) is known color: Jet Stream. HEX triplet: B3, D6 and CC. RGB value is (179,214,204). Sum of RGB (Red+Green+Blue) = 179+214+204=597 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.98% from 597); Green value is 214 (83.98% from 255 or 35.85% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 214 - color contains mainly: green. Hex color #B3D6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D6CC is #4C2933. Grayscale: #CACACA. Windows color (decimal): -4991284 or 13424307. OLE color: 13424307.
HSL color Cylindrical-coordinate representation of color #B3D6CC: hue angle of 162.86º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3D6CC is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 214 | 204 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.16 |
| HSL | 162.86º | 0.3% | 0.77% | - |
| HSV(B) | 162.86º | 0.16% | 0.84% | - |
| XYZ | 53.54 | 62.04 | 66.28 | - |
| YUV | 202.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 214 | 204 | 0.16 | 0 | 0.05 | 0.16 | 162.86 | 0.3 | 0.77 |
| Hex | B3 | D6 | CC | 10 | 0 | 5 | 10 | A3 | 1E | 4D |
| Octal | 263 | 326 | 314 | 20 | 0 | 5 | 20 | 243 | 36 | 115 |
| Binary | 10110011 | 11010110 | 11001100 | 10000 | 0 | 101 | 10000 | 10100011 | 11110 | 1001101 |
Color Harmonies of #B3D6CC
Complementary color
Monochromatic Colors of #B3D6CC
Black with #B3D6CC
Text Example
Text Example
White with #B3D6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D6CC; }
p { color: rgb(179,214,204); }
H1.HeaderClassName
{
color: #B3D6CC;
}
.AnyTagClassName
{
color: #B3D6CC;
}
</style>
background-color css
<style>
a { background-color: #B3D6CC; }
a { background-color: rgb(179,214,204); }
div.DivClassName
{
background-color: #B3D6CC;
}
.BgClassName
{
background-color: #B3D6CC;
}
</style>
border-color css
<style>
span { border-color: #B3D6CC; }
span { border-color: rgb(179,214,204); }
td.TdClassName
{
border-color: #B3D6CC;
}
.TagClassName
{
border-color: #B3D6CC;
}
</style>