Shades of Jet Stream #C3D8CE
Tints of Jet Stream #C3D8CE
RGB
CMYK
RGB Variations
Color information
#C3D8CE (or 0xC3D8CE) is known color: Jet Stream. HEX triplet: C3, D8 and CE. RGB value is (195,216,206). Sum of RGB (Red+Green+Blue) = 195+216+206=617 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.60% from 617); Green value is 216 (84.77% from 255 or 35.01% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 216 - color contains mainly: green. Hex color #C3D8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D8CE is #3C2731. Grayscale: #D0D0D0. Windows color (decimal): -3942194 or 13555907. OLE color: 13555907.
HSL color Cylindrical-coordinate representation of color #C3D8CE: hue angle of 151.43º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3D8CE is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 216 | 206 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.15 |
| HSL | 151.43º | 0.21% | 0.81% | - |
| HSV(B) | 151.43º | 0.1% | 0.85% | - |
| XYZ | 58.2 | 65.17 | 67.9 | - |
| YUV | 208.58 | 126.54 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 216 | 206 | 0.10 | 0 | 0.05 | 0.15 | 151.43 | 0.21 | 0.81 |
| Hex | C3 | D8 | CE | A | 0 | 5 | F | 97 | 15 | 51 |
| Octal | 303 | 330 | 316 | 12 | 0 | 5 | 17 | 227 | 25 | 121 |
| Binary | 11000011 | 11011000 | 11001110 | 1010 | 0 | 101 | 1111 | 10010111 | 10101 | 1010001 |
Color Harmonies of #C3D8CE
Complementary color
Monochromatic Colors of #C3D8CE
Black with #C3D8CE
Text Example
Text Example
White with #C3D8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D8CE; }
p { color: rgb(195,216,206); }
H1.HeaderClassName
{
color: #C3D8CE;
}
.AnyTagClassName
{
color: #C3D8CE;
}
</style>
background-color css
<style>
a { background-color: #C3D8CE; }
a { background-color: rgb(195,216,206); }
div.DivClassName
{
background-color: #C3D8CE;
}
.BgClassName
{
background-color: #C3D8CE;
}
</style>
border-color css
<style>
span { border-color: #C3D8CE; }
span { border-color: rgb(195,216,206); }
td.TdClassName
{
border-color: #C3D8CE;
}
.TagClassName
{
border-color: #C3D8CE;
}
</style>