Shades of Jet Stream #C1CFCB
Tints of Jet Stream #C1CFCB
RGB
CMYK
RGB Variations
Color information
#C1CFCB (or 0xC1CFCB) is known color: Jet Stream. HEX triplet: C1, CF and CB. RGB value is (193,207,203). Sum of RGB (Red+Green+Blue) = 193+207+203=603 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.01% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 207 - color contains mainly: green. Hex color #C1CFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CFCB is #3E3034. Grayscale: #CACACA. Windows color (decimal): -4075573 or 13356993. OLE color: 13356993.
HSL color Cylindrical-coordinate representation of color #C1CFCB: hue angle of 162.86º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C1CFCB is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 207 | 203 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.19 |
| HSL | 162.86º | 0.13% | 0.78% | - |
| HSV(B) | 162.86º | 0.07% | 0.81% | - |
| XYZ | 55.08 | 60.27 | 65.23 | - |
| YUV | 202.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 207 | 203 | 0.07 | 0 | 0.02 | 0.19 | 162.86 | 0.13 | 0.78 |
| Hex | C1 | CF | CB | 7 | 0 | 2 | 13 | A3 | D | 4E |
| Octal | 301 | 317 | 313 | 7 | 0 | 2 | 23 | 243 | 15 | 116 |
| Binary | 11000001 | 11001111 | 11001011 | 111 | 0 | 10 | 10011 | 10100011 | 1101 | 1001110 |
Color Harmonies of #C1CFCB
Complementary color
Monochromatic Colors of #C1CFCB
Black with #C1CFCB
Text Example
Text Example
White with #C1CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CFCB; }
p { color: rgb(193,207,203); }
H1.HeaderClassName
{
color: #C1CFCB;
}
.AnyTagClassName
{
color: #C1CFCB;
}
</style>
background-color css
<style>
a { background-color: #C1CFCB; }
a { background-color: rgb(193,207,203); }
div.DivClassName
{
background-color: #C1CFCB;
}
.BgClassName
{
background-color: #C1CFCB;
}
</style>
border-color css
<style>
span { border-color: #C1CFCB; }
span { border-color: rgb(193,207,203); }
td.TdClassName
{
border-color: #C1CFCB;
}
.TagClassName
{
border-color: #C1CFCB;
}
</style>