Shades of Jet Stream #C0D6CB
Tints of Jet Stream #C0D6CB
RGB
CMYK
RGB Variations
Color information
#C0D6CB (or 0xC0D6CB) is known color: Jet Stream. HEX triplet: C0, D6 and CB. RGB value is (192,214,203). Sum of RGB (Red+Green+Blue) = 192+214+203=609 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.53% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D6CB is #3F2934. Grayscale: #CECECE. Windows color (decimal): -4139317 or 13358784. OLE color: 13358784.
HSL color Cylindrical-coordinate representation of color #C0D6CB: hue angle of 150º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0D6CB is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 214 | 203 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.16 |
| HSL | 150º | 0.21% | 0.8% | - |
| HSV(B) | 150º | 0.1% | 0.84% | - |
| XYZ | 56.56 | 63.61 | 65.8 | - |
| YUV | 206.17 | 126.21 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 214 | 203 | 0.10 | 0 | 0.05 | 0.16 | 150 | 0.21 | 0.8 |
| Hex | C0 | D6 | CB | A | 0 | 5 | 10 | 96 | 15 | 50 |
| Octal | 300 | 326 | 313 | 12 | 0 | 5 | 20 | 226 | 25 | 120 |
| Binary | 11000000 | 11010110 | 11001011 | 1010 | 0 | 101 | 10000 | 10010110 | 10101 | 1010000 |
Color Harmonies of #C0D6CB
Complementary color
Monochromatic Colors of #C0D6CB
Black with #C0D6CB
Text Example
Text Example
White with #C0D6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D6CB; }
p { color: rgb(192,214,203); }
H1.HeaderClassName
{
color: #C0D6CB;
}
.AnyTagClassName
{
color: #C0D6CB;
}
</style>
background-color css
<style>
a { background-color: #C0D6CB; }
a { background-color: rgb(192,214,203); }
div.DivClassName
{
background-color: #C0D6CB;
}
.BgClassName
{
background-color: #C0D6CB;
}
</style>
border-color css
<style>
span { border-color: #C0D6CB; }
span { border-color: rgb(192,214,203); }
td.TdClassName
{
border-color: #C0D6CB;
}
.TagClassName
{
border-color: #C0D6CB;
}
</style>