Shades of Jet Stream #C3D0CA
Tints of Jet Stream #C3D0CA
RGB
CMYK
RGB Variations
Color information
#C3D0CA (or 0xC3D0CA) is known color: Jet Stream. HEX triplet: C3, D0 and CA. RGB value is (195,208,202). Sum of RGB (Red+Green+Blue) = 195+208+202=605 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.23% from 605); Green value is 208 (81.64% from 255 or 34.38% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 208 - color contains mainly: green. Hex color #C3D0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D0CA is #3C2F35. Grayscale: #CBCBCB. Windows color (decimal): -3944246 or 13291715. OLE color: 13291715.
HSL color Cylindrical-coordinate representation of color #C3D0CA: hue angle of 152.31º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C3D0CA is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 208 | 202 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.18 |
| HSL | 152.31º | 0.12% | 0.79% | - |
| HSV(B) | 152.31º | 0.06% | 0.82% | - |
| XYZ | 55.72 | 60.98 | 64.71 | - |
| YUV | 203.43 | 127.19 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 208 | 202 | 0.06 | 0 | 0.03 | 0.18 | 152.31 | 0.12 | 0.79 |
| Hex | C3 | D0 | CA | 6 | 0 | 3 | 12 | 98 | C | 4F |
| Octal | 303 | 320 | 312 | 6 | 0 | 3 | 22 | 230 | 14 | 117 |
| Binary | 11000011 | 11010000 | 11001010 | 110 | 0 | 11 | 10010 | 10011000 | 1100 | 1001111 |
Color Harmonies of #C3D0CA
Complementary color
Monochromatic Colors of #C3D0CA
Black with #C3D0CA
Text Example
Text Example
White with #C3D0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D0CA; }
p { color: rgb(195,208,202); }
H1.HeaderClassName
{
color: #C3D0CA;
}
.AnyTagClassName
{
color: #C3D0CA;
}
</style>
background-color css
<style>
a { background-color: #C3D0CA; }
a { background-color: rgb(195,208,202); }
div.DivClassName
{
background-color: #C3D0CA;
}
.BgClassName
{
background-color: #C3D0CA;
}
</style>
border-color css
<style>
span { border-color: #C3D0CA; }
span { border-color: rgb(195,208,202); }
td.TdClassName
{
border-color: #C3D0CA;
}
.TagClassName
{
border-color: #C3D0CA;
}
</style>