Shades of Jet Stream #C2D7D0
Tints of Jet Stream #C2D7D0
RGB
CMYK
RGB Variations
Color information
#C2D7D0 (or 0xC2D7D0) is known color: Jet Stream. HEX triplet: C2, D7 and D0. RGB value is (194,215,208). Sum of RGB (Red+Green+Blue) = 194+215+208=617 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.44% from 617); Green value is 215 (84.38% from 255 or 34.85% from 617); Blue value is 208 (81.64% from 255 or 33.71% from 617); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D7D0 is #3D282F. Grayscale: #CFCFCF. Windows color (decimal): -4007984 or 13686722. OLE color: 13686722.
HSL color Cylindrical-coordinate representation of color #C2D7D0: hue angle of 160º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2D7D0 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
RGB | 194 | 215 | 208 | - |
CMYK | 0.10 | 0 | 0.03 | 0.16 |
HSL | 160º | 0.21% | 0.8% | - |
HSV(B) | 160º | 0.1% | 0.84% | - |
XYZ | 57.93 | 64.62 | 69.09 | - |
YUV | 207.92 | 128.04 | 118.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 215 | 208 | 0.10 | 0 | 0.03 | 0.16 | 160 | 0.21 | 0.8 |
Hex | C2 | D7 | D0 | A | 0 | 3 | 10 | A0 | 15 | 50 |
Octal | 302 | 327 | 320 | 12 | 0 | 3 | 20 | 240 | 25 | 120 |
Binary | 11000010 | 11010111 | 11010000 | 1010 | 0 | 11 | 10000 | 10100000 | 10101 | 1010000 |
Color Harmonies of #C2D7D0
Complementary color
Monochromatic Colors of #C2D7D0
Black with #C2D7D0
Text Example
Text Example
White with #C2D7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D7D0; }
p { color: rgb(194,215,208); }
H1.HeaderClassName
{
color: #C2D7D0;
}
.AnyTagClassName
{
color: #C2D7D0;
}
</style>
background-color css
<style>
a { background-color: #C2D7D0; }
a { background-color: rgb(194,215,208); }
div.DivClassName
{
background-color: #C2D7D0;
}
.BgClassName
{
background-color: #C2D7D0;
}
</style>
border-color css
<style>
span { border-color: #C2D7D0; }
span { border-color: rgb(194,215,208); }
td.TdClassName
{
border-color: #C2D7D0;
}
.TagClassName
{
border-color: #C2D7D0;
}
</style>