Shades of Jet Stream #C1D8CD
Tints of Jet Stream #C1D8CD
RGB
CMYK
RGB Variations
Color information
#C1D8CD (or 0xC1D8CD) is known color: Jet Stream. HEX triplet: C1, D8 and CD. RGB value is (193,216,205). Sum of RGB (Red+Green+Blue) = 193+216+205=614 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.43% from 614); Green value is 216 (84.77% from 255 or 35.18% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 216 - color contains mainly: green. Hex color #C1D8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D8CD is #3E2732. Grayscale: #CFCFCF. Windows color (decimal): -4073267 or 13490369. OLE color: 13490369.
HSL color Cylindrical-coordinate representation of color #C1D8CD: hue angle of 151.3º degrees, saturation: 0.23, 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 #C1D8CD is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 216 | 205 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.15 |
| HSL | 151.3º | 0.23% | 0.8% | - |
| HSV(B) | 151.3º | 0.11% | 0.85% | - |
| XYZ | 57.57 | 64.86 | 67.24 | - |
| YUV | 207.87 | 126.38 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 216 | 205 | 0.11 | 0 | 0.05 | 0.15 | 151.3 | 0.23 | 0.8 |
| Hex | C1 | D8 | CD | B | 0 | 5 | F | 97 | 17 | 50 |
| Octal | 301 | 330 | 315 | 13 | 0 | 5 | 17 | 227 | 27 | 120 |
| Binary | 11000001 | 11011000 | 11001101 | 1011 | 0 | 101 | 1111 | 10010111 | 10111 | 1010000 |
Color Harmonies of #C1D8CD
Complementary color
Monochromatic Colors of #C1D8CD
Black with #C1D8CD
Text Example
Text Example
White with #C1D8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D8CD; }
p { color: rgb(193,216,205); }
H1.HeaderClassName
{
color: #C1D8CD;
}
.AnyTagClassName
{
color: #C1D8CD;
}
</style>
background-color css
<style>
a { background-color: #C1D8CD; }
a { background-color: rgb(193,216,205); }
div.DivClassName
{
background-color: #C1D8CD;
}
.BgClassName
{
background-color: #C1D8CD;
}
</style>
border-color css
<style>
span { border-color: #C1D8CD; }
span { border-color: rgb(193,216,205); }
td.TdClassName
{
border-color: #C1D8CD;
}
.TagClassName
{
border-color: #C1D8CD;
}
</style>