Shades of Jet Stream #C3D1CB
Tints of Jet Stream #C3D1CB
RGB
CMYK
RGB Variations
Color information
#C3D1CB (or 0xC3D1CB) is known color: Jet Stream. HEX triplet: C3, D1 and CB. RGB value is (195,209,203). Sum of RGB (Red+Green+Blue) = 195+209+203=607 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.13% from 607); Green value is 209 (82.03% from 255 or 34.43% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 209 - color contains mainly: green. Hex color #C3D1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D1CB is #3C2E34. Grayscale: #CCCCCC. Windows color (decimal): -3943989 or 13357507. OLE color: 13357507.
HSL color Cylindrical-coordinate representation of color #C3D1CB: hue angle of 154.29º degrees, saturation: 0.13, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C3D1CB is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 209 | 203 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.18 |
| HSL | 154.29º | 0.13% | 0.79% | - |
| HSV(B) | 154.29º | 0.07% | 0.82% | - |
| XYZ | 56.09 | 61.51 | 65.42 | - |
| YUV | 204.13 | 127.36 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 209 | 203 | 0.07 | 0 | 0.03 | 0.18 | 154.29 | 0.13 | 0.79 |
| Hex | C3 | D1 | CB | 7 | 0 | 3 | 12 | 9A | D | 4F |
| Octal | 303 | 321 | 313 | 7 | 0 | 3 | 22 | 232 | 15 | 117 |
| Binary | 11000011 | 11010001 | 11001011 | 111 | 0 | 11 | 10010 | 10011010 | 1101 | 1001111 |
Color Harmonies of #C3D1CB
Complementary color
Monochromatic Colors of #C3D1CB
Black with #C3D1CB
Text Example
Text Example
White with #C3D1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D1CB; }
p { color: rgb(195,209,203); }
H1.HeaderClassName
{
color: #C3D1CB;
}
.AnyTagClassName
{
color: #C3D1CB;
}
</style>
background-color css
<style>
a { background-color: #C3D1CB; }
a { background-color: rgb(195,209,203); }
div.DivClassName
{
background-color: #C3D1CB;
}
.BgClassName
{
background-color: #C3D1CB;
}
</style>
border-color css
<style>
span { border-color: #C3D1CB; }
span { border-color: rgb(195,209,203); }
td.TdClassName
{
border-color: #C3D1CB;
}
.TagClassName
{
border-color: #C3D1CB;
}
</style>