Shades of Jet Stream #C0DACF
Tints of Jet Stream #C0DACF
RGB
CMYK
RGB Variations
Color information
#C0DACF (or 0xC0DACF) is known color: Jet Stream. HEX triplet: C0, DA and CF. RGB value is (192,218,207). Sum of RGB (Red+Green+Blue) = 192+218+207=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DACF is #3F2530. Grayscale: #D0D0D0. Windows color (decimal): -4138289 or 13621952. OLE color: 13621952.
HSL color Cylindrical-coordinate representation of color #C0DACF: hue angle of 154.62º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0DACF is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 218 | 207 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.15 |
| HSL | 154.62º | 0.26% | 0.8% | - |
| HSV(B) | 154.62º | 0.12% | 0.85% | - |
| XYZ | 58.07 | 65.85 | 68.68 | - |
| YUV | 208.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 218 | 207 | 0.12 | 0 | 0.05 | 0.15 | 154.62 | 0.26 | 0.8 |
| Hex | C0 | DA | CF | C | 0 | 5 | F | 9B | 1A | 50 |
| Octal | 300 | 332 | 317 | 14 | 0 | 5 | 17 | 233 | 32 | 120 |
| Binary | 11000000 | 11011010 | 11001111 | 1100 | 0 | 101 | 1111 | 10011011 | 11010 | 1010000 |
Color Harmonies of #C0DACF
Complementary color
Monochromatic Colors of #C0DACF
Black with #C0DACF
Text Example
Text Example
White with #C0DACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DACF; }
p { color: rgb(192,218,207); }
H1.HeaderClassName
{
color: #C0DACF;
}
.AnyTagClassName
{
color: #C0DACF;
}
</style>
background-color css
<style>
a { background-color: #C0DACF; }
a { background-color: rgb(192,218,207); }
div.DivClassName
{
background-color: #C0DACF;
}
.BgClassName
{
background-color: #C0DACF;
}
</style>
border-color css
<style>
span { border-color: #C0DACF; }
span { border-color: rgb(192,218,207); }
td.TdClassName
{
border-color: #C0DACF;
}
.TagClassName
{
border-color: #C0DACF;
}
</style>