Shades of Jet Stream #C2CFCA
Tints of Jet Stream #C2CFCA
RGB
CMYK
RGB Variations
Color information
#C2CFCA (or 0xC2CFCA) is known color: Jet Stream. HEX triplet: C2, CF and CA. RGB value is (194,207,202). Sum of RGB (Red+Green+Blue) = 194+207+202=603 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.17% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CFCA is #3D3035. Grayscale: #CACACA. Windows color (decimal): -4010038 or 13291458. OLE color: 13291458.
HSL color Cylindrical-coordinate representation of color #C2CFCA: hue angle of 156.92º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2CFCA is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 207 | 202 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.19 |
| HSL | 156.92º | 0.12% | 0.79% | - |
| HSV(B) | 156.92º | 0.06% | 0.81% | - |
| XYZ | 55.22 | 60.36 | 64.62 | - |
| YUV | 202.54 | 127.69 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 207 | 202 | 0.06 | 0 | 0.02 | 0.19 | 156.92 | 0.12 | 0.79 |
| Hex | C2 | CF | CA | 6 | 0 | 2 | 13 | 9D | C | 4F |
| Octal | 302 | 317 | 312 | 6 | 0 | 2 | 23 | 235 | 14 | 117 |
| Binary | 11000010 | 11001111 | 11001010 | 110 | 0 | 10 | 10011 | 10011101 | 1100 | 1001111 |
Color Harmonies of #C2CFCA
Complementary color
Monochromatic Colors of #C2CFCA
Black with #C2CFCA
Text Example
Text Example
White with #C2CFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CFCA; }
p { color: rgb(194,207,202); }
H1.HeaderClassName
{
color: #C2CFCA;
}
.AnyTagClassName
{
color: #C2CFCA;
}
</style>
background-color css
<style>
a { background-color: #C2CFCA; }
a { background-color: rgb(194,207,202); }
div.DivClassName
{
background-color: #C2CFCA;
}
.BgClassName
{
background-color: #C2CFCA;
}
</style>
border-color css
<style>
span { border-color: #C2CFCA; }
span { border-color: rgb(194,207,202); }
td.TdClassName
{
border-color: #C2CFCA;
}
.TagClassName
{
border-color: #C2CFCA;
}
</style>