Shades of Jet Stream #C0D8CD
Tints of Jet Stream #C0D8CD
RGB
CMYK
RGB Variations
Color information
#C0D8CD (or 0xC0D8CD) is known color: Jet Stream. HEX triplet: C0, D8 and CD. RGB value is (192,216,205). Sum of RGB (Red+Green+Blue) = 192+216+205=613 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.32% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D8CD is #3F2732. Grayscale: #CFCFCF. Windows color (decimal): -4138803 or 13490368. OLE color: 13490368.
HSL color Cylindrical-coordinate representation of color #C0D8CD: hue angle of 152.5º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0D8CD is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 216 | 205 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.15 |
| HSL | 152.5º | 0.24% | 0.8% | - |
| HSV(B) | 152.5º | 0.11% | 0.85% | - |
| XYZ | 57.31 | 64.73 | 67.23 | - |
| YUV | 207.57 | 126.55 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 205 | 0.11 | 0 | 0.05 | 0.15 | 152.5 | 0.24 | 0.8 |
| Hex | C0 | D8 | CD | B | 0 | 5 | F | 98 | 18 | 50 |
| Octal | 300 | 330 | 315 | 13 | 0 | 5 | 17 | 230 | 30 | 120 |
| Binary | 11000000 | 11011000 | 11001101 | 1011 | 0 | 101 | 1111 | 10011000 | 11000 | 1010000 |
Color Harmonies of #C0D8CD
Complementary color
Monochromatic Colors of #C0D8CD
Black with #C0D8CD
Text Example
Text Example
White with #C0D8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D8CD; }
p { color: rgb(192,216,205); }
H1.HeaderClassName
{
color: #C0D8CD;
}
.AnyTagClassName
{
color: #C0D8CD;
}
</style>
background-color css
<style>
a { background-color: #C0D8CD; }
a { background-color: rgb(192,216,205); }
div.DivClassName
{
background-color: #C0D8CD;
}
.BgClassName
{
background-color: #C0D8CD;
}
</style>
border-color css
<style>
span { border-color: #C0D8CD; }
span { border-color: rgb(192,216,205); }
td.TdClassName
{
border-color: #C0D8CD;
}
.TagClassName
{
border-color: #C0D8CD;
}
</style>