Shades of Jet Stream #C1CFC9
Tints of Jet Stream #C1CFC9
RGB
CMYK
RGB Variations
Color information
#C1CFC9 (or 0xC1CFC9) is known color: Jet Stream. HEX triplet: C1, CF and C9. RGB value is (193,207,201). Sum of RGB (Red+Green+Blue) = 193+207+201=601 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.11% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 201 (78.91% from 255 or 33.44% from 601); Max value from RGB is 207 - color contains mainly: green. Hex color #C1CFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CFC9 is #3E3036. Grayscale: #CACACA. Windows color (decimal): -4075575 or 13225921. OLE color: 13225921.
HSL color Cylindrical-coordinate representation of color #C1CFC9: hue angle of 154.29º 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 #C1CFC9 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
RGB | 193 | 207 | 201 | - |
CMYK | 0.07 | 0 | 0.03 | 0.19 |
HSL | 154.29º | 0.13% | 0.78% | - |
HSV(B) | 154.29º | 0.07% | 0.81% | - |
XYZ | 54.85 | 60.18 | 63.98 | - |
YUV | 202.13 | 127.36 | 121.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 207 | 201 | 0.07 | 0 | 0.03 | 0.19 | 154.29 | 0.13 | 0.78 |
Hex | C1 | CF | C9 | 7 | 0 | 3 | 13 | 9A | D | 4E |
Octal | 301 | 317 | 311 | 7 | 0 | 3 | 23 | 232 | 15 | 116 |
Binary | 11000001 | 11001111 | 11001001 | 111 | 0 | 11 | 10011 | 10011010 | 1101 | 1001110 |
Color Harmonies of #C1CFC9
Complementary color
Monochromatic Colors of #C1CFC9
Black with #C1CFC9
Text Example
Text Example
White with #C1CFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CFC9; }
p { color: rgb(193,207,201); }
H1.HeaderClassName
{
color: #C1CFC9;
}
.AnyTagClassName
{
color: #C1CFC9;
}
</style>
background-color css
<style>
a { background-color: #C1CFC9; }
a { background-color: rgb(193,207,201); }
div.DivClassName
{
background-color: #C1CFC9;
}
.BgClassName
{
background-color: #C1CFC9;
}
</style>
border-color css
<style>
span { border-color: #C1CFC9; }
span { border-color: rgb(193,207,201); }
td.TdClassName
{
border-color: #C1CFC9;
}
.TagClassName
{
border-color: #C1CFC9;
}
</style>