Shades of Jet Stream #C2D9CF
Tints of Jet Stream #C2D9CF
RGB
CMYK
RGB Variations
Color information
#C2D9CF (or 0xC2D9CF) is known color: Jet Stream. HEX triplet: C2, D9 and CF. RGB value is (194,217,207). Sum of RGB (Red+Green+Blue) = 194+217+207=618 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.39% from 618); Green value is 217 (85.16% from 255 or 35.11% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D9CF is #3D2630. Grayscale: #D1D1D1. Windows color (decimal): -4007473 or 13621698. OLE color: 13621698.
HSL color Cylindrical-coordinate representation of color #C2D9CF: hue angle of 153.91º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2D9CF is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 217 | 207 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.15 |
| HSL | 153.91º | 0.23% | 0.81% | - |
| HSV(B) | 153.91º | 0.11% | 0.85% | - |
| XYZ | 58.32 | 65.6 | 68.62 | - |
| YUV | 208.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 217 | 207 | 0.11 | 0 | 0.05 | 0.15 | 153.91 | 0.23 | 0.81 |
| Hex | C2 | D9 | CF | B | 0 | 5 | F | 9A | 17 | 51 |
| Octal | 302 | 331 | 317 | 13 | 0 | 5 | 17 | 232 | 27 | 121 |
| Binary | 11000010 | 11011001 | 11001111 | 1011 | 0 | 101 | 1111 | 10011010 | 10111 | 1010001 |
Color Harmonies of #C2D9CF
Complementary color
Monochromatic Colors of #C2D9CF
Black with #C2D9CF
Text Example
Text Example
White with #C2D9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D9CF; }
p { color: rgb(194,217,207); }
H1.HeaderClassName
{
color: #C2D9CF;
}
.AnyTagClassName
{
color: #C2D9CF;
}
</style>
background-color css
<style>
a { background-color: #C2D9CF; }
a { background-color: rgb(194,217,207); }
div.DivClassName
{
background-color: #C2D9CF;
}
.BgClassName
{
background-color: #C2D9CF;
}
</style>
border-color css
<style>
span { border-color: #C2D9CF; }
span { border-color: rgb(194,217,207); }
td.TdClassName
{
border-color: #C2D9CF;
}
.TagClassName
{
border-color: #C2D9CF;
}
</style>