Shades of Jet Stream #C0D6D0
Tints of Jet Stream #C0D6D0
RGB
CMYK
RGB Variations
Color information
#C0D6D0 (or 0xC0D6D0) is known color: Jet Stream. HEX triplet: C0, D6 and D0. RGB value is (192,214,208). Sum of RGB (Red+Green+Blue) = 192+214+208=614 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.27% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D6D0 is #3F292F. Grayscale: #CECECE. Windows color (decimal): -4139312 or 13686464. OLE color: 13686464.
HSL color Cylindrical-coordinate representation of color #C0D6D0: hue angle of 163.64º 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 #C0D6D0 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
RGB | 192 | 214 | 208 | - |
CMYK | 0.10 | 0 | 0.03 | 0.16 |
HSL | 163.64º | 0.21% | 0.8% | - |
HSV(B) | 163.64º | 0.1% | 0.84% | - |
XYZ | 57.17 | 63.85 | 68.99 | - |
YUV | 206.74 | 128.71 | 117.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 214 | 208 | 0.10 | 0 | 0.03 | 0.16 | 163.64 | 0.21 | 0.8 |
Hex | C0 | D6 | D0 | A | 0 | 3 | 10 | A4 | 15 | 50 |
Octal | 300 | 326 | 320 | 12 | 0 | 3 | 20 | 244 | 25 | 120 |
Binary | 11000000 | 11010110 | 11010000 | 1010 | 0 | 11 | 10000 | 10100100 | 10101 | 1010000 |
Color Harmonies of #C0D6D0
Complementary color
Monochromatic Colors of #C0D6D0
Black with #C0D6D0
Text Example
Text Example
White with #C0D6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D6D0; }
p { color: rgb(192,214,208); }
H1.HeaderClassName
{
color: #C0D6D0;
}
.AnyTagClassName
{
color: #C0D6D0;
}
</style>
background-color css
<style>
a { background-color: #C0D6D0; }
a { background-color: rgb(192,214,208); }
div.DivClassName
{
background-color: #C0D6D0;
}
.BgClassName
{
background-color: #C0D6D0;
}
</style>
border-color css
<style>
span { border-color: #C0D6D0; }
span { border-color: rgb(192,214,208); }
td.TdClassName
{
border-color: #C0D6D0;
}
.TagClassName
{
border-color: #C0D6D0;
}
</style>