Shades of Jet Stream #C2CFC9
Tints of Jet Stream #C2CFC9
RGB
CMYK
RGB Variations
Color information
#C2CFC9 (or 0xC2CFC9) is known color: Jet Stream. HEX triplet: C2, CF and C9. RGB value is (194,207,201). Sum of RGB (Red+Green+Blue) = 194+207+201=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 201 (78.91% from 255 or 33.39% from 602); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CFC9 is #3D3036. Grayscale: #CACACA. Windows color (decimal): -4010039 or 13225922. OLE color: 13225922.
HSL color Cylindrical-coordinate representation of color #C2CFC9: hue angle of 152.31º 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 #C2CFC9 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 207 | 201 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.19 |
| HSL | 152.31º | 0.12% | 0.79% | - |
| HSV(B) | 152.31º | 0.06% | 0.81% | - |
| XYZ | 55.1 | 60.31 | 64 | - |
| YUV | 202.43 | 127.19 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 207 | 201 | 0.06 | 0 | 0.03 | 0.19 | 152.31 | 0.12 | 0.79 |
| Hex | C2 | CF | C9 | 6 | 0 | 3 | 13 | 98 | C | 4F |
| Octal | 302 | 317 | 311 | 6 | 0 | 3 | 23 | 230 | 14 | 117 |
| Binary | 11000010 | 11001111 | 11001001 | 110 | 0 | 11 | 10011 | 10011000 | 1100 | 1001111 |
Color Harmonies of #C2CFC9
Complementary color
Monochromatic Colors of #C2CFC9
Black with #C2CFC9
Text Example
Text Example
White with #C2CFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CFC9; }
p { color: rgb(194,207,201); }
H1.HeaderClassName
{
color: #C2CFC9;
}
.AnyTagClassName
{
color: #C2CFC9;
}
</style>
background-color css
<style>
a { background-color: #C2CFC9; }
a { background-color: rgb(194,207,201); }
div.DivClassName
{
background-color: #C2CFC9;
}
.BgClassName
{
background-color: #C2CFC9;
}
</style>
border-color css
<style>
span { border-color: #C2CFC9; }
span { border-color: rgb(194,207,201); }
td.TdClassName
{
border-color: #C2CFC9;
}
.TagClassName
{
border-color: #C2CFC9;
}
</style>