Shades of Jet Stream #B3DAC8
Tints of Jet Stream #B3DAC8
RGB
CMYK
RGB Variations
Color information
#B3DAC8 (or 0xB3DAC8) is known color: Jet Stream. HEX triplet: B3, DA and C8. RGB value is (179,218,200). Sum of RGB (Red+Green+Blue) = 179+218+200=597 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.98% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 200 (78.52% from 255 or 33.50% from 597); Max value from RGB is 218 - color contains mainly: green. Hex color #B3DAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DAC8 is #4C2537. Grayscale: #CCCCCC. Windows color (decimal): -4990264 or 13163187. OLE color: 13163187.
HSL color Cylindrical-coordinate representation of color #B3DAC8: hue angle of 152.31º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3DAC8 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 218 | 200 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.15 |
| HSL | 152.31º | 0.35% | 0.78% | - |
| HSV(B) | 152.31º | 0.18% | 0.85% | - |
| XYZ | 54.09 | 63.9 | 64.13 | - |
| YUV | 204.29 | 125.58 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 218 | 200 | 0.18 | 0 | 0.08 | 0.15 | 152.31 | 0.35 | 0.78 |
| Hex | B3 | DA | C8 | 12 | 0 | 8 | F | 98 | 23 | 4E |
| Octal | 263 | 332 | 310 | 22 | 0 | 10 | 17 | 230 | 43 | 116 |
| Binary | 10110011 | 11011010 | 11001000 | 10010 | 0 | 1000 | 1111 | 10011000 | 100011 | 1001110 |
Color Harmonies of #B3DAC8
Complementary color
Monochromatic Colors of #B3DAC8
Black with #B3DAC8
Text Example
Text Example
White with #B3DAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DAC8; }
p { color: rgb(179,218,200); }
H1.HeaderClassName
{
color: #B3DAC8;
}
.AnyTagClassName
{
color: #B3DAC8;
}
</style>
background-color css
<style>
a { background-color: #B3DAC8; }
a { background-color: rgb(179,218,200); }
div.DivClassName
{
background-color: #B3DAC8;
}
.BgClassName
{
background-color: #B3DAC8;
}
</style>
border-color css
<style>
span { border-color: #B3DAC8; }
span { border-color: rgb(179,218,200); }
td.TdClassName
{
border-color: #B3DAC8;
}
.TagClassName
{
border-color: #B3DAC8;
}
</style>