Shades of Jet Stream #C1D5CA
Tints of Jet Stream #C1D5CA
RGB
CMYK
RGB Variations
Color information
#C1D5CA (or 0xC1D5CA) is known color: Jet Stream. HEX triplet: C1, D5 and CA. RGB value is (193,213,202). Sum of RGB (Red+Green+Blue) = 193+213+202=608 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.74% from 608); Green value is 213 (83.59% from 255 or 35.03% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 213 - color contains mainly: green. Hex color #C1D5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D5CA is #3E2A35. Grayscale: #CDCDCD. Windows color (decimal): -4074038 or 13292993. OLE color: 13292993.
HSL color Cylindrical-coordinate representation of color #C1D5CA: hue angle of 147º degrees, saturation: 0.19, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1D5CA is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 213 | 202 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.16 |
| HSL | 147º | 0.19% | 0.8% | - |
| HSV(B) | 147º | 0.09% | 0.84% | - |
| XYZ | 56.45 | 63.19 | 65.1 | - |
| YUV | 205.77 | 125.87 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 213 | 202 | 0.09 | 0 | 0.05 | 0.16 | 147 | 0.19 | 0.8 |
| Hex | C1 | D5 | CA | 9 | 0 | 5 | 10 | 93 | 13 | 50 |
| Octal | 301 | 325 | 312 | 11 | 0 | 5 | 20 | 223 | 23 | 120 |
| Binary | 11000001 | 11010101 | 11001010 | 1001 | 0 | 101 | 10000 | 10010011 | 10011 | 1010000 |
Color Harmonies of #C1D5CA
Complementary color
Monochromatic Colors of #C1D5CA
Black with #C1D5CA
Text Example
Text Example
White with #C1D5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D5CA; }
p { color: rgb(193,213,202); }
H1.HeaderClassName
{
color: #C1D5CA;
}
.AnyTagClassName
{
color: #C1D5CA;
}
</style>
background-color css
<style>
a { background-color: #C1D5CA; }
a { background-color: rgb(193,213,202); }
div.DivClassName
{
background-color: #C1D5CA;
}
.BgClassName
{
background-color: #C1D5CA;
}
</style>
border-color css
<style>
span { border-color: #C1D5CA; }
span { border-color: rgb(193,213,202); }
td.TdClassName
{
border-color: #C1D5CA;
}
.TagClassName
{
border-color: #C1D5CA;
}
</style>