Shades of Jet Stream #C0D2CD
Tints of Jet Stream #C0D2CD
RGB
CMYK
RGB Variations
Color information
#C0D2CD (or 0xC0D2CD) is known color: Jet Stream. HEX triplet: C0, D2 and CD. RGB value is (192,210,205). Sum of RGB (Red+Green+Blue) = 192+210+205=607 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.63% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D2CD is #3F2D32. Grayscale: #CCCCCC. Windows color (decimal): -4140339 or 13488832. OLE color: 13488832.
HSL color Cylindrical-coordinate representation of color #C0D2CD: hue angle of 163.33º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0D2CD is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 210 | 205 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.18 |
| HSL | 163.33º | 0.17% | 0.79% | - |
| HSV(B) | 163.33º | 0.09% | 0.82% | - |
| XYZ | 55.8 | 61.71 | 66.73 | - |
| YUV | 204.05 | 128.54 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 210 | 205 | 0.09 | 0 | 0.02 | 0.18 | 163.33 | 0.17 | 0.79 |
| Hex | C0 | D2 | CD | 9 | 0 | 2 | 12 | A3 | 11 | 4F |
| Octal | 300 | 322 | 315 | 11 | 0 | 2 | 22 | 243 | 21 | 117 |
| Binary | 11000000 | 11010010 | 11001101 | 1001 | 0 | 10 | 10010 | 10100011 | 10001 | 1001111 |
Color Harmonies of #C0D2CD
Complementary color
Monochromatic Colors of #C0D2CD
Black with #C0D2CD
Text Example
Text Example
White with #C0D2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D2CD; }
p { color: rgb(192,210,205); }
H1.HeaderClassName
{
color: #C0D2CD;
}
.AnyTagClassName
{
color: #C0D2CD;
}
</style>
background-color css
<style>
a { background-color: #C0D2CD; }
a { background-color: rgb(192,210,205); }
div.DivClassName
{
background-color: #C0D2CD;
}
.BgClassName
{
background-color: #C0D2CD;
}
</style>
border-color css
<style>
span { border-color: #C0D2CD; }
span { border-color: rgb(192,210,205); }
td.TdClassName
{
border-color: #C0D2CD;
}
.TagClassName
{
border-color: #C0D2CD;
}
</style>