Shades of Jet Stream #C0D5CF
Tints of Jet Stream #C0D5CF
RGB
CMYK
RGB Variations
Color information
#C0D5CF (or 0xC0D5CF) is known color: Jet Stream. HEX triplet: C0, D5 and CF. RGB value is (192,213,207). Sum of RGB (Red+Green+Blue) = 192+213+207=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 213 (83.59% from 255 or 34.80% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D5CF is #3F2A30. Grayscale: #CECECE. Windows color (decimal): -4139569 or 13620672. OLE color: 13620672.
HSL color Cylindrical-coordinate representation of color #C0D5CF: hue angle of 162.86º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0D5CF is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 213 | 207 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.16 |
| HSL | 162.86º | 0.2% | 0.79% | - |
| HSV(B) | 162.86º | 0.1% | 0.84% | - |
| XYZ | 56.79 | 63.3 | 68.26 | - |
| YUV | 206.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 213 | 207 | 0.10 | 0 | 0.03 | 0.16 | 162.86 | 0.2 | 0.79 |
| Hex | C0 | D5 | CF | A | 0 | 3 | 10 | A3 | 14 | 4F |
| Octal | 300 | 325 | 317 | 12 | 0 | 3 | 20 | 243 | 24 | 117 |
| Binary | 11000000 | 11010101 | 11001111 | 1010 | 0 | 11 | 10000 | 10100011 | 10100 | 1001111 |
Color Harmonies of #C0D5CF
Complementary color
Monochromatic Colors of #C0D5CF
Black with #C0D5CF
Text Example
Text Example
White with #C0D5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D5CF; }
p { color: rgb(192,213,207); }
H1.HeaderClassName
{
color: #C0D5CF;
}
.AnyTagClassName
{
color: #C0D5CF;
}
</style>
background-color css
<style>
a { background-color: #C0D5CF; }
a { background-color: rgb(192,213,207); }
div.DivClassName
{
background-color: #C0D5CF;
}
.BgClassName
{
background-color: #C0D5CF;
}
</style>
border-color css
<style>
span { border-color: #C0D5CF; }
span { border-color: rgb(192,213,207); }
td.TdClassName
{
border-color: #C0D5CF;
}
.TagClassName
{
border-color: #C0D5CF;
}
</style>