Shades of Jet Stream #C5CECB
Tints of Jet Stream #C5CECB
RGB
CMYK
RGB Variations
Color information
#C5CECB (or 0xC5CECB) is known color: Jet Stream. HEX triplet: C5, CE and CB. RGB value is (197,206,203). Sum of RGB (Red+Green+Blue) = 197+206+203=606 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.51% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CECB is #3A3134. Grayscale: #CACACA. Windows color (decimal): -3813685 or 13356741. OLE color: 13356741.
HSL color Cylindrical-coordinate representation of color #C5CECB: hue angle of 160º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C5CECB is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 197 | 206 | 203 | - |
CMYK | 0.04 | 0 | 0.01 | 0.19 |
HSL | 160º | 0.08% | 0.79% | - |
HSV(B) | 160º | 0.04% | 0.81% | - |
XYZ | 55.88 | 60.32 | 65.2 | - |
YUV | 202.97 | 128.02 | 123.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 206 | 203 | 0.04 | 0 | 0.01 | 0.19 | 160 | 0.08 | 0.79 |
Hex | C5 | CE | CB | 4 | 0 | 1 | 13 | A0 | 8 | 4F |
Octal | 305 | 316 | 313 | 4 | 0 | 1 | 23 | 240 | 10 | 117 |
Binary | 11000101 | 11001110 | 11001011 | 100 | 0 | 1 | 10011 | 10100000 | 1000 | 1001111 |
Color Harmonies of #C5CECB
Complementary color
Monochromatic Colors of #C5CECB
Black with #C5CECB
Text Example
Text Example
White with #C5CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CECB; }
p { color: rgb(197,206,203); }
H1.HeaderClassName
{
color: #C5CECB;
}
.AnyTagClassName
{
color: #C5CECB;
}
</style>
background-color css
<style>
a { background-color: #C5CECB; }
a { background-color: rgb(197,206,203); }
div.DivClassName
{
background-color: #C5CECB;
}
.BgClassName
{
background-color: #C5CECB;
}
</style>
border-color css
<style>
span { border-color: #C5CECB; }
span { border-color: rgb(197,206,203); }
td.TdClassName
{
border-color: #C5CECB;
}
.TagClassName
{
border-color: #C5CECB;
}
</style>