Shades of Jet Stream #C6D4CF
Tints of Jet Stream #C6D4CF
RGB
CMYK
RGB Variations
Color information
#C6D4CF (or 0xC6D4CF) is known color: Jet Stream. HEX triplet: C6, D4 and CF. RGB value is (198,212,207). Sum of RGB (Red+Green+Blue) = 198+212+207=617 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.09% from 617); Green value is 212 (83.20% from 255 or 34.36% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 212 - color contains mainly: green. Hex color #C6D4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D4CF is #392B30. Grayscale: #CFCFCF. Windows color (decimal): -3746609 or 13620422. OLE color: 13620422.
HSL color Cylindrical-coordinate representation of color #C6D4CF: hue angle of 158.57º degrees, saturation: 0.14, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C6D4CF is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 212 | 207 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.17 |
| HSL | 158.57º | 0.14% | 0.8% | - |
| HSV(B) | 158.57º | 0.07% | 0.83% | - |
| XYZ | 58.09 | 63.6 | 68.25 | - |
| YUV | 207.24 | 127.86 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 212 | 207 | 0.07 | 0 | 0.02 | 0.17 | 158.57 | 0.14 | 0.8 |
| Hex | C6 | D4 | CF | 7 | 0 | 2 | 11 | 9F | E | 50 |
| Octal | 306 | 324 | 317 | 7 | 0 | 2 | 21 | 237 | 16 | 120 |
| Binary | 11000110 | 11010100 | 11001111 | 111 | 0 | 10 | 10001 | 10011111 | 1110 | 1010000 |
Color Harmonies of #C6D4CF
Complementary color
Monochromatic Colors of #C6D4CF
Black with #C6D4CF
Text Example
Text Example
White with #C6D4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D4CF; }
p { color: rgb(198,212,207); }
H1.HeaderClassName
{
color: #C6D4CF;
}
.AnyTagClassName
{
color: #C6D4CF;
}
</style>
background-color css
<style>
a { background-color: #C6D4CF; }
a { background-color: rgb(198,212,207); }
div.DivClassName
{
background-color: #C6D4CF;
}
.BgClassName
{
background-color: #C6D4CF;
}
</style>
border-color css
<style>
span { border-color: #C6D4CF; }
span { border-color: rgb(198,212,207); }
td.TdClassName
{
border-color: #C6D4CF;
}
.TagClassName
{
border-color: #C6D4CF;
}
</style>