Shades of Jet Stream #B3D5CA
Tints of Jet Stream #B3D5CA
RGB
CMYK
RGB Variations
Color information
#B3D5CA (or 0xB3D5CA) is known color: Jet Stream. HEX triplet: B3, D5 and CA. RGB value is (179,213,202). Sum of RGB (Red+Green+Blue) = 179+213+202=594 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.13% from 594); Green value is 213 (83.59% from 255 or 35.86% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 213 - color contains mainly: green. Hex color #B3D5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D5CA is #4C2A35. Grayscale: #C9C9C9. Windows color (decimal): -4991542 or 13292979. OLE color: 13292979.
HSL color Cylindrical-coordinate representation of color #B3D5CA: hue angle of 160.59º degrees, saturation: 0.29, 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 #B3D5CA is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 213 | 202 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.16 |
| HSL | 160.59º | 0.29% | 0.77% | - |
| HSV(B) | 160.59º | 0.16% | 0.84% | - |
| XYZ | 53.05 | 61.44 | 64.94 | - |
| YUV | 201.58 | 128.24 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 213 | 202 | 0.16 | 0 | 0.05 | 0.16 | 160.59 | 0.29 | 0.77 |
| Hex | B3 | D5 | CA | 10 | 0 | 5 | 10 | A1 | 1D | 4D |
| Octal | 263 | 325 | 312 | 20 | 0 | 5 | 20 | 241 | 35 | 115 |
| Binary | 10110011 | 11010101 | 11001010 | 10000 | 0 | 101 | 10000 | 10100001 | 11101 | 1001101 |
Color Harmonies of #B3D5CA
Complementary color
Monochromatic Colors of #B3D5CA
Black with #B3D5CA
Text Example
Text Example
White with #B3D5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D5CA; }
p { color: rgb(179,213,202); }
H1.HeaderClassName
{
color: #B3D5CA;
}
.AnyTagClassName
{
color: #B3D5CA;
}
</style>
background-color css
<style>
a { background-color: #B3D5CA; }
a { background-color: rgb(179,213,202); }
div.DivClassName
{
background-color: #B3D5CA;
}
.BgClassName
{
background-color: #B3D5CA;
}
</style>
border-color css
<style>
span { border-color: #B3D5CA; }
span { border-color: rgb(179,213,202); }
td.TdClassName
{
border-color: #B3D5CA;
}
.TagClassName
{
border-color: #B3D5CA;
}
</style>