Shades of Jet Stream #C0D9D1
Tints of Jet Stream #C0D9D1
RGB
CMYK
RGB Variations
Color information
#C0D9D1 (or 0xC0D9D1) is known color: Jet Stream. HEX triplet: C0, D9 and D1. RGB value is (192,217,209). Sum of RGB (Red+Green+Blue) = 192+217+209=618 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.07% from 618); Green value is 217 (85.16% from 255 or 35.11% from 618); Blue value is 209 (82.03% from 255 or 33.82% from 618); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D9D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D9D1 is #3F262E. Grayscale: #D0D0D0. Windows color (decimal): -4138543 or 13752768. OLE color: 13752768.
HSL color Cylindrical-coordinate representation of color #C0D9D1: hue angle of 160.8º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0D9D1 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 217 | 209 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.15 |
| HSL | 160.8º | 0.25% | 0.8% | - |
| HSV(B) | 160.8º | 0.12% | 0.85% | - |
| XYZ | 58.06 | 65.44 | 69.89 | - |
| YUV | 208.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 217 | 209 | 0.12 | 0 | 0.04 | 0.15 | 160.8 | 0.25 | 0.8 |
| Hex | C0 | D9 | D1 | C | 0 | 4 | F | A1 | 19 | 50 |
| Octal | 300 | 331 | 321 | 14 | 0 | 4 | 17 | 241 | 31 | 120 |
| Binary | 11000000 | 11011001 | 11010001 | 1100 | 0 | 100 | 1111 | 10100001 | 11001 | 1010000 |
Color Harmonies of #C0D9D1
Complementary color
Monochromatic Colors of #C0D9D1
Black with #C0D9D1
Text Example
Text Example
White with #C0D9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D9D1; }
p { color: rgb(192,217,209); }
H1.HeaderClassName
{
color: #C0D9D1;
}
.AnyTagClassName
{
color: #C0D9D1;
}
</style>
background-color css
<style>
a { background-color: #C0D9D1; }
a { background-color: rgb(192,217,209); }
div.DivClassName
{
background-color: #C0D9D1;
}
.BgClassName
{
background-color: #C0D9D1;
}
</style>
border-color css
<style>
span { border-color: #C0D9D1; }
span { border-color: rgb(192,217,209); }
td.TdClassName
{
border-color: #C0D9D1;
}
.TagClassName
{
border-color: #C0D9D1;
}
</style>