Shades of Jet Stream #C3D5CC
Tints of Jet Stream #C3D5CC
RGB
CMYK
RGB Variations
Color information
#C3D5CC (or 0xC3D5CC) is known color: Jet Stream. HEX triplet: C3, D5 and CC. RGB value is (195,213,204). Sum of RGB (Red+Green+Blue) = 195+213+204=612 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.86% from 612); Green value is 213 (83.59% from 255 or 34.80% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 213 - color contains mainly: green. Hex color #C3D5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D5CC is #3C2A33. Grayscale: #CECECE. Windows color (decimal): -3942964 or 13424067. OLE color: 13424067.
HSL color Cylindrical-coordinate representation of color #C3D5CC: hue angle of 150º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3D5CC is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 213 | 204 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.16 |
| HSL | 150º | 0.18% | 0.8% | - |
| HSV(B) | 150º | 0.08% | 0.84% | - |
| XYZ | 57.2 | 63.55 | 66.38 | - |
| YUV | 206.59 | 126.54 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 213 | 204 | 0.08 | 0 | 0.04 | 0.16 | 150 | 0.18 | 0.8 |
| Hex | C3 | D5 | CC | 8 | 0 | 4 | 10 | 96 | 12 | 50 |
| Octal | 303 | 325 | 314 | 10 | 0 | 4 | 20 | 226 | 22 | 120 |
| Binary | 11000011 | 11010101 | 11001100 | 1000 | 0 | 100 | 10000 | 10010110 | 10010 | 1010000 |
Color Harmonies of #C3D5CC
Complementary color
Monochromatic Colors of #C3D5CC
Black with #C3D5CC
Text Example
Text Example
White with #C3D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D5CC; }
p { color: rgb(195,213,204); }
H1.HeaderClassName
{
color: #C3D5CC;
}
.AnyTagClassName
{
color: #C3D5CC;
}
</style>
background-color css
<style>
a { background-color: #C3D5CC; }
a { background-color: rgb(195,213,204); }
div.DivClassName
{
background-color: #C3D5CC;
}
.BgClassName
{
background-color: #C3D5CC;
}
</style>
border-color css
<style>
span { border-color: #C3D5CC; }
span { border-color: rgb(195,213,204); }
td.TdClassName
{
border-color: #C3D5CC;
}
.TagClassName
{
border-color: #C3D5CC;
}
</style>