Shades of Jet Stream #C8CFCC
Tints of Jet Stream #C8CFCC
RGB
CMYK
RGB Variations
Color information
#C8CFCC (or 0xC8CFCC) is known color: Jet Stream. HEX triplet: C8, CF and CC. RGB value is (200,207,204). Sum of RGB (Red+Green+Blue) = 200+207+204=611 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.73% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CFCC is #373033. Grayscale: #CCCCCC. Windows color (decimal): -3616820 or 13422536. OLE color: 13422536.
HSL color Cylindrical-coordinate representation of color #C8CFCC: hue angle of 154.29º degrees, saturation: 0.07, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C8CFCC is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 207 | 204 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.19 |
| HSL | 154.29º | 0.07% | 0.8% | - |
| HSV(B) | 154.29º | 0.03% | 0.81% | - |
| XYZ | 57.03 | 61.26 | 65.95 | - |
| YUV | 204.57 | 127.68 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 207 | 204 | 0.03 | 0 | 0.01 | 0.19 | 154.29 | 0.07 | 0.8 |
| Hex | C8 | CF | CC | 3 | 0 | 1 | 13 | 9A | 7 | 50 |
| Octal | 310 | 317 | 314 | 3 | 0 | 1 | 23 | 232 | 7 | 120 |
| Binary | 11001000 | 11001111 | 11001100 | 11 | 0 | 1 | 10011 | 10011010 | 111 | 1010000 |
Color Harmonies of #C8CFCC
Complementary color
Monochromatic Colors of #C8CFCC
Black with #C8CFCC
Text Example
Text Example
White with #C8CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CFCC; }
p { color: rgb(200,207,204); }
H1.HeaderClassName
{
color: #C8CFCC;
}
.AnyTagClassName
{
color: #C8CFCC;
}
</style>
background-color css
<style>
a { background-color: #C8CFCC; }
a { background-color: rgb(200,207,204); }
div.DivClassName
{
background-color: #C8CFCC;
}
.BgClassName
{
background-color: #C8CFCC;
}
</style>
border-color css
<style>
span { border-color: #C8CFCC; }
span { border-color: rgb(200,207,204); }
td.TdClassName
{
border-color: #C8CFCC;
}
.TagClassName
{
border-color: #C8CFCC;
}
</style>