Shades of Jet Stream #C1D6CB
Tints of Jet Stream #C1D6CB
RGB
CMYK
RGB Variations
Color information
#C1D6CB (or 0xC1D6CB) is known color: Jet Stream. HEX triplet: C1, D6 and CB. RGB value is (193,214,203). Sum of RGB (Red+Green+Blue) = 193+214+203=610 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.64% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 214 - color contains mainly: green. Hex color #C1D6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D6CB is #3E2934. Grayscale: #CECECE. Windows color (decimal): -4073781 or 13358785. OLE color: 13358785.
HSL color Cylindrical-coordinate representation of color #C1D6CB: hue angle of 148.57º degrees, saturation: 0.2, 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 #C1D6CB is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 214 | 203 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.16 |
| HSL | 148.57º | 0.2% | 0.8% | - |
| HSV(B) | 148.57º | 0.1% | 0.84% | - |
| XYZ | 56.82 | 63.74 | 65.81 | - |
| YUV | 206.47 | 126.04 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 214 | 203 | 0.10 | 0 | 0.05 | 0.16 | 148.57 | 0.2 | 0.8 |
| Hex | C1 | D6 | CB | A | 0 | 5 | 10 | 95 | 14 | 50 |
| Octal | 301 | 326 | 313 | 12 | 0 | 5 | 20 | 225 | 24 | 120 |
| Binary | 11000001 | 11010110 | 11001011 | 1010 | 0 | 101 | 10000 | 10010101 | 10100 | 1010000 |
Color Harmonies of #C1D6CB
Complementary color
Monochromatic Colors of #C1D6CB
Black with #C1D6CB
Text Example
Text Example
White with #C1D6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D6CB; }
p { color: rgb(193,214,203); }
H1.HeaderClassName
{
color: #C1D6CB;
}
.AnyTagClassName
{
color: #C1D6CB;
}
</style>
background-color css
<style>
a { background-color: #C1D6CB; }
a { background-color: rgb(193,214,203); }
div.DivClassName
{
background-color: #C1D6CB;
}
.BgClassName
{
background-color: #C1D6CB;
}
</style>
border-color css
<style>
span { border-color: #C1D6CB; }
span { border-color: rgb(193,214,203); }
td.TdClassName
{
border-color: #C1D6CB;
}
.TagClassName
{
border-color: #C1D6CB;
}
</style>