Shades of Jet Stream #C5D1CB
Tints of Jet Stream #C5D1CB
RGB
CMYK
RGB Variations
Color information
#C5D1CB (or 0xC5D1CB) is known color: Jet Stream. HEX triplet: C5, D1 and CB. RGB value is (197,209,203). Sum of RGB (Red+Green+Blue) = 197+209+203=609 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.35% from 609); Green value is 209 (82.03% from 255 or 34.32% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D1CB is #3A2E34. Grayscale: #CCCCCC. Windows color (decimal): -3812917 or 13357509. OLE color: 13357509.
HSL color Cylindrical-coordinate representation of color #C5D1CB: hue angle of 150º degrees, saturation: 0.12, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C5D1CB is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 209 | 203 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.18 |
| HSL | 150º | 0.12% | 0.8% | - |
| HSV(B) | 150º | 0.06% | 0.82% | - |
| XYZ | 56.61 | 61.78 | 65.44 | - |
| YUV | 204.73 | 127.02 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 209 | 203 | 0.06 | 0 | 0.03 | 0.18 | 150 | 0.12 | 0.8 |
| Hex | C5 | D1 | CB | 6 | 0 | 3 | 12 | 96 | C | 50 |
| Octal | 305 | 321 | 313 | 6 | 0 | 3 | 22 | 226 | 14 | 120 |
| Binary | 11000101 | 11010001 | 11001011 | 110 | 0 | 11 | 10010 | 10010110 | 1100 | 1010000 |
Color Harmonies of #C5D1CB
Complementary color
Monochromatic Colors of #C5D1CB
Black with #C5D1CB
Text Example
Text Example
White with #C5D1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D1CB; }
p { color: rgb(197,209,203); }
H1.HeaderClassName
{
color: #C5D1CB;
}
.AnyTagClassName
{
color: #C5D1CB;
}
</style>
background-color css
<style>
a { background-color: #C5D1CB; }
a { background-color: rgb(197,209,203); }
div.DivClassName
{
background-color: #C5D1CB;
}
.BgClassName
{
background-color: #C5D1CB;
}
</style>
border-color css
<style>
span { border-color: #C5D1CB; }
span { border-color: rgb(197,209,203); }
td.TdClassName
{
border-color: #C5D1CB;
}
.TagClassName
{
border-color: #C5D1CB;
}
</style>