Shades of Jet Stream #B7DBC8
Tints of Jet Stream #B7DBC8
RGB
CMYK
RGB Variations
Color information
#B7DBC8 (or 0xB7DBC8) is known color: Jet Stream. HEX triplet: B7, DB and C8. RGB value is (183,219,200). Sum of RGB (Red+Green+Blue) = 183+219+200=602 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.40% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 200 (78.52% from 255 or 33.22% from 602); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DBC8 is #482437. Grayscale: #CECECE. Windows color (decimal): -4727864 or 13163447. OLE color: 13163447.
HSL color Cylindrical-coordinate representation of color #B7DBC8: hue angle of 148.33º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7DBC8 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 219 | 200 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.14 |
| HSL | 148.33º | 0.33% | 0.79% | - |
| HSV(B) | 148.33º | 0.16% | 0.86% | - |
| XYZ | 55.29 | 64.9 | 64.26 | - |
| YUV | 206.07 | 124.57 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 219 | 200 | 0.16 | 0 | 0.09 | 0.14 | 148.33 | 0.33 | 0.79 |
| Hex | B7 | DB | C8 | 10 | 0 | 9 | E | 94 | 21 | 4F |
| Octal | 267 | 333 | 310 | 20 | 0 | 11 | 16 | 224 | 41 | 117 |
| Binary | 10110111 | 11011011 | 11001000 | 10000 | 0 | 1001 | 1110 | 10010100 | 100001 | 1001111 |
Color Harmonies of #B7DBC8
Complementary color
Monochromatic Colors of #B7DBC8
Black with #B7DBC8
Text Example
Text Example
White with #B7DBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DBC8; }
p { color: rgb(183,219,200); }
H1.HeaderClassName
{
color: #B7DBC8;
}
.AnyTagClassName
{
color: #B7DBC8;
}
</style>
background-color css
<style>
a { background-color: #B7DBC8; }
a { background-color: rgb(183,219,200); }
div.DivClassName
{
background-color: #B7DBC8;
}
.BgClassName
{
background-color: #B7DBC8;
}
</style>
border-color css
<style>
span { border-color: #B7DBC8; }
span { border-color: rgb(183,219,200); }
td.TdClassName
{
border-color: #B7DBC8;
}
.TagClassName
{
border-color: #B7DBC8;
}
</style>