Shades of Jet Stream #C2D1C9
Tints of Jet Stream #C2D1C9
RGB
CMYK
RGB Variations
Color information
#C2D1C9 (or 0xC2D1C9) is known color: Jet Stream. HEX triplet: C2, D1 and C9. RGB value is (194,209,201). Sum of RGB (Red+Green+Blue) = 194+209+201=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 209 (82.03% from 255 or 34.60% from 604); Blue value is 201 (78.91% from 255 or 33.28% from 604); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D1C9 is #3D2E36. Grayscale: #CBCBCB. Windows color (decimal): -4009527 or 13226434. OLE color: 13226434.
HSL color Cylindrical-coordinate representation of color #C2D1C9: hue angle of 148º degrees, saturation: 0.14, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C2D1C9 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 209 | 201 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.18 |
| HSL | 148º | 0.14% | 0.79% | - |
| HSV(B) | 148º | 0.07% | 0.82% | - |
| XYZ | 55.59 | 61.29 | 64.16 | - |
| YUV | 203.6 | 126.53 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 209 | 201 | 0.07 | 0 | 0.04 | 0.18 | 148 | 0.14 | 0.79 |
| Hex | C2 | D1 | C9 | 7 | 0 | 4 | 12 | 94 | E | 4F |
| Octal | 302 | 321 | 311 | 7 | 0 | 4 | 22 | 224 | 16 | 117 |
| Binary | 11000010 | 11010001 | 11001001 | 111 | 0 | 100 | 10010 | 10010100 | 1110 | 1001111 |
Color Harmonies of #C2D1C9
Complementary color
Monochromatic Colors of #C2D1C9
Black with #C2D1C9
Text Example
Text Example
White with #C2D1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D1C9; }
p { color: rgb(194,209,201); }
H1.HeaderClassName
{
color: #C2D1C9;
}
.AnyTagClassName
{
color: #C2D1C9;
}
</style>
background-color css
<style>
a { background-color: #C2D1C9; }
a { background-color: rgb(194,209,201); }
div.DivClassName
{
background-color: #C2D1C9;
}
.BgClassName
{
background-color: #C2D1C9;
}
</style>
border-color css
<style>
span { border-color: #C2D1C9; }
span { border-color: rgb(194,209,201); }
td.TdClassName
{
border-color: #C2D1C9;
}
.TagClassName
{
border-color: #C2D1C9;
}
</style>